.leftcol {
   left: 2%;
   width: 46%;
   height: 78%;
   overflow: auto;
   border-style: inset;
}

.rightcol {
   left: 52%;
   width: 46%;
   height: 78%;
   overflow: auto;
   border-style: outset;
}

.footer {
   position: relative;
   left: 2%;
   /* top: 82%; */
   width: 98%;
   height: 42px;
   border-style: none;
}

.tableft {
   margin-left: 10px;
   width: 1020px;
   position:absolute;
   top:100pt;
   bottom: 10pt;
   overflow: auto;
   border-style: none;
   }

/*- Menu Tabs--------------------------- */
#tabs {
   float:left;
   width:1040px;
   background:#BBD9EE;
   font-size:93%;
   line-height:normal;
}
#tabs ul {
   margin:0;
   /* padding:10px 10px 0 50px; */
   padding: 0px;
   list-style:none;
}
   #tabs li {
   display:inline;
   margin:0;
   padding:0;
}
#tabs a {
   float:left;
   /* background:url("images/tableft.gif") no-repeat left top; */
   color:white;
   background:maroon;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#tabs a span {
   float:left;
   display:block;
   /* background:url("images/tabright.gif") no-repeat right top; */
   color:white;
   background:maroon;
   border-style:ridge;
   border-color:#ffffff;
   border-width:2pt;
   padding:5px 15px 4px 6px;
   width:125pt;
}
#tabs b span {
   float:left;
   display:block;
   /* background:url("images/tabright.gif") no-repeat right bottom; */
   background:white;
   color:maroon;
   border-style:ridge;
   border-color:#dddddd;
   border-width:2pt;
   padding:5px 15px 4px 6px;
   width:125pt;
}

@media print {
   /* @page { */
      /* size: 11in 8.5in; */ /* width height */
      /* margin-left: 0.5in; */
      /* margin-right: 0.5in; */
   /* } */
   /* #tabs a { display:none; } */
   /* #tabs a span { display:none; } */
   /* #tabs b span { display:none; } */
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span { color:#ffd800; background: #000000; }
#tabs a:hover { color:#ffd800; background: #000000; }

@media print { 
   #tabs { display: none; }
}



