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

#wrapper{
/*background-color: #A5AFB9;*/
background-image: url('../images/background.jpg');
margin-left: auto;
margin-right:auto;
margin-top:0;
width:850px;
border:solid;1px;
}

#pageBody{
padding-left:75px;
padding-right:75px;
width: 700px;

*padding-top:15px;
}

img{
border:0;
}

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

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

h3{
font-size: 150%;
}

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

}

li{
font-size:120%
}

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

a:hover{
color: #F7B437;
}

.sectionTitle{
font-size: 100%
}

#contentBox{

}

.white{
color: #ffffff;
}

.activeTab{
border: solid;1px;
border-width: thin;
border-bottom:0;
border-color: #FFFFFF;
float:left;
width:49.5%;
text-align:center;
padding: 6px 0 9px 0;
color: #F7B437;
}

.inactiveTab{
float:left;
width:49.5%;
text-align:center;
padding: 6px 0 9px 0;
border-bottom: solid;1px;
border-width: thin;
border-color: #FFFFFF;
color: #FFFFFF;
}

.inactiveTab a{
color: #FFFFFF;
}

#scrollDiv{
background-image: url('../images/scroll-background.jpg');

border:solid;1px;
border-width: thin;
border-top: 0;
padding:20px;
margin-right:6px;
height:360px;
overflow:auto;

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

*width: 654px;

}

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

.activeTabContent{
display:block;
}

.inactiveTabContent{
display:none;
}

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

