h2 { font-size:18pt; color: #dd0000; background-color: transparent; }
.leftcol {
   position: absolute;
   left: 2%;
   top: 250px;
   width: 46%;
   height: 78%;
   overflow: scrll;
   border-style: none;
}

.rightcol {
   position: absolute;
   left: 52%;
   top: 250px;
   width: 46%;
   height: 78%;
   overflow: scrll;
   border-style: none;
}

.footer {
   position: absolute;
   left: 2%;
   top: 82%;
   width: 98%;
   height: 42px;
   border-style: none;
}

.tableft {
   position: absolute;
   left: 10px;
   top: 60px;
   width: 170px;
   height: 78%;
   overflow: scrll;
   border-style: none;
   }

.tablisting { width:850px; }
.tabbox {
   position: absolute;
   left: 180px;
   top: 60px;
   width: 900px;
   height: 78%;
   overflow: scrll;
   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;
      list-style:none;
   }
      #tabs li {
      display:inline;
      margin:0;
      padding:0;
   }
   #tabs a {
      float:left;
      /* background:url("images/tableft.gif") no-repeat left top; */
      background:#00ffff;
      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; */
      background:#00ffff;
      border-style:ridge;
      border-color:#ffffff;
      border-width:2pt;
      padding:5px 15px 4px 6px;
      color:#666;
   }
   #tabs b span {
      float:left;
      display:block;
      /* background:url("images/tabright.gif") no-repeat right bottom; */
      background:#ffffff;
      border-style:ridge;
      border-color:#dddddd;
      border-width:2pt;
      padding:5px 15px 4px 6px;
      color:#dd0000;
   }
   /* Commented Backslash Hack hides rule from IE5-Mac \*/
   #tabs a span {float:none;}
   /* End IE5-Mac hack */
   #tabs a:hover span { color:#00ffff; background: #000000; }
   #tabs a:hover { color:#00ffff; background: #000000; }





