* {
	padding: 0;
	margin: 0;
}

body, html {
	color: #727272;
	line-height: 140%;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background-color: #8cbfa6;
	text-align: left;
    background: #1f1c50 url(bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

p {
	color: #919191;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}

h1 {
    line-height: 140%;
	font-size: 14px;
	font-weight: normal;
	color: #93AF38;
	
}

h2 {
   	font-size: 12px;
	color: #7dc043;
	font-weight: bold;
	border-bottom: 1px solid #7dc043;
	


}


#wrapper { 
	width: 835px;
	margin: 0 auto 20px auto;
	background: #1f1c50;
	}
	

	
.topnav {
	background: #1f1c50;
	float: left;
	width: 835px;
	padding-bottom: 10px;
}



	
.whitebg {
	background: #ffffff;
	
	
}


.topnavppm {
	background: #ffffff;
	float: left;
	width: 835px;
	padding-bottom: 10px;
} 


.topnavbutton {
	margin-right: 10px;
} 



.centremain {
   	width: 815px;
	background: white;
	float: left;
	padding: 20px 10px 30px 10px;
	margin-bottom: 10px;

		
}

.mainleft {
   	width: 415px;
	background: white;
	float: left;
	margin-bottom: 10px;

		
}


.mainright {
   	width: 370px;
	background: white;
	float: right;
	margin-bottom: 10px;

		
}


.usefullinks {
   	width: 257px;
	background: white;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;

		
}


.usefullinksend {
   	width: 257px;
	background: white;
	float: left;
	margin-bottom: 10px;
	
		
}


.greentext {
   	color: #7dc043;
	font-weight: bold;


}


a:link, a:active, a:visited {
	text-decoration: none;
	color: #7dc043;
   
}
a:hover {
	text-decoration: underline;
}





#footer {
	font-size: 11px;
	clear: both;
	text-align: center;
	width: 835px;
	padding-top: 10px;
	border-top: 1px solid #ffffff;
		
}
#footer p {
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	
}

a.footerlink:link, a.footerlink:active, a.footerlink:visited {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
   
}
a.footerlink:hover {
	color: #7dc043;
}




.newsitemright {
    float: right;
	margin-left: 10px;
	padding-top: 15px;
    border-left: 10px solid #ffffff;
		
}
	
	
