body{
background-repeat: repeat-x;
background-color: #000000;
margin-top:0;
color:#fff;
font-size:x-small;
font-family: "Arial";
}

#wrapper{
margin-left: auto;
margin-right:auto;
margin-top:0;
width:850px;
}

#pageBody{
margin-left:75px;
width: 700px;
}

img{
border:0;
}

td{
font-size: 120%;
line-height:140%;
}

p{
color: #fff;
line-height:150%;
font-size:120%;
}

h2{
color: #F7B437;
font-size: 200%;
}

h3{
font-size: 150%;
}

ul{
list-style-type: square;
line-height:150%;

}

li{
font-size:120%
}

a{
font-size:110%; 
color: #F7B437;
font-weight:bold;
text-decoration:none;
}

a:hover{
color: #F7B437;
}

.sectionTitle{
font-size: 120%
}

#contentBox{
/*background: #1F2121;*/
background-image: url('../images/scrollBg.jpg');
padding:8px;
}

.white{
color: #ffffff;
}

.yellowBul{
color: #F7B437;
margin:4px;
}

.activeTab{
border-color: #D9D9D9;
border-style: solid;
border-width: thin;
border-bottom:0;
background: #000000;
/*background: #1F2121;*/
float:left;
width:27%;
text-align:center;
padding: 6px 0 9px 0;
margin: 0 0 0 0;
color: #F7B437;
}


.inactiveTab{
border-color: #D9D9D9;
border-width: 0 0 thin 0;
border-style:solid;
background: #000000;
/*background: #1F2121;*/
float:left;
width:24%;
text-align:center;
padding: 6px 0 9px 0;
color: #FFFFFF;
}


.inactiveTab a{
color: #FFFFFF;
background: #000000;
}

#scrollDiv{
border-color: #D9D9D9;
border-width: thin;
border-style:solid;
border-top: 0;
background-image: url('../images/scrollBg.jpg');
padding:20px;
margin-right:6px;
height:260px;
overflow:auto;

overflow-y: scroll; 
overflow-x: hidden;

*width: 637px;
}

#scrollDiv a{
font-size: 110%;
}

.activeTabContent{
display:block;
}

.inactiveTabContent{
display:none;
}

#footer{
text-align:left;
font-size: 60%;
margin: 14px 0 14px 0;
}

