* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}
p.highlight { text-align : center; font-weight : bold; color : #922D2A; }

BODY {
  margin : 0;
  color : #2A2323;
  background : #575757 url(images/bg_body.jpg) top left repeat-x;
  text-align: center;
}

ul { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : bold; font-size : 22px; color : #000; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #000; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #000; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #000; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #000; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #000; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #000; font-weight : bold; text-decoration : none;}
A:Visited  { color : #000; font-weight : bold; text-decoration : none;}
A:Active  { color : #000; font-weight : bold; text-decoration : none;}
A:Hover  { color : #000;	font-weight : bold; text-decoration : none;}

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0;
  border-bottom : 2px dotted #0B7B7B;
  color : fff;
  background : none;
}

div#wrapper {
   width: 744px;
   margin: 20px auto 20px auto;
   background : #fff url(images/bg_wrapper.gif) top left repeat-y;
   border : 1px solid #3366CC;
   text-align: left;
}

div#header {
  width : 744px;
  height : 100px;
  border-bottom : 20px solid #3366CC;
  background : #6699FF;
  position : relative;
}

img#truck {
  position : absolute;
  top : -20px;
  right : -20px;
}

ul#topnav {
  font: bold 14px "Trebuchet MS", Verdana, sans-serif;
  color : #000;
  width : 130px;
  float : left;
  margin : 0;
}

ul#topnav li {
  list-style: none;
  margin : 0;
  display : block;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#topnav li { float : left; height: 1%;} 
 * html ul#topnav li a { height: 1%;} 
/* End */


ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
  text-decoration: none;
  color : #000;
  font-weight : bold;
  padding : 2px 10px;
  background : none;
  border : 0;
  display : block;
}

ul#topnav li a:hover {
  background : #3366CC;
  color : #fff;
}

div#sidebar {
  float : right;
  width : 150px;
  padding : 3px;
  border : 3px double #000;
  background : #FFF500;
}

div#content {
  background : #fff;
  margin : 0px 0px 0px 135px;
  padding : 15px 10px;
}

div#clear {
  clear :both;
}

div#norlink {
  text-align : center;
  font-size : 9px;
  color : #fff;
}

div#norlink a {
  color : #fff;
  font-weight : normal;
  background : none;
  border : 0;
}
