@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 25px 0 0 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;
}
#container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #af602f;
	text-decoration: none;
	}
 
a:visited {
	color: #CC9933;
	text-decoration: none;
	}

a:hover, #navs a:hover {
	color: #333399;
	}

#topNav {
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
}

#logo {float: left; width: 163px;}

#navs {padding-top: 78px}

#navs a {
	font-size: 11px;
	color: #561d04;
	text-decoration: none;
	}
		

#header {
	background: #FFFFFF url(../images/topnav_bg.gif) top repeat-x; 
	padding: 0 10px 0 0;  
	font-size: 11px;
	color: #561d04;
	text-align : right;
	height: 110px;
	}
	

#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border:#d8c7c1 1px solid;
	margin: 0;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 10px;
	color: #cb9b8b;
	margin: 8px 0 30px ;
	
	}
	
	
	h1 {
	font-size: 16px;
	color: #6b3923;
	margin: 25px 15px 5px 15px;
	}
	
	p {
	font-size:12px;
	margin: 0 15px 15px 15px;
	}
