body{
margin:0,20,0,0;
background-color: #F2F2F2;
padding:0;
line-height: 1.5em;
font-family: Arial;
font-size: 0.9em;
}

b{font-size: 115%;}
em{color: red;}
h1{font-family: Arial; font-size: 1.5em; line-height:1.2;padding: 1;}
h2{font-family: Arial; font-size: 1.0em; line-height:0.9;padding: 0;}
h3{font-family: Arial; font-size: 1.1em; line-height:1; text-align: center; border-bottom:1px dotted #2239B3;}
h4{font-family: Arial; font-size: 0.9em; line-height:1; border-bottom:1px dotted #2239B3;}
h5{font-family: Arial; font-size: 0.9em; line-height:1; border-bottom:1px dotted #2239B3; text-align: center;}







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

#topsectiona{
text-align: center;
background: #2239B3;
height: 113px; /*Height of top section*/
color: #fff
}

#topsectiona h1{
margin: 0;
padding-top: 5px;
line-height: 1.59em;

}

#topsection{
text-align: center;
background: #2239B3;
height: 150px; /*Height of top section*/
color: #fff
}

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

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

#contentcolumn{
margin: 0 160px 0 160px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
color: #000066;
height: 700px;
text-align: left;
}

#leftcolumn{
text-align: center;
height: 700px;
float: left;
width: 168px; /*Width of left column in pixel*/
margin-left: -1200px; /*Set margin to that of -(MainContainerWidth)*/
background: #2239B3;
color: #fff;
}

#rightcolumn{
float: left;
height: 700px;
width: 155px; /*Width of right column*/
margin-left: -155px; /*Set left margin to -(RightColumnWidth)*/
background: #2239B3;
color: #fff;
text-align: center;
}

#rightcolumn a{
color: #fff;
}

#rightcolumn h3{
color: #fff;
line-height: 1.3em;
font-family: Arial;
font-size: 1.2em;
}

#footer{
clear: left;
width: 100%;
background: #ffffff;
color: #2239B3;
text-align: center;
padding: 4px 0;
font-size: 0.7em;
line-height: 1.2;
}

#footer a{
color: #000;
}

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