html, body
{	background: #cccccc;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
}
a, a:link, a:active, a:visited
{	color: #666666;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}
a:hover
{	text-decoration: underline;
}

#logo
{	position: absolute;
	left: 10px;
	top: 10px;
}

#nav
{	background: #999999;
	margin: 50px 0px;
}
.nav
{	background: #999999;
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
	padding: 0px 20px;
}
#navmid
{	border: 2px solid #666666;
}
.navlink
{	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: bold;
}

