body{
	background-color:#FFF; /*#0076BC;*/
	color:#000;
	margin:0;
	padding:0;
	font-family:Verdana, sans-serif;
	font-size:11px;
}
a:linked{
	color:#000;
	text-decoration:none;
}
a:hover, a:visited{
	color:#979797;
	text-decoration:underline;
}

img{
	border:0;
	margin:0;
	padding:0;
}

#surrounding_wrapper{
	background-color:#FFF;
	/*border:10px solid #333;*/
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:975px;
}
#topsection{
	width:975px;
}
/* Masthead */
#masthead{
	width:975px;
	height:105px;
	background-image: url(../../masthead.jpg);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}


/* Columns */
#subsection{
	width:955px;
	padding-left:10px;
	padding-right:10px;
}
#leftsubsection{
	background-color:#E2F0CF;
	background-image:url(../leftcol_greenbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#leftcol{
	float:left;
	width:515px;
}
#rightcol{
	float:left;
	width:425px;
	margin-left:15px;
}
#rightcolleft{
	float:left;
	width:250px;
}
#rightcolright{
	float:left;
	margin-left:15px;
	width:160px;
}
#leftcolleft{
	float:left;
	width:370px;
}
#leftcolright{
	float:left;
	margin-top:10px;
	width:135px;
}


/* Footer */
#footer{
	clear:both;
	background-image: url(../../footer.gif);
	height:25px;
	margin-top:10px;
	margin-bottom:10px;
	width:955px;
}

/*Generic clear left*/
.clearline{
	clear:both;
	line-height:0px;
	height:10px;
}

/*Header text*/

.headertext{
	font-size:12px;
	font-weight:bold;
	color:#332A85;
	padding:0;
}
.headertext a.headerlink{
	color:#332A85;
	text-decoration:none;
}
.headertext a.headerlink:hover{
	text-decoration:underline;
}

/*Date text*/
.date{
	color:#78000A;
	margin-bottom:3px;
}

/*footer*/
.footertext{
	color:#A3A1A1;
	font-size:10px;
	text-align:center;
}
.footerimages{
	margin-left:auto;
	margin-right:auto;
	width:358px;
}
.footerimages img{
	float:left;
}
.footerimages img.sportal{
	margin:15px 30px 0 0;
}



