body {
background-image: url(images/mainbacker.gif);
background-position: top center;
background-repeat: repeat-x;
background-color: #a53002;
margin: 0;
padding: 0;
text-align: center;
}

a:link {
color: #8b3405;
}

a:hover {
color: #000;
}

#wrapper {
font-size: .85em;
font-weight: bold;
width: 750px;
margin: 0 auto 0 auto;
font-family: Arial, Helvetica, san-serif;
color: #8b3405;
}

#wrapper p {
margin: 12px 0 0 0;
padding: 0;
}

#masthead {
width: 750px;
height: 193px;
margin: 0;
padding: 0;
text-align: left;
background-color: #b5e5ef;
overflow: hidden;
}

#body {
color: #000;
width: 480px;
margin: 10px 0 0 0;
float: right;
text-align: left;
}
#body {
font-weight: normal;
}

#sub-navigation {
color: #b5e5ef;
width: 241px;
text-align: right;
float: left;
height: 500px;
}
#sub-navigation p{
padding: 20px 20px 0 0;
}
#sub-navigation ul{
margin: 15px 20px 40px 0;
list-style: none;
}
#sub-navigation li{
padding: 10px 0 6px 0;
}
#sub-navigation a:link, #sub-navigation a:visited{
color: #b5e5ef;
text-decoration: none;
}
#sub-navigation a:hover, #sub-navigation .active{
color: #fff;
}
#navigation {
clear: both;
text-transform: uppercase;
font-size: 1.1em;
line-height: 2.5em;
height: 40px;
margin: 0 0 0 0;
}
#navigation ul {
list-style: none;
margin: 0; padding: 0; text-indent: 0;
border: none;
}
#navigation li {
list-style: none;
display: inline;
padding: 6px;
}
#navigation li a:link, #navigation li a:visited {
padding: 10px 0 10px 0;
color: #8b3405;
text-decoration: none;
}
#navigation li a:hover {
text-decoration: none;
color: #000;
}




#navigationHome {
clear: both;
text-transform: uppercase;
font-size: 1.1em;
line-height: 1em;
height: 40px;
margin: 0 0 0 0;
}
#navigationHome ul {
list-style: none;
margin: 0; padding: 0; text-indent: 0;
border: none;
}
#navigationHome li {
list-style: none;
display: inline;
padding: 0 6px 0 6px;
margin: 0;
}
#navigationHome li a:link, #navigationHome li a:visited {
padding: 3px 0 0 0;
color: #8b3405;
text-decoration: none;
}
#navigationHome li a:hover {
text-decoration: none;
color: #000;
}


#footer {
width: 750px;
margin: 0 0 40px 0;
}

#footer p {
text-align: left;
font-size: .8em;
padding: 0 0 0 270px;
line-height: 1.4em;
}



/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin: 0 0 40px 0;
padding: 0;
font-size: 1.1em;
color: #8b3405;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
float: left;
background-color: #fff;
margin: 5px 15px 0 15px;
}

.shadetabs li a{
color: #8b3405;
}

.shadetabs li a:visited{
color: #8b3405;

}

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

.shadetabs li a.selected{ /*selected main tab style */
color: #000;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
width: 400px;
display:none;
}

@media print {
.tabcontent {
width: 400px;
display:block !important;
}
}