body{
text-align: center;
padding:10px;
line-height: 1.5em;
font-family: "Century Gothic"; 
font-size: 12px; 
font-style: normal; 
color: #000066
}
b{font-size: 110%;}
em{color: red;}
#maincontainer{
text-align: left;
margin-left:auto; 
margin-right:auto;
width: 759px; /*Width of main container*/
}

#header{
background: #FFFFFF;
}

#main{
background: #FFFFFF;
height: 90px; /*Height of top section*/
}

#footer{
clear: left;
width: 759;
text-align: center;
padding: 0px 0;
}

/** MENU */

#ddtoptabs li a:hover{ /*THEME CHANGE HERE*/
background-color: #4a8Aa0;
}

#ddtoptabs{
width: 759px;
margin: 0 auto;
}

#ddtoptabs ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
}

#ddtoptabs li{
display: inline;
margin: 0;
}

#ddtoptabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
color: white;
border: 1px solid #F58F47;
border-bottom-width: 0;
margin-right: 1px;
background: #4F8AF0; /*background of tabs (default state)*/
}

#ddtoptabsline{
clear: both;
padding: 0;
width: 100%;
height: 3px;
line-height: 3px;
background: #F58F47;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #F58F47; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #4F8AF0;
width: 200px;
visibility: hidden;
color: white;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #F58F47; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
background-color: #4F8AF0;
text-decoration: none;
color: white;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #4a8Aa0;
}

/** MENU END */

h2 {
color: #F58F47;
padding: 10px;
}

h3 {
color: #4F8AF0;
padding: 10px;
}


.copyright_line {  font-family: "Century Gothic"; font-size: 10px; font-weight: normal; color: #FFFFFF}
.main_page_title {  font-family: "Century Gothic"; font-size: 18px; font-weight: bold; color: #E77844}
.index_news_title { font-family: "Century Gothic"; font-size: 16px; font-weight: bold; color: #E77844 }
.index_right_headings {  font-family: "Century Gothic"; font-size: 12px; font-weight: normal; font-variant: normal; text-transform: none; color: #000066}
.body_text_bold {  font-family: "Century Gothic"; font-size: 12px; font-weight: bold; color: #000066}

