﻿
h1 {
	line-height: 120%;
	font-size: 180%;
	color:#518837;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}
h2 {
	line-height: 120%;
	font-size: 150%;
	color:#518837;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}
h3 {
	font-size: 130%;
	line-height: 120%;
	color:#518837;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}
h4 {
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	color:#518837;

}
h5 {
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
	margin: 20px 0px 20px 0px;
	color:#518837;
	background-color: transparent;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	margin: 20px 0px 20px 0px;
}

legend {
	color:#518837;
}

td {
	vertical-align:top;
}
input, textarea {
	border:1px solid gray;
	  

}
textarea {
	font-family: verdana, Helvetica, arial, sans-serif;
	
}
a {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:maroon;
	text-decoration:none;
}

#outerWrapper #header #nav a:link, #outerWrapper #header #nav a:visited, #outerWrapper #header #nav a:hover {
	border:0px solid red;
	width:120px;
	padding-top:3px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:6px;
	background-color:#3D4C07;
	margin-right:1px;
	color:#fff;
}

#outerWrapper #header #nav a:hover {
	border:0px solid red;
	width:120px;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	background-color:#5B6D1B;
	color:#fff;
}





