html { height: 100%; }
body { background: #FFF url('../gfx/bg_pattern.png'); margin: 0; font-family: Helvetica, Arial, san-serif; height: 100%;}

#wrapper{ width: 970px; background: #fefffa; margin: 0 auto;  border-left: 3px solid #96b54f; border-right: 3px solid #96b54f; min-height: 100%; text-align:center; }


#header{
	display: inline;
	
	width: 100%;
	text-align: center;
	}
	

#navigation{width: 100%; background: #FFF; border-bottom: 2px solid #55553d; }
#navigation p{float: right; margin: 0; display: inline; font-size: 9pt;}
#navigation img{border: none; float: right;}




#content{
	padding: .5em;
	border-left: 2px solid #55553d;
	
	text-align: left;
	
	background: #caca8c ;
	}	

#content p {font-size: 9pt; line-height: 11pt; color: #55553d; }
.content {font-size: 9pt; line-height: 11pt; text-align: left;}
	


#whatsnew{
	width: 250px;
	
	padding: 0px 0px;
	}
		
	#whatsnew h2, h3{margin: 10px 0px; text-align: left; color: #55553d;}
	#whatsnew ul {margin-left: -20px;}
	#whatsnew ul li{font-size: 9pt; margin: 5px auto; list-style-image: url('../gfx/icon_listout.png');}
		.listhover{list-style-image: url('../gfx/icon_listover.png') !important;}
		
	#whatsnew a{color: #55553d; font-size: 8pt;}
	
	
	
	a{ color: #528c1c; }
	a:hover{ color: #6f6f4e; }


#footer{
	border-top: 0px solid #185206;
	background: #96b54f;
	color: #fefffa;
	text-align: center;
	font-size: 8pt;
	width: 100%;
	}


#States_List{
	margin: 0px auto;
	text-align: center;
	}

#States_List a{
	font-size: 8pt; line-height: 13pt;
	text-transform: uppercase;
	}
	
	#States_List h3{font-size: 10pt;}
