/* ######### Style for Tab Interface itself ######### */
body{font-family: arial; background-color:black; color:#edd820}
#banner, .content, hr, .shadetabs {width:980px}
.content{height:600px; padding-left:200px;}



.footer{color:#edd820; text-align:center; font-size:0.8em;}
.footer a {text-decoration:none; color:#edd820;}
.footer a:hover{color:#ffffff;}
hr{/*color:#edd820; background-color:#edd820;*/ border: 1px solid #edd820;}

/*td.img{text-align:center;}
table{border-collapse:collapse; margin:10px; font-family:"times new roman"; font-size:normal; width:74%;}
table td{vertical-align:top; text-align:justify; padding: 15px 15px;}
h2{text-align:center;}*/

.shadetabs{}

.shadetabs ul
{
padding: 0px 0px;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 1px;
font: bold 14px "Century Gothic";
align: middle;
list-style-type: none;
text-align: center;
/*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{display: inline; margin: 0;}

.shadetabs li a
{
text-decoration: none;
padding: 0px 16px;
margin-right: 0px;
border: 0px solid black;
color: #edd820;
background: black top left repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{color: #edd820;}

.shadetabs li a:hover{text-decoration: none; color: #ffffff;}

/*.shadetabs li.selected{}
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(bar_bg.jpg); /*THEME CHANGE HERE*/
border-bottom-color: white;}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}*/