body {
	margin:5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
h1 {font-weight: bold; color: #9A8348; font-size: 18px; margin-bottom:5px;}
h2 {font-weight: bold; color: #9A8348; font-size: 15px; margin-bottom:5px;}
h4 {font-weight: bold; color: #9A8348; font-size: 14px; margin-bottom:3px;}
h6 {font-weight: bold; color: #9A8348; font-size: 12px; margin-bottom:3px;}
.clr { clear:both}
.gold {font-weight: bold; color: #9A8348;}
/********** MAIN LAYOUT STYLES ***************/

#container { margin:0 auto 0 auto; text-align:left; width:600px; border:2px solid grey;}

#top { width:708px; margin:0; padding:0 0 0 0; height:120px; background: url(../images/container-bg.gif) repeat-y; display:none;}
#top-print {width:600px;}
#top img {float:left;}
#top #nav {width:708px; height:; padding:0; margin:0; font-size:10px; }
 	#top #nav #navbar {padding-top:10px; float:left; height:26px; display:none;}
	#top #nav #navbar a {padding:9px 5px 13px 5px; color:black; text-decoration:none; background: url(../images/nav-bg.jpg) repeat-x; border-right:1px solid #9A8348; }
	#top #nav #navbar a:hover {padding:9px 5px 13px 5px; color:black; text-decoration:none; background: url(../images/nav-bg-over.jpg) repeat-x;}
	#top #nav #navbar a.navleft { padding:9px 6px 13px 14px; background:url(../images/nav-leftEnd.jpg) top left no-repeat;}
		#top #nav #navbar a:hover.navleft { padding:9px 6px 13px 14px; background:url(../images/nav-leftEnd-over.jpg) top left no-repeat;}
	#top #nav #navbar a.navright { padding:9px 11px 13px 5px; background:url(../images/nav-rightEnd.jpg) top right no-repeat;}
		#top #nav #navbar a:hover.navright { padding:9px 11px 13px 5px; background:url(../images/nav-rightEnd-over.jpg) top right no-repeat;}

#content { padding:15px 0 0 20px;}

#text { width:559px;  float:left; margin:0 0 0 0; padding:0 0 10px 0;}
	#text a { text-decoration:none; color: #CC6600;}
	#text p {margin:2px 30px 4px 30px; font-size:14px}
	#text p.icons img {margin:0 20px 0 20px;}
	#text h1 {margin:2px 30px 4px 30px;}
	#text h2 {margin:2px 30px 4px 30px; color:#000000}
	#text h1 img {margin-left:20px;}
	#text ul, #text ol {margin:12px 180px 12px 50px; font-size:14px; background-color:#DFD8BA; padding-top:5px; padding-bottom:5px;}
	#text li { margin-bottom:3px;}
	#text table {margin-left:30px;}
	#text #example-table {text-align:left; background-color:#DFD8BA; font-size:12px; }
	caption {text-align:left;margin-left:30px; background:#9A8348; color: white; font-weight:bold;margin-top:10px;}
	#text span.yes { background-color:#9A8348; color: white; font-weight:bold; padding:1px 5px;}
	.cnr-top {display:none;}
#right {float:right; width:90px; height:200px; margin:0 7px 0 0; padding-right:10px; display:none;}

#text #privacy p {margin:1px 30px 2px 30px; font-size:10px}
#text #privacy h2 {margin:6px 30px 2px 30px; font-size:12px; font-weight: bold; color: #9A8348; }
#text #privacy ul, #text #privacy ol {font-size:10px; padding-top:2px; margin-top:2px; padding-bottom:5px;  background:white;}

#footer { clear:both; height:45px; padding:0;}
	#footertext {padding:10px 0 0 20px;}
	#footertext a { text-decoration:none; color:#FFFFFF;}
	#footertext a:hover { text-decoration:underline; color:#FFFFFF;}
	
	/********** FORM STYLES ***************/
form {margin:0; padding:0;}
input, textarea {border:1px solid #9A8348; font-family:Arial, Helvetica, sans-serif; color: #003399; font-size:12px; padding:2px 4px;}
input.submit { background-color:#CC6600; font-size:14px; font-weight:bold; color:white;}
.req { color:#CC0000; font-weight:bold;}
