html { overflow: scroll; overflow-x: auto; }

body {

    background: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: center;

}

a:link {

   text-decoration: none;

}

a:visited {

   text-decoration: none;

}

a:active {

   text-decoration: none;

}

a.offsite {

   text-decoration: none;

}


#container {

   width: 960px;
   height: 100%;
   margin: 0 auto;
   border-style: solid;
   border-color: #4694CF;
   border-width: 1px 0 0 1px;

}

#header {

   /*margin-top: 5px;*/
   /*width: 1000px;*/
   height: 150px;
   background-image: url("../images/header-logo-3.jpg");
   background-repeat: no-repeat;
   /*background-color: #b4b4b4;
   border: solid #066306 1px;*/

}

#navframe {

   /*top: 0px;
   left: 0px;*/
   padding: 0 5px;
   width: 185px;
   height: 575px;
   float: left;

}

#contentframe {

   /*top: 0px;
   right: 0px;*/
   width: 765px;
   min-height: 500px;
   margin-bottom: 25px;
   padding: 5px 0;
   float: right;

}

#tailframe {

   /*top: 0px;
   left: 0px;*/
   margin: 0 auto;
   width: 675px;
   height: 10pt;
   border-top: solid #4694CF 1px;
   background-color : #ffffff;
   text-align: center;
   clear: both;

}
