body {
   background-image : url(images/bg.gif);
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0;
}
a {
	color: #004000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: red;
}
	
.menu {font-family: Arial; color: black; font-size: 14px;}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px; color: #FF00CC;}
.style3 {font-family: Arial; color: #FFFF99; font-size: 14px;}
.style4 {	font-family: "Trebuchet MS", Verdana, Arial;	font-size: 13px;	color: #000099;}



#dropmenudiv{
position:absolute;
border:3px solid white;
border-bottom-width: 2px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 3px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#ffffe1;
}
.image{
	border-style:solid;
	border-color: #ffffff;
	border-width:10px;}
.topimage {
background-image : url(images/top.png);
}
.midimage {
background-image : url(images/middle.png);
}
.botimage {
background-image : url(images/bottom.png);
}
.navimage {
background-image : url(images/nav.jpg);
}