/* CSS Document */

body { background-color:#5a728c; 
       margin:0px; 
	   padding:0px; 
	   
	  }
	  
	  .top-nav{
      font-family: Verdana; 
	  font-size: 12px; color: #ffffff; 
	  }

.style3 {
	font-family: Verdana;
	font-size: 11px;
	color: #001832;
	  }
	  
A:link {
   text-decoration: none;
   color: #000000;
   }
A:visited {
   text-decoration: none;
   color: #000000;
   }
A:active {
   text-decoration: none;
   color: #000000;
   }
A:hover {
   color: #000000;
   }	

.nav-title {
	font-family: Verdana;
	font-size: 16px;
	color: 001832;
	
}

.body-text {
	font-family: Verdana;
	font-size: 12px;
}
.body-text:hover {
	font-family: Verdana;
	font-size: 12px;
	text-decoration:underline;
}

.contact {
	font-family: Verdana;
	font-size: 16px;
}


.contact-mail {
	font-family: Verdana;
	font-size: 18px;
}


#dropmenudiv{ 
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
margin: 0px !important;
}

#dropmenudiv a{
width: 175px;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
color: #000000;

}

#dropmenudiv a:hover{ /*hover background color*/
text-decoration:underline;
background-color:#7ea8d2;

}
.address {
	font-size: 14px;
	color: #000F20;
	font-family: Verdana;
	font-weight: bold;
}
.copyright {font-size: 9px; font:Verdana; }
