body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
}


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

#topsection{
height: 168px; /*Height of top section*/
}

#contentwrapper{
	width: 761px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 21px;
}
.newsTop {
	background-image: url(../images/newsTop.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 492px;
}
.newsBottom {
	background-image: url(../images/newsBottom.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 492px;
}
.news {
	width: 476px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2e3092;
	border-left-color: #2e3092;
	font-size: 12px;
	margin-left: 2px;
	padding: 0 5px 0 5px;
}

#leftcolumn{
   width: 500px;
   
		
}

#rightcolumn{
	float: right;
	width: 244px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E3E3;
}

.divider {
   border-top: 1px solid #E3E3E3;
   width: 700px;
   height: 10px;
   margin: 0 auto;

}

#footer{
clear: left;
width: 100%;
background-color: #FFFFFF;
text-align: center;
padding: 4px 0;
font-size: 10px;


}

#footer a{
color: #999999;
}
#footer a:visited{
color: #999999;
}
#footer a:hover{
color: #999999;
text-decoration: none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#nav {
	background-color: #2f3192;
	height: 22px;
	width: 751px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e1f0cf;
	padding:  4px 0 0 10px;
}
#nav a{
   color: #e1f0cf;

}
#nav a:visited{
   color: #e1f0cf;

}
#nav a:hover{
   color: #e1f0cf;
   text-decoration: none;

}
li {
	font-size: 12px;
}
table {
	font-size: 11px;
}
