.fun {
	padding-left: 10px;
	font: tahoma 12pt;
	color: white;
}

.fun a {
	font: bold 12px Tahoma;
	text-decoration: none; 
	color: white;
}

.fun a:hover {
	color: #B3B8D6;
}

.nav {
	padding-left: 10px;
	height: 34px;
	font: tahoma 12pt;
	color: white;
}

.nav a {
	font: bold 12px Tahoma;
	text-decoration: none; 
	color: white;
}

.nav a:hover {
	color: #B3B8D6;
}


.logo {
	color: white;
	font: bold 24px Tahoma;
	padding-left: 100px;
	height: 59px;
}

.content h1 {
	color: #B3B8D6;
	font-size: 14px;
}

.content a 
{
	font: 14px verdana;
	color: white;
	line-height: 1.5;
}

.content {
	font: 12px verdana;
	color: white;
	line-height: 1.5;
}

.footer {
	font: 12px verdana;
	color: white;
	background: #5A66A6;
	border-right:3px solid #4C568C;
	border-top: 3px solid #4C568C;
	text-align: center;
}
.footerLink {
	font-size: 9px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footerLink a {
	font-size: 9px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
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;
font-color: White;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5A66A6;
	font-color: White;
	font: italic;