@charset "utf-8";
/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e4f1f7;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{
	
	color: #009e20;
	text-decoration: none;
	
}

.textblack{
	color: #3b3b3b;
}

a:hover{
	
	text-decoration: underline;
	
}

.blueheader{
	color: #005d9f;
	font-weight: bold;
}

hr{
	border-top: solid 1px #8fcaef;
	height: 0px;
	margin-top: 5px;
	margin-bottom: 5px;


}

.sponsors{

	background: url(../images/index_sponsors.jpg) no-repeat;

}

.team{

	background: url(../images/index_team.jpg) no-repeat;

}

.leftwing{

	background: url(../images/bg_leftwing.gif) right repeat-y;

}

.rightwing{

	background: url(../images/bg_rightwing.gif) left repeat-y;

}


.bgbanner{

	background: url(../images/bg_banner.jpg) right no-repeat;

}

.bgnavtop
{
	background: url(../images/bg_navtop.jpg) right no-repeat;
}

.bgtop{

	background: #FFFFFF url(../images/bg_top.gif) repeat-x;
	height: 30px;

}

.bgbottom{

	background: url(../images/bg_bottom.gif) repeat-x;
	height: 28px;

}

.content{
	background: #FFF;
}

.tableheader{
	color: #FFFFFF;
	font-weight: bold;
}

.footer{
	background: #d9d9d9;
	text-align: center;
}