html {
overflow:scroll;
}

body {
margin-top: 0px;
}

.body{
margin-top: 0;
margin: 0;
padding: 0;
line-height: 1.5em;
}

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

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

#topsection{
height: 90px; /*Height of top section*/
background-image: url(../image/Bg-03new.gif);
background-repeat: no-repeat;
}

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

#contentwrapper{
float: left;
width: 100%;
height: 100%;
background: white;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
border-right: 1px solid #ccc;
}

#contentcolumn2{
/*margin-left: 200px; Set left margin to LeftColumnWidth*/
padding: 5px;
border-left: 1px solid #ccc; 
border-right: 1px solid #ccc;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: white;
border-right: 1px solid #000080;
border-left: 1px solid #ccc;
}

#footer{
clear: left;
width: 100%;
background: #000080;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

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

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

.leftcolumnheader{
background-color: #000099; 
height: 22px;
text-align: center;
padding-top: 4px;
}

.leftcolumnheader2{
background-color: #000099; 
height: 22px;
text-align: center;
padding-top: 4px;
padding-bottom: 4px;
}

#highrez{
	font-size: x-small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#highrez a:link, #highrez a:visited{
text-decoration:none;
color:#000066;
}

#highrez a:hover{
text-decoration:none;
}

#highrez .link{
text-decoration:underline;
}