<style type="text/css">
body
{ 
background-image: 
url('images/background1.JPG');
background-repeat: repeat
}


table{border:0px}

p,ul,li,table,td { 
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.subhead1 {color: #000000; /*only for Welcome*/
	font-family: Georgia,Times New Roman;
	font-size: 30px;
	font-weight: bold;
}

.subhead {color: #000000; /*all other page subheads*/
	font-family: Georgia,Times New Roman;
	font-size: 18px;
	font-weight: bold;
}

.tablehead {color: #ffffff; /*headers in table*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.style2 {
	color: #615A3E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*topnav horizontal menu with vertical flydowns*/
.nav1 a:link {color: white; text-decoration: none; }
.nav1 a:visited {color: white; text-decoration: none; }
.nav1 a:hover {color: white; text-decoration: underline; }
.nav1 a:active {color: white; text-decoration: none; } 

/*content links*/
.nav2 a:link {color: black; text-decoration: underline; }
.nav2 a:visited {color: black; text-decoration: underline; }
.nav2 a:hover {color: black; text-decoration: none; background-color: #a6c38c; }
.nav2 a:active {color: black; text-decoration: none; } 
 

/*start topnav menu flydowns*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial,helvetica,sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color: #ffffff; /*dropdown links color*/
/*font-weight: bold;*/

}


#dropmenudiv a:hover{ /*hover background color*/
background-color: #a6c38c;
text-decoration: underline;
color: #000000; /*dropdown links color onmouseover*/
}
/*//end topnav menu flydowns*/

</style>
