a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #336600;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color: #336600;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.navtext {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	font-style: normal;
	color: #336600;
	text-decoration: none;
}
.navtext a:visited, .navtext a:link, .navtext a:active{
	font-family: "Monotype Corsiva";
	font-size: 24px;
	font-style: normal;
	color: #336600;
	text-decoration: none;
}
.navtext a:hover {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
}

.stdText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#336600;
	text-align:left;
	line-height: 1.4em;
}
.stdTextCenter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#336600;
	text-align:center;
	line-height: 1.4em;
}

.stdTextHomePageQuote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#336600;
	text-align:left;
	line-height: 1.4em;
	margin-left: 50px;
	margin-right: 50px;
	font-style: italic;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight:bold;
	color: #336600;
	text-align: center;
	
}

.footer, .footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#336600;
	font-weight:bold;
	padding-bottom: 20px;
}


/* This is really for Firefox users to make the forms look better*/
input.text, textarea, select, checkbox{
    border-top:2px solid #7c7c7c;
    border-left:2px solid #7c7c7c;
    border-right:2px solid #c3c3c3;
    border-bottom:2px solid #c3c3c3;

}
