body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Trebuchet MS, Helvetica, sans-serif;
text-decoration: none;
font-size: 12px;
background: white;
}

A:link{
font-size: 12px; 
color: #003b63;
text-decoration: none;
}

A:visited{
font-size: 12px; 
color: #003b63;
text-decoration: none;
}

A:active{
font-size: 12px; 
color: #003b63;
text-decoration: none;
}

A:hover{
font-size: 12px; 
color: #003b63;
text-decoration: underline;
}

h1{ 
font-family: Trebuchet MS, Helvetica, sans-serif;
line-height: 1em;
font-size: 12px
}


b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 955px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 104px; /*Height of top section*/
background: url(media/header_color.gif);
margin: 5px 0px 20px 0px;
}

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

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
background: white;
margin: 0px 0px 35px 250px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: white;
}

#footer{
clear: left;
height: 30px;
background: #003b63;
border-top: white 2px solid;
color: #FFF;
text-align: center;
padding: 0;
margin: 0px 0px 0px 0px;
}

#footer a{
color: #FFFF80;
}

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

</style>