html {
	overflow-y: scroll;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #BA122B;
	margin-left: 2px;
	margin-right: 15px;
	margin-top: 10px;
}
a:link {
	color: White;
	text-decoration: none;
}
a:visited {
	color: CaptionText;
	text-decoration: none;
}

a:hover {
	color: Yellow;
}


div#lcol {
	margin-left: 5px;
	max-width: 28%;
	text-shadow: 8px;
	text-align: left;
	color: #F8F8FF;
	font-weight: bold;
	top: auto;
	position: absolute;
	left: 0px;
	margin-top: 45px;
}
div#midcol {
	margin-left: 35%;
	max-width: 28%;
	text-shadow: 8px;
	text-align: left;
	color: #F8F8FF;
	font-weight: bold;
	top: auto;
	position: absolute;
	left: 0px;
	margin-top: 45px;
}
div#rcol {
	margin-left: 65%;
	max-width: 28%;
	text-shadow: 8px;
	text-align: left;
	color: #F8F8FF;
	font-weight: bold;
	position: absolute;
	top: auto;
	left: 0px;
	margin-top: 45px;
}
div#tabsE {
  
      width:100%;
      background:#BA122B;
      font-size:93%;
      line-height:normal;

      }
    #tabsE ul {
	margin: 8px auto 0px -50px;
	padding: 5px 5px 0 50px;
	list-style: none;
}
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }

        #tabsE #current a {
                background-position:0% -42px;
        }
        #tabsE #current a span {
                background-position:100% -42px;
        }