body{
   margin: 0;
   padding: 0;
   background-color: #F0F8FF;
}
body a, ul a, h5, h5 a, li{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
  
}
h5, h5 a{
   font-weight:bold;
   text-decoration: none;
   color: #333;
   margin-top: 10px;
   padding-top:10px;
    padding-bottom:0;
    border-top:1px silver dashed;
}
#container {
   position: absolute;
   width: 900px;
   left: 50%;
   margin-left: -375px;
   margin-top: 10px;
   margin-bottom: 50px;
   background-color: #F0F8FF;

}

#nav3, #navblock, #center{
   border-left: 1px solid #B7DEDB;
   border-right: 1px solid #B7DEDB;
   border-bottom: 1px solid #B7DEDB;
}
#nav3, #navblock, #footer, #center{
   width:798px;
}

#header1 {
   position: absolute;
   left: 0;
   height: 66px;
   width: 319px;
   background-color: #fff;
   padding-bottom: 0px;
   }
#header1 img{
 margin:0;
  border:0;
  padding: 0; 
}

#header2{
   height: 66px;
   width: 479px;
   margin: 0px 0px 0px 320px;
    background-color: #F0F8FF;
   font-size:10px;
}
#header2 ul, #header3 ul{
   float: left;
   padding:2px 5px 2px 0px;
   list-style-type: none;
   margin-left:10px;
   margin-top:0;
}
#header2 li{
   padding-top:10px;
}

.mail, .help, .news, .map{
   padding-top:10px;
}
   
/* - - - - - nav - - - - -*/
#nav{
   padding-left:10px;
}
#nav img{
  border:0;
  float: left;
}
#nav2{
   background-color: #fff;
   padding-top:0px;
   padding-left:10px; 
   border-top: 1px solid #B7DEDB;
   border-right: 1px solid #B7DEDB; 
}
#nav, #nav2, #nav3 {
   position: relative;
   height: 33px;
   font-size: 12px;
   
}
#nav3, #navblock, #center, #footer{
     border-top: 1px solid #B7DEDB;
     border-right: 1px solid #B7DEDB;
     border-left: 1px solid #B7DEDB;   
}
#nav3{
     background-color: #81B3B5;
     padding:5px 0 10px 0;
     height:25px;
}
#nav div, #nav2 div, #nav3 div{
   position: absolute;
}
#nav a, #nav strong, #nav em, #nav2 a, #nav2 strong, #nav2 em, #nav3 a, #nav3 strong, #nav3 em{
   float: left;
   display: block;
   text-decoration: none;
    margin-top:7px;
}

#nav2 a, #nav2 strong, #nav2 em{
   font-size: 11px;
   font-weight: normal;
   color: #333;
   padding: 0px 10px 0px 12px;
}
#nav3 a, #nav3 strong, #nav3 em{
   font-size: 11px;
   font-weight: bold;
   color: #666;
   padding: 5px;
}
#nav a:hover, #nav2 a:hover,#nav3 a:hover  {
  color:#336699;
  }
#nav li, #nav2 li, #nav3 li{
   float: left;
   list-style-type: none;
   padding:5px 5px 0 5px;
}
#nav ul, #nav2 ul, #nav3 ul{
   margin-left:0px;
}
#nav3 select{
   margin:0px 0px 0px 4px;
}
.select{
   padding-top:0px;
   margin-top:2px;
 
}
/* - - - - - navblock - - - - -*/


#navblock {
   position: relative;
   height: 27px;
   font-size: 12px;
   background-color: #d4d3c0;
   background-image: url(../images/bkgd_nav.gif);
}
#navblock div {
   position: absolute;

}
#navblock a, #navblock strong, #navblock em {
   font-size: 11px;
   font-weight: bold;
   float: left;
   display: block;
   padding: 2px 15px 0px 15px;
   border-top: 1px solid #ccc;
   text-decoration: none;
   color: #333;
   border-bottom:0px #d4d3c0 solid;
   background-image: url(../images/div.gif);
   background-position: right;
   background-repeat: no-repeat;
}

#navblock a:hover {
  color:#b22222;
  border-bottom:0px #b22222 solid;
  }
  

/*-------------center---------------*/
#center{
   left: 0;
   height:900px;
   background-color: #fff;
   }
   #center ul{
      margin:0;
      padding: 0;
      list-style-type: none;
   }
#center li{
   list-style-type:none;
   padding: 0px 5px 15px 0;
   list-style-position: outside;
   line-height: 13px;

}
#center a{
   text-decoration:underline;
   color: #004276;
}
#col1, #col2, #col3, #col4{
   width: 157px;
   padding: 20px;
   margin-top:0px;
   display:block;
  height: 810px;
 
}
#col1, #col2, #col3{
   float: left;
    border-right: 0px silver dashed;
}
#col4{
   float: right;
}

/*------------footer------------------*/
#footer {
   left: 0;
   height: 60px;
   width: 798px;
   font-size: smaller;
   color:#333;
   text-align: center;
   padding: 10px 0 10px 0;
   background-color: #81B3B5;
    border-top: 1px solid #cccccc;}
#footer a{
   color:#000;
   text-decoration: underline;
   }
   #footer a:hover{
     color:#333; 
   }

