#navmain ul li a:hover {
	background-image: url(../images/top-nav-green.jpg);
	color: #000;


}
#navmain ul li.active a {
	background-image: url(../images/top-nav-green.jpg);
	color: #ffffff;
	margin-bottom: 0;
}
#subnav {
background-image: url(../images/bottom-nav-green.jpg);
	font-family: arial;
	font-size: 13px;
	font-weight: 100;
	margin-bottom: 0px;

}

#subnav ul li a:hover, #subnav ul li.active a {
	background-color: #fff;
	color: #3a9e00;
}

td#footer {
	background-color: #38a001;
	color: #ffffff;
	margin-bottom: 0;
	text-align: center;

}

#side-bar-head {text-align: left; background-color: #38a001; padding: 10px; font-weight: bold; color: #ffffff;}


h1 {font-size: 14px; font-weight: bold; color: #38a001; border-bottom: 1px solid #38a001;}
h2 {font-size: 13px; font-weight: bold; color: #38a001; }

a:link {color: #38a001; text-decoration: none;}
a:active {
	outline: none;
}
a:visited {color: #38a001; text-decoration: none;}
a:hover {color: #38a001; text-decoration: underline;}