 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif, Times New Roman;
	font-size:14px;
	color:#3F300E;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat;
	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;
}


.MainBODY #container { 
	width: 914px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(/images/contentBG.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.MainBODY #container h1 {
	font-size:22px;
	color:#3F300E;
	}

.MainBODY #container h2 {
	font-size:18px;
	color:#3F300E;
	}

.MainBODY #container h3 {
	font-size:15px;
	color:#3F300E;
	}

.MainBODY #container p {
	font-size:14px;
	color:#3F300E;
	margin:0px 0px 8px 0px;

	}
	
.MainBODY #container p a {
	font-size:12px;
	color:#3F300E;
	text-decoration:none;

	}

.MainBODY #header { 
	height:135px;
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
} 

.MainBODY #content {
	background-color:#dfd9cb;
	background-image:url(/images/contentstyleBG2.jpg);
	background-repeat:no-repeat;
	margin:15px 18px 0px 18px;
	padding:20px 20px 20px 20px;
	border:solid 1px #FFFFFF;
	}

.MainBODY #footer { 
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:16px;
	background-image:url(/images/footerBG.jpg);
	background-repeat:no-repeat;
} 
.MainBODY #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;
}

ul.Itinerary li {
	list-style:none;
	line-height:20px;
	}
	
ol.BeliefsList li {
	padding-bottom:10px;
	font-size:10px;
	color:##3F300E;
	}
	

#dhtmltooltip{
position: absolute;
width: 300px;
border: solid 1px #999999;
padding: 15px;
background-color: #d4d2c0;
visibility: hidden;
z-index: 100;

}



#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}


#SupportBar {
	height:40px;
	width:530px;
	background-image:url(/images/bg_support01.jpg);
	background-repeat:repeat-x;
	}

#SupportBarInner {
	height:40px;
	width:70%;
	background-image:url(/images/bg_support02.jpg);
	background-repeat:repeat-x;
	}
