.left {
	font-family: Arial;
	font-size: 8pt;
	
}

.menu {
	font-size: 9pt;
	font-family: Arial;
	color: white;
	text-decoration: none;
	font-weight: bold;
	
}

:hover.menu {
	color: #0000FF;

}

.body {
	background-position: right bottom; color: #000080;
	font-size: 12px;
	font-family: Arial; 
	background-image:url('images/bottom.jpg'); 
	background-repeat:no-repeat
}

.subbody {
	background-position: right bottom; color: #000080;
	font-size: 11px;
	font-family: Arial; 
}


.footer {
	color: #ffff00;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	
}

:hover.footer {
	color: black;
}

a {
	color: #0096EC;
}

#dropmenudiv{
position:absolute;
background-color: #E3FFB0;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #3495E0;
color: white;
}