body {background-image:url(images/bg.jpg);}

h1 { font-family: Arial, Verdana, sans-serif; font-size: 32px; color: #A52A2A;  }
h2 { font-family: Arial, Verdana, sans-serif; font-size: 24px; color: #ffffff; font-style:italic; }

hr{ color:brown; background-color:tan; width:90%; height:2px; } 

table {font-family: Arial, Verdana, sans-serif;font-size: 14px; color: #13406C;}

.maintext {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #000000;
padding-left: 25px;
padding-right: 25px;

}

.footer {
font-family: Arial, Verdana, sans-serif;
font-size: 10px;
color: #000000;
padding-left: 5px;
padding-right: 5px;

}



#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
color: white;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color: white;


}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
}


.header {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ffffff;
padding-left: 5px;
padding-right: 5px;


}

a.header:link {
    color: white }
  a.header:visited {
    color: white }
	a.header:hover {
    color: yellow }



