/* ------------------------------------ *
 CSS
 2006 december 19. 10:11:36
 HAPedit 3.1.11.111
 * ------------------------------------ */

 body,html {
   height: 100%;
   font-family: "Trebuchet MS",verdana;
   font-size: 16px;
   color: #474747;
   background-color: #a3a3a3;
   padding-top: 30px;
   _padding-top: 20px;
 }

 .center_table {
   width: 100%;
   position: absolute;
   text-align: center;
   height: 80%
 }

 .bays_topline {
   background-image: url('images/top_line.gif');
   height: 2px;
   line-height: 0px;
   margin: 0px;
 }

 .bays_maintbl{
   background-color: white;
   padding: 0px;
   width: 800px;
   text-align: left;
   margin: auto;
   height: 80%;
 }

 .bays_header {
   height: 110px;
   border-top: 2px solid #666666;
   padding-left: 16px;
 }

 .bays_menu {
   text-align: left;
   width: 208px;
   height: 100%;
   font-size: 20px;
   background-image: url('images/menu_back.gif');
   background-repeat: repeat-y;
   margin-top: 0px;
 }
 
 .mnu_list {
   list-style-type: none; 
   margin: 0px;
   padding: 0px;
 }
 
 
 
 a.mnu_item, a.act_mnu_item {
   text-decoration: none;
   display: block;
   padding-left: 15px;
   color: #414141;
   height: 25px;
 }
 
 a.mnu_item:hover, a.act_mnu_item{
   background-image: url('images/mnu_sel.gif');
   background-repeat: repeat-y;
   text-decoration: none;
 }
 
 a.sub_item{
   display: block;
   padding-left: 25px;
   color: #414141;
   text-decoration: none;
 }
 
 a.act_sub_item,a.sub_item:hover{
   display: block;
   padding-left: 25px;
   background-image: url('images/mnu_sel.gif');
   background-repeat: repeat-y;
   color: #414141;
   text-decoration: none;
 }
 
 .bays_footer {
   position: relative;
   font-size: 20px;
   text-align: center;
   background-image: url('images/footer_back.gif');
   border-top: 2px solid #666666;
   border-bottom: 2px solid #666666;
   background-color: #cecece;
 }
 
 .bays_footer p {
 	margin: 0px;
 	height: 55px;
 }
 
 .bays_content{
   font-size: 
 }
 
 .userStaff {
   font-size: 12px;
 }
 
 .hostedby, .hostedby p{
   font-size: 10px;
   color: red;
   text-decoration: none;
 }
 
 a.hostedby {
   text-decoration: none;
   color: red;
 }

 a.hostedby:hover {
   text-decoration: underline;
   color: white;
 }
 
 .userStaff_table {
   margin-top: 15px;
   margin-bottom: 15px;
 }
 
 label {
   display: block;
   width: 150px;
   float: left;
 }
 
 .csc-mailform-field {
   margin-bottom: 3px;
 }
 
 .csc-mailform-submit {
   position: relative;
   left: 150px;
 }
 
 fieldset {
   border: 0px;
 }
 
 .csc-mailform-check {
   margin-left: 0px;
 }
