/*  
Yellow: eeaf10
Red: C00000
*/

body  { color: black; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; text-decoration: none }
h1 { color: #eb181e; font-size: 2em; font-style: oblique; font-weight: bold }
p { }
td { }
.body  { color: black; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; text-decoration: none }
.side { color: white; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif }
.copy { color: black; font-size: 10px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 150% }
.caption { color: #eb181e; font-size: 11px; font-weight: bold }
.points  { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica; font-style: normal; text-decoration: none }
.pointsheader  { color: white; font-size: 16px; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-style: normal; text-decoration: none }
.headline  { color: #eb181e; font-size: 20px; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-style: normal; text-decoration: none }
.hostedby { color: #eeaf10; font-size: 10px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 150% }


.driverlink a { 
  color: black; 
  font-size: 10px; 
  font-family: Verdana, Arial, Helvetica; 
  font-style: normal; 
  text-decoration: none;
}

.driverlink a:hover { 
  color: red; 
  text-decoration: underline;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/solid-block-menu/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(/images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(/images/blockactive.gif) center center repeat-x;
}

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

