html {
	margin: 0px;
	padding: 0px;
	}

body  { 	
	background: #30472B;
	color: black; 
	margin: 0px;
	padding: 0px;
	font: normal normal 12px/16px Verdana, Arial, sans-serif;
	}
	
a:link  { color: #1f8d20;  }  
a:active { color: #1f8d20;  }
a:visited { color: #1f8d20;  }
a:hover { color: #000; text-decoration: none; }



.topbar { 
	border: none;
	margin: 0;
	padding: 0;
	}

.main {
	width: 760px;
	border: none;
	margin: 0;
	padding: 0;
	}

.clear {
	clear: both;
	}

.banner {
	background: #e1cd65;
	padding: 12px 0px 12px 0px;
	margin: 0;
	width: 760px;

	text-align: center;
	color: #1f8d20;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	}

.leftcol { 
	background: #B0C187;
	width: 150px;
	padding: 10px;
	color: #000;
	text-align: left;
	border-left: 1px solid #FFF;
	border-bottom: 3px solid #FFF;
	vertical-align: top;
	}

.leftcol a, .leftcol a:link, .leftcol a:visited { 
	text-align: left; 
	color: #000;
	text-decoration: none; 
	padding: 2px 2px 2px 2px;  
	display: inline;
	}

.leftcol a:hover {
	text-align: left; 
	color: #FFF; 
	text-decoration: none;  
	padding: 2px 2px 2px 2px;  
	display: inline;
	}


.rightcol { 
	background: white;
	width: 610px;
	padding: 10px ;
	text-align: left;
	border-bottom: 3px solid #FFF;
	vertical-align: top;
	}

.rightcol p { 
	padding-right: 10px; 
	padding-left: 10px;
	}

.rightcol li {
	padding-right: 10px;
	}	

.rightcol h1 {
	text-align: center;
	color: #1f8d20;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	}

.rightcol h2 {
	color: black;
	text-align: center;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	}

.rightcol h3 {
	text-align: center;
	color: #1f8d20;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	}

.rightcol h4 {
	text-align: center;
	color: black;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	}

.accent {
	text-align: center;
	color: #1f8d20;
	font-weight: bold;
	}

.pics {
	text-align: center;
	}

	
.footer {
	width: 760px;
	border: none;
	border-top: 5px solid #b0c187;
	margin: 0;
	padding: 0;
	background: #fff;
	}

.footerleft {  
	text-align: left;
	font-size:  11px/20px; 
	width: 50%; 
	height: 50px;
	padding: 2px 2px 2px 10px;
	margin: 0;
	border: none;
	}

.footerleft img {
	margin-left: 4px;
	margin-right: 8px;
	}

.footerright {  
	text-align: right;
	font-size: 11px/20px ; 
	width: 50%; 
	height: 50px;
	padding-right: 10px;
	margin: 0;
	border: none;
	}

.footerright a:link, .footerright a:active, .footerright a:visited  { 
	color: #000;
	text-decoration: none;
	}

.footerright a:hover  {
	color: #1C2D3D;
	text-decoration: underline;
	}

.cnote {
	font-size: 9px;
	color: black;
	}

.cnote a {
	color: black;
	}

.cnote a:hover {
	color: gray;
	}