/* CSS Document */

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
line-height: 1.5em;
/*background-image:url(../images/background.png);*/
background-position:top;
background-repeat:repeat-x;

background-color:#EEEEEE;
}

#topsection{
height: 174px; /*Height of top section*/
background-image:url(../images/logo.gif);
background-position:right;
background-repeat:no-repeat;
background-color:#EEEEEE;
border:1px solid #EEEEEE;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#wrapper{
float: left;
position:absolute;
left:50%;
width: 1060px;
margin-left:-495px;
}

#contentcolumn{
float: left;
width: 100%;/*Width of right column in percentage*/
/*margin-left: -495px; /*Set margin to -(contentcolumnWidth)*/
border-top:3px solid #000099;
min-height:370px;
background-color:#EEEEEE;
}

#footer{
clear: left;
width: 100%;
background: #000099;
color: #FFF;
text-align: center;
border:1px solid #000099;
margin-bottom:10px;
font-size:10px;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

#menu{
padding: 0;
position:static;
margin-top:140px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#menu ul{
margin:0;
margin-left: 25px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#menu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #AAAAAA; /*Default menu color*/
border-bottom: 1px solid white;
}

#menu a:hover{
background-color: #666666; /*Menu hover bgcolor*/
}

#menu a.current{ /*currently selected tab*/
background-color:#000099; /*Brown color theme*/ 
border-bottom-color:#000099; /*Brown color theme*/ 
/*background-image:url(../images/background.png);
background-repeat:repeat-x;*/
/*color:#666666;*/
}

#menuline{
clear: both;
padding: 0;
width: 100%;
height: 3px;
line-height: 3px;
background:#000099; /*Brown color theme*/ 
}

h1{
font-size:14px;
margin:0px 0px 10px 0px;
font-weight:bold;
}
h2{
font-size:13px;
margin:0px 0px 10px 0px;
font-weight:bold;
}
h3{
font-size:12px;
margin:0px 0px 10px 0px;
font-weight:bold;
}
p, li, td, th{
font-size:12px;
}
p, ul, li{
margin:0px 0px 5px 0px;
}
li{
list-style-position:inside;
list-style-type:disc;
}
img{
border:none;
margin:0px;
}
a, a:visited, a:active{
color:#000099;
text-decoration:none;
}
a:hover{
color:#000099;
text-decoration:underline;
}