@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body  {
	font: .85ems Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

h1 {
	font: 2ems Verdana, Arial, Helvetica, sans-serif;
	color: #7e383d;
	font-weight:bold;
}

h2 {
	font: 1.5ems Verdana, Arial, Helvetica, sans-serif;
	color: #7e383d;
	font-weight:bold;
}

h3 {
	font: .85ems Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight:bold;
}

h4 {
	font: .75ems Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

h5 {
	font: .85ems Verdana, Arial, Helvetica, sans-serif;
	color: #8aa190;
	font-weight:bold;
}

h6 {
	font: .85ems Verdana, Arial, Helvetica, sans-serif;
	color: #8aa190;
}

a:link {
	color: #8AA190;
}
a:visited {
	color: #8AA190;
}
a:hover {
	color: #7e383d;
}
a:active {
	color: #cdded3;
}
#container #columnleft #body .bodycopy a {
	color: #7e383d;
	text-decoration: underline;
}
#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 20px;
}
#header {
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
	border-bottom: 15px solid #999;
	padding: 0;
	margin-bottom: 20px;
}
#container     #columnleft     ul.nav  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #CDDED3;
	text-decoration: none;
	text-align: left;
	list-style: none;
	padding-left: 8px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container  #columnleft  ul.nav li {
	font-weight: bold;
}
#container  #columnleft  ul.nav li a {
	text-decoration: none;
	list-style-type: none;
	color: #cdded3;
}
#container #columnleft ul.nav li a:hover {
	color:#F5D285;
}

#headerlogo {
	width: 1024px;
	margin-bottom: 20px;
}
#container #header #driver {
	margin: 0;
	position: absolute;
	width: 1024px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#container #columnleft .footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E383D;
	text-decoration: none;
	margin: 0 0 15px 0;
	border-top: 2px solid #999;
	padding: 10px 0 0 0;
}
#container #columnleft .footertext a {
	color: #7E383D;
	text-decoration: underline;
}
#columnleft table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}
.bodycopy {
	margin: 20px;
	font-size: 0.75em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 20px 10px 20px;
	position: relative;
	vertical-align: bottom;
}
.blocktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #f5d285;
	text-decoration: none;
	margin: 30px 20px 20px 25px;
	line-height: 30px;
}
#container   #columnleft   #body  ul {
	text-decoration: none;
	line-height: 1.5em;
	font-size:.75ems;
	font-size: 0.75em;
	color: #333;
	margin: 0 20px 0 5px;
}
#container   #columnleft   #body  li {
	text-decoration: none;
	list-style-type: disc;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.1em;
	color: #333;
	text-decoration: none;
	list-style-type: disc;
}
