body{
margin:0;
padding:0;
line-height: 1.5em;
color:#FFF;
text-align:center;

}

a {
color: #fff;
text-decoration: underline;
}

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

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

#topsection{
background-image:url(images/header.jpg);
height: 183px; /*Height of top section*/
width: 950px;
}

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

#contentwrapper{
background: #2E3192;
float: left;
width: 100%;

}

#contentcolumn{
margin: 0 20px 0 20px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
min-height:390px;
}

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

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

#menu{
width: 100%;
height:28px;
background: #FF8202;
color: #FFF;
text-align: center;

}

#footer1{
clear: left;
width: 100%;
height:19px;
background:#FF8202;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer2{
clear: left;
width: 100%;
height:24px;
background: #2E3192;
color: #fedfc2;
text-align: center;
font-style:italic;
padding: 4px 0;
}

#footer2 a{
color: #FFE0C0;
}

#footer3{
clear: left;
height:34px;
width: 100%;
color: #000000;
text-align: center;
padding: 4px 0;
}

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

#footer {
clear: both;
font-family:"Times New Roman", Times, serif;
font-size:10px;
text-align:right;
line-height:30px;
}
			
#footer a {
color: #fff;
font-size:10px;
text-decoration: underline;
}
		
#footerleft {
float:left;
font-size:10px;
color:#fff;
text-align:left;
line-height:30px;
}	

#footerright a {
color: #fff;
font-size:10px;
text-decoration: underline;
}

#footerright {
float:right;
font-size:10px;
color: #FFF;
text-align:right;
line-height:30px;
}				

img { border: none; } 