body{
margin:5;
padding:0;
line-height: 1.5em;
}

.pagecontainer{
border: 1px solid #097A19;
margin-bottom: 1em;
width: 802px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #ffffff;
}
.contentwrapper{
float: left;
width: 100%;
}

.navcontainer{
border: 1px solid #ffffff;
float: left;
width: 160px; /*Width of left column*/
margin-left: +2px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
font-family: verdana, serif;font-size: 10pt; font-style: normal;text-decoration:none; color: #000000;
}
.bodycontainer{
border: 1px;
border-left-color:#000000;
border-right-color:#ffffff;
border-bottom-color:#ffffff;
border-top-color:#ffffff;
border-style:solid;
margin-bottom: 1em;
width: 634px;
margin-left: 162px; /*Set left margin to LeftColumnWidth*/
background: #ffffff;
}
.pagetitle{
border: 1px solid #000000;
margin-bottom: 1em;
width: 100%;
background: #FF0000;
padding: 3px 0;
font-family: verdana, serif;font-size: 11pt; font-style: normal;text-decoration:none; color: #ffffff;font-weight: bold;
}
.footer{
border: 0px;
margin-bottom: 1em;
width: 802px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #E0DBDB;
font-family: verdana, serif;font-size: 10pt; font-style: normal;text-decoration:none; color: #000000;
}
h1 {font-family: verdana, serif;font-size: 11pt; font-style: normal;text-decoration:none; color: #000000;}
h2{
font-family: verdana, serif;font-size: 11pt; font-style: normal;text-decoration:none; color: #000000;
}
INPUT.btn {border:1px outset white; color:#F3F3F3; font-family: verdana; font-weight:bold; background:#FF0000}
INPUT.norm, SELECT, TEXTAREA {border:1px outset black; color:#FF0000; font-family: verdana; font-weight:normal; background:#F9F9F2; size:8pt;}
:link {font-family: verdana, serif;font-size: 10pt; font-style: normal;text-decoration: underline; color: #0A7714;}
:visited {font-family: verdana, serif;font-size: 10pt;text-decoration: underline; color: #0A7714;}
:active {font-family: verdana, serif;font-size: 10pt;font-style: normal; text-decoration: underline ;color: #0A7714;}
:hover {font-family: verdana, serif;font-size: 10pt;font-style: normal;text-decoration: none; color: rgb(255,0,0);}
:inputSubmit
{
color: #000000;
background-color: #EEEEEE;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,verdana;
font-size : 10px;
font-weight: bold;
}

:inputBox
{
color : #000000;
background : #FFFFFF;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,verdana;
font-size : 10px;
}
.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 160px;
height: 25px;
border-color :#9A9A9A;
border-top : 0px solid;
border-bottom : 0px solid;
border-left : 0px solid;
border-right : 0px solid;
}

.markermenu li a{
background: white url(/images/fttruck.gif) no-repeat 2px center;
font: bold 10pt Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 30px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 160px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
font: bold 10pt Verdana, Helvetica, sans-serif;
}

.markermenu li a:hover{
color: black;
font: bold 10pt Verdana, Helvetica, sans-serif;
background-color: #FDFD00;
padding-left: 20px;
background-image:url(/images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

.poweredby {
  padding: 5px;
  position: static;
  clear: left;
  border: 1px solid black;
  text-align: CENTER;
  margin-left: 15px;


}


