
body {

   background: #FFFFFF;
}

a:link {

   text-decoration: none;
   color: #000000;

}

a:link:hover, a:visited:hover {

   text-decoration: none;
   color: #0055FF;

}

a:visited {

   text-decoration: none;
   color: #000000;

}

a:active {

   text-decoration: none;
   color: #000000;

}

a.offsite {

   text-decoration: none;
   color: #000000;

}


#container {

   width: 750px;
   margin: 0px auto;

}

#navframe {

   top: 0px;
   left: 0px;
   width: 200px;
   height: 455px;
   float: left;
   margin-top: -20px;

}

#nav-menu {
    height: 270px;
}

#contentframe {

   top: 0px;
   left: 0px;
   width: 550px;
   min-height: 600px;
   _height: 600px;
   margin: 0px 0px 25px 0px;
   float: left;
}

#tailframe {

   top: 0px;
   left: 0px;
   width: 750px;
   height: 15px;
   border-top: solid #000000 1px;
   background-color : #ffffff;
   text-align: center;
   clear: both;

}

#present-user {
  bottom: 10px;
  padding-left: 10px;
  text-align: left;

}

