/* background color and footer text changes */
body {
	background-color: #006239;
}
#footer {
	color: #A3C0AC;
}

#footer a:link,#footer a:visited {
	color: #A3C0AC;
}
#footer a:hover {
	color: #FFFFFF;
}

#container #main #right-column a:link {color:#006239;}
#container #main #right-column a:visited {color:#006239;}
#container #main #right-column a:hover {color:#006239; text-decoration:none;}

h5 {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #006633;
}