body {
   background-color : #023AA7;
   font-family : Arial;
   color : Black;
   font-size : 12;
   background-image : url(images/bground.jpg);
   background-repeat : repeat-x;
   background-attachment : fixed;
   background-position : bottom left;
   margin-top : 10;
   margin-right : 0;
   margin-bottom : 0;
   margin-left : 0;
}
.style1 {font-family: "Trebuchet MS", Verdana, Arial;font-size: small;color: #666666;}
.style2 {font-size: 12px;color: #0000CC;}
.style3 {font-family: Arial; font-size: 13px; color: #FFFFFF; }
.style4 {font-size: 18px; color: #A40000; }

.style9 {font-size: x-large;color: #006633;font-weight: bold;}
.style16 {font-family: "Trebuchet MS", Verdana, Arial; font-size: small; }
.style17 {color: #FF0000;font-weight: bold;}
.style18 {font-size: small}
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; }
.style12 {color: #0000CC}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: navy;
}
p {
	margin: 0 0 17px;
	padding: 0;
	line-height: 18px;
}


#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: #0274b2;
}