.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 {
	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;
}

#dhtmltooltip{
position: absolute;
width: 300px;
border: 2px solid white;
padding: 5px;
background-color: #5B66A6;
font: 12px verdana;
color: white;
visibility: hidden;
z-index: 100;
}


#aboutUsFlyover{
position: absolute;
width: 500px;
border: 2px solid white;
padding: 5px;
background-color: #5B66A6;
font: 12px verdana;
color: white;
visibility: hidden;
z-index: 100;
}
