html {
	overflow-y: scroll;
}


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #BA122B;
	margin-left: 2px;
	margin-right: 2px;
	color: White;
	margin-top: 10px;
}
a:link {
	color: CaptionText;
	text-decoration: none;
}
a:visited {
	color: CaptionText;
	text-decoration: none;
}

a:hover {
	color: Yellow;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-shadow: Black 18em 18em 18pt;
	color: #F8F8FF;
	
}



div#logo {
	top: 0px;
	position: absolute;
	margin-left: 57%;
	max-width: 42%;
}
div#trans {
	float: right;
	top: 0px;
	margin-right: 3%;
}
div#ads {
	float: right;
	text-align: right;
	margin-top: 20px;
	margin-left: 72%;
	width: 25%;
	margin-right: 4em;
}
div#lcol {
	margin-left: 5%;
	max-width: 60%;
	text-shadow: 8px;
	text-align: left;
	color: #F8F8FF;
	font-weight: bold;
	margin-right: 30%;
	top: 140px;
	position: absolute;
}

div#newbox {
	position: absolute;
	top: 200px;
	width: 490px;
}


div#rcol {
	margin-left: 70%;
	text-shadow: 8px;
	text-align: right;
	color: #F8F8FF;
	font-weight: bold;
	top: 120px;
	margin-right: 97%;
	position: absolute;
}


div#tabsE {
  
      width:98%;
      background:#BA122B;
      font-size:93%;
      line-height:normal;

      }
    #tabsE ul {
	margin: 8px 0px -8px 0px;
	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;
        }
div#linkpane {
	top: 250px;

}		  