body {
   background-color : #9e815f;
   background-image : url(images/back.jpg);
   background-repeat : repeat-x;
   background-position : top left;
   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;
}
	
.style1 {font-size: x-small; color: #666666; font-family: Arial;}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px; color: #339999;}
.style3 {font-family: Arial; color: #FFFF99; font-size: 14px;}

#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: #472712;
}
.image{
	border-style:solid;
	border-color: #ffffea;
	border-width:5px;}
.topimage {
background-image : url(images/top.png);
}
.midimage {
background-image : url(images/middle.png);
}
.botimage {
background-image : url(images/botom.jpg);
}
.navimage {
background-image : url(images/nav.jpg);
}
