* { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	}

body {
	background-color: #666666;
	color: #333333;
	margin: 0 0 0 72px;
	}
a { 
	text-decoration: none; 
	color: #004475; 
	font-size: 10px; 
	font-weight: bold; 
	}

h2 { 
	font-family: Arial, sans-serif;
	color: #004475;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -0.4px;
	padding-top: 5px;
	line-height: 1.3em;
	}

h2 .smaller {
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #558DB6;
}
h2.orange {
	color: #E85100;
}
submit {  font-weight: bold; color: #333333;}
input, cfinput, select, cfselect {  line-height: 14px; color: #000000;}

.menuON {  font-weight: bold; color: #FFFFFF}
.menuOFF { font-weight: bold; text-decoration: none}

.bodyText {  line-height: 13px; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; }
.bodyCopyright {  font-size: 9px; line-height: 11px; color: #286693;/*#709470;*/ }

.indexText { font-size: 11px; line-height: 13px; margin-left: 18px; margin-top: 10px;}

.menuOff a { color: #333; }
.indexText a { line-height: 13px; font-size: 11px; }
.bodyText a, .driverText a { line-height: 14px; }

.driverText { line-height: 14px; color: #7F7F7F;}

.driverHeadline { line-height: 14px; font-weight: bold; color: #004475;}

.driverIndexHead { line-height: 14px; font-weight: bold; color: #E5E5E5;}


/* NEW STYLES */
.topnavigation, .topnavigation * {
	margin: 0;
	padding: 0;
}
.topnavigation {
	width: 700px;
	margin: 10px 0 0;
	padding: 0;
	height: 25px;
	background-color: #004475; /*#002742;*/
}
.topnavigation li {
	list-style: none;
	float: left;
	position: relative;
	height: 25px;
	margin: 0;
	padding: 0;
}
.topnavigation li a {
	height: 10px;
	color: #e1e1e1;
	display: inline-block;
	margin: 0;
	padding: 7px 10px 8px;
	border-right: 1px solid #e1e1e1;
}
.topnavigation li:hover a, .topnavigation li a:hover {
	background: #002742;
}
.topnavigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	left: -1px;
	background: #002742;
	border: 1px solid #e1e1e1;
	display: none;
}
.topnavigation li ul li {
	margin: 0;
	padding: 0;
	display: block;
	width: 165px;
}
.topnavigation li ul li a {
	height: 10px;
	padding: 7px 10px 8px;
	border: 0;
	display: block;
}
.topnavigation li ul li a:hover {
	background: #558DB6;
}

#nav-hawkeye:hover {
	background: #E85100;
}

/* HOME PAGE */
#homeMain {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 300px;
}
#homeLeft {
	float: left;
	margin: 0;
	padding: 0;
	width: 321px;
}
h1#logo {
	margin:0;
	padding: 0;
	height: 125px;
	width: 321px;
	text-indent: -3000px;
	background: #deded6 url(images/index/home-logo.gif) no-repeat 0 0;
}
ul#homeLeftLinks {
	margin:0;
	padding:0;
	height: 175px;
	width: 321px;
	background: #deded6 url(images/index/home-left-bottom.gif) no-repeat 0 0;
}
ul#homeLeftLinks li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#homeLeftLinks li a {
	display: block;
	text-indent: -3000px;
	height: 28px;
	width: 321px;
}
#homeRight {
	margin: 0;
	padding: 0;
	height: 300px;
	width: 379px;
	background: #deded6 url(images/index/home-right.gif) no-repeat 0 0;
	float: left;
}
