body {
	margin: 0;
	padding: 0;
	font-family: helvetica;
	Font-size:12px;
	color:#666666;
	text-align:center;
	background: #666666 url("/images/background.jpg");
}

#toptext {
	font-family: helvetica;
	Font-size:16px;
	color:#ffffff;
	text-transform: uppercase;
	margin:8px;
}


#page_header {
	width:856px;
	height:353px;
	background: url("/images/rounded_white_top.png");
	background-repeat:no-repeat;
}

#page_header ul {
 	margin:0px;
	list-style-type:none;
	padding:0px;
}

#page_header li {
	margin:0px;
	margin-top:8px;
	margin-left:8px;
	padding:0px;
}

#page_nav{
	margin-top:8px;
	width:856px;
	height:75px;
	text-align:left;
	/* padding-top:290px; */
	/*height: auto;*/
	background-color:#ffffff;
}

#content_main {
	width:856px;
	text-align:left;
	margin:0px auto;			
}

#content_holder{
	float: left;
	height:auto;
	width:856px;
		margin-top:8px;

	padding-top:45px;
	background-color:#ffffff;
	
}

#left_rec{
 	float: left;
	width: 200px;
	background-color:#ffffff;
}

#left_rec ul{
	list-style-image: url(/images/arrow_blue.png);
	line-height: 18px;
	Font-size:16px;
	color:#0087c7;
}
#left_rec li{
	margin-bottom:10px;
	color:#0087c7;
}

#contenttext{
 	float: right;
 	width:575px;
	padding-right:28px;
	line-height: 18px;
	background-color:#ffffff;
}


#footer{
	
	background: url("/images/rounded_white_bottom.png");
	background-repeat:no-repeat;
	text-align:center;
	font-family:helvetica;
	font-size:12px;
}


p { 
	
}

h2 {
	margin: 6px; 
}
a{
	color: #799c12;
	text-decoration: none;

}

a:hover {
	color: #799c12;
	text-decoration: underline;
	
}

h3 {
	margin-bottom: 1px; 
}



