
body{
background-color: #296EA0;
margin:0;
padding:0;
line-height: 1.25em;
color: white;
font-family: tahoma;
}


font{
font-family: tahoma;
font-color; white;
}
b{font-size: 100%;}

/* Link definitions */

A:link {text-decoration: underline; color:white;
}
A:visited {
text-decoration: underline; color: yellow;
}
A:active {
text-decoration: underline; color: red;
}
A:hover {
text-decoration: underline overline; color: white;
}

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

#topsection{
background: #296EA0;
height: 260px; /*Height of top section*/
}

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

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

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #296EA0;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #296EA0;
}

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

#footer a{
color: #FFFF80;
}

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

h1{
font-family: Tahoma;arial;sans-serif;
color: #ffffff;
text-align: center;
}
h2{
font-family: Tahoma;arial;sans-serif;
color: #ffffff;
text-align: center;
}
h3{
font-family: Tahoma;arial;sans-serif;
color: #ffffff;
text-align: center;
}
p{
font-family: Tahoma;
color: #ffffff;
}
hr{
size: 5px;
width: 100%;
}
.datatable
{
border: 1px solid #ffffff;
border-collapse: collapse;
width: 100%;
}
.datatable td
{
font: bold 75% Helvetica, Arial, sans-serif;
color: #ffffff;
width: 75%
}
.datatable th
{
border: 1px solid #ffffff;
background-color: #ffffff;
font-weight: bold;
text-align: left;
padding-left: 0.3em;
}
.datatable caption
{
font: bold 100% Tahoma, Arial, sans-serif;
color: #ffffff;
text-align: center;
padding: 0.4em 0 0.8em 0;
}
.datatable tr.altrow
{
background-color: blue;
color: #000000;
}
.rowcolor {
background: #0066FF;
}
</style>
