body {
	background-image: url(../images/paper017.jpg);
	text-align: center;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 895px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	margin-top: 245px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 175px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 140px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	background: #fff;
	clear: both;
	background-color: #FFC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-top: 5px;
	padding-bottom: 5px;
    }
	
.text_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	left: -9999px;
	top: -9999px;
	position: absolute;
}
.text_header_tag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	left: -9999px;
	top: -9999px;
	position: absolute;
}	
	

.para {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003;
	text-align: justify;
	margin-left: 0px;
	margin-right: 0px;
}

#main h2, #main h3, #main p {
	padding:0 0px;
	text-align: left;
	font-size: small;
    }
	
#sidebar ul {
    margin-bottom:0;
    }
	
#sidebar h3, #sidebar p {
    padding:0 10px;
    }
	
#footer p {
    padding:5px;
    margin:0;
    }
	
#sidebar h3, #sidebar p {
    padding:0 10px 0 0;
    }
	
#wrap #sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: oblique;
	font-weight: bold;
	color: #003300;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
}

.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	margin: 0px;
	padding-top: 0px;
	text-align: left;
	margin-left: 64px;
}

.contactpara {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003300;
	text-align: center;
}

.ulist    {
	padding-right: 10px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: small;
}

.detail_tbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-variant: normal;
	color: #003;
	list-style-image: none;
	list-style-type: disc;
	vertical-align: text-top;
	text-align: left;
}
.detail_tbl_cell_left {
	text-align: left;
	text-indent: 5px;
	line-height: normal;
}

#wrap  #main  .detail_tbl  .rightc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

.leadin  {
	font-weight: bold;
	font-size: 1em;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003300;
	background-color: #999966;
	border: thin solid #003300;
	text-align: center;
	margin-left: 10px;
	text-decoration: none;
	width: 115px;
}

.img_right {
	border: thin solid #006;
	overflow: visible;
	z-index: auto;
	height: inherit;
	width: auto;
	float: right;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.img_left {
	border: thin solid #006;
	overflow: visible;
	position: relative;
	z-index: auto;
	height: inherit;
	width: auto;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.img_center {
	border: thin solid #006;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.subhead {
	font-weight: bold;
	font-size: large;
	color: #003;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
}

.lodgelogo {
	display: inline;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #003;
	text-align: justify;
}

.rateheader {
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-align: left;
}
.nobullets {
	margin-left: 150px;
	list-style-image: none;
	list-style-type: none;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
}
#wrap #main .contactpara {
	margin-right: 40px;
	margin-left: 40px;
}
.img_center_noborder {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
	font-family: Verdana, Geneva, sans-serif;
}
.centeredquote {
	font-style: italic;
	color: #003;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding-bottom: 10px;
}
.pageheader {
	font-family: Papyrus;
	font-size: xx-large;
	font-weight: normal;
	text-align: center;
	color: #003;
}
#headertdf {
	background: #fff;
	background-image: url(../images/header_pic6.jpg);
	height: 125px;
}
#wrap #main .detail_tbl tdcenter {
	text-align: center;
	vertical-align: middle;
}
.detail_tbl_cell_center {
	text-align: center;
	text-indent: 5px;
	line-height: normal;
}
#headerbrazil {
	background: #fff;
	background-image: url(../images/header_pic7.jpg);
	height: 125px;
}
.detail_tbl_cell_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-variant: normal;
	list-style-image: none;
	list-style-type: disc;
	vertical-align: text-top;
	text-align: right;
}

a.buttonStyle {
   color :#000000;
   font-weight :normal;
   text-decoration :none;
   background-color :#CCCCCC;
   height : auto;
   width :100px;
   border :thin solid;
   border-color:#CCCCCC;
}
a.buttonStyle:hover {
   color :#FFFFFF;
   text-decoration :none;
   background-color :#999999;
   border: thin outset;
   border-color: #FFFFFF #000000 #000000 #FFFFFF;
   cursor:default;
}
a.buttonStyle:visited {
   color :#FF0000;
   text-decoration :none;
   background-color :#999999;
   border: thin outset;
   border-color: #FFFFFF #000000 #000000 #FFFFFF;
}

a.buttonStyle {
   color :#000033;
   font-weight :normal;
   text-decoration :none;
   height : auto;
   width :100px;
   border :thin solid;
}
a.buttonStyle:hover {
   color :#FFFFFF;
   text-decoration :none;
   border: thin outset;
   border-color: #FFFFFF #000000 #000000 #FFFFFF;
   cursor:default;
}
a.buttonStyle:visited {
	color :#FF0000;
	text-decoration :none;
	border: thin outset;
   border-color: #FFFFFF #000000 #000000 #FFFFFF;
}
