/* CSS Document */
body{
margin:0;
padding:0;
line-height: 1.5em;
background-image: url(images/body_bg.gif);
font-family: Arial;
font-size: .85em;
}

.fancytext{
text-transform:uppercase;
letter-spacing: 2px;
font-size: .95em;
font-weight:bold;
}

#maincontainer{
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image: url(images/content_bg.jpg);
border-left: 1px solid #003399;
border-right: 1px solid #003399;
}

#topnav{
width:850px;
height:25px;
background:#990033;
text-align:right;
}

#topnav a{
color: #FFFFFF;
font-size:.75em;
font-weight:bold;
text-decoration:none;
padding-top:2px;
margin-right:10px;

}

#topsection{
float:left;
width:850px;
height: 160px; 
}


#nav_wrapper{
float:left;
width:850px;
height:35px;
background-image: url(images/nav_bg.jpg);
}

#nav_wrapper ul{
float:left;
list-style-type:none;
margin: 0px;
padding: 0px;
}


#nav_wrapper ul li{
display:inline;
}

#nav_wrapper ul li a:link, #nav_wrapper ul li a:visited{
display: block;
margin-left:1px;
text-decoration: none;
font-weight: bold;
background-image:url(images/link_normal.jpg);
color:#003399;
width:140px;
height: 33px;
line-height:2.75;
float:left;
text-align:center;
font-size:.75em;
}

#nav_wrapper ul li a:hover{
display: block;
text-decoration: none;
font-weight: bold;
background-image:url(images/link_hover.jpg);
color:#FF9900;
width:140px;
height: 33px;
float:left;

text-align:center;
font-size:.75em;

}

table{
text-align:left;
font-size:.85em;
}

.hometabletitle{
background-color:#003399;
color: #FFFFFF;
text-transform:uppercase;
text-align:center;

}

img {
border:none;
}

#contentwrapper{
float: left;
width: 850px;

}



#footer{
clear: left;
width: 100%;
border-top: 3px #990033 solid;
border-bottom: 1px #003399 solid; 
background: #BFCCE5;
color: #003399;
text-align: center;
padding: 4px 0;
font-size:.85em;
font-weight:bold;
text-transform:uppercase;
}

#footer a{
color: #003399;
}

.innertube{
margin-left: 30px; 
margin-right: 30px;
padding-top: 10px;
background-image:url(images/inner_tube.gif);
background-repeat: no-repeat;
}
