@charset "utf-8";
body  {
	font-size: 10px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #FFFFFF;
}

#nav li {
	float: left;
	width: auto;
	margin-right: 20px;
}
#header ul li a:hover {
	color: #FF3;
}

#nav li ul {
	position: absolute;
	width: 140px;
	left: -999em;
	overflow: visible;
	background-color: #333;
	padding: 10px;
	border: 1px solid #000;
}
#nav li ul li {
	height: 12px;
	width: 200px;
	overflow: visible;
}


#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#header h1 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
#toplinks {
	width: 750px;
	position: absolute;
	top: 125px;
	margin-left: 260px;
	overflow: hidden;
}
#sponsorlinks {
	height: 90px;
	width: 200px;
	margin-left: 30px;
	overflow: hidden;
}
#sponsorlinks-2 {
	height: 90px;
	width: 200px;
	overflow: hidden;
}
h1 {
	color: #006699;
	text-transform: uppercase;
	font-size: 16px;
}
h2 {
	color: #006699;
	font-size: 12px;
}
.quote1, .quote2, .quote3, .quote4  {
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 5px;
	margin-right: 0px;
	font-size: 11px;
	color: #333;
	line-height: 18px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
h3 {
	margin-bottom: 0px;

}
