body {
	font: normal 11px verdana;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	background-color: #D5F0D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-indent: 10px;
	}
	
ul a{
	border-bottom: 1px dashed #007930;
	color: #007930;
	}	
ul a:hover{
	color: #ffffff;
	background-color: #007930;	
	}		
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 200px;
	top: 0;
	display: none;
	background-color: #007930;
	}
li ul a {
	color: #D5F0D6;
	border-bottom-color: #D5F0D6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}	
li ul a:hover {
	color: #FFCC00;
	}		

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;	
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */



.headernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
}
.headernav a {
	color: #FFFFFF;
	text-decoration: none;
}
.headernav a:hover {
	color: #FFCC00;
	text-decoration: none;
}

.bodyHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
	text-indent: 20px;
	text-transform: uppercase;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	color: #003300;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
}

h1 a {
	color: #003300;
	text-decoration: underline;
}

h1 a:hover {
	color: #FF6600;
	text-decoration: underline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	margin-left: 40px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	color: #003399;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}
h3 a {
	color: #003399;
	text-decoration: underline;
}

h3 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	color: #003300;
	margin-left: 40px;
	margin-right: 20px;
	display: list-item;
}
h4 a {
	color: #1A361F;
	text-decoration: underline;
}

h4 a:hover {
	color: #FF6600;
	text-decoration: underline;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	color: #003399;
	margin-left: 40px;
	margin-right: 20px;
	display: list-item;
}
h5 a {
	color: #003399;
	text-decoration: underline;
}

h5 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: bold;
	color: #003300;
	background-color: #D6F3D6;
	text-indent: 20px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
