body{
padding:0;
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
h3 {
	color: #006da9;
	font-size: 18px;
}
h4 {
	color: #014bc4;
	font-size: 12px;
}
a {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #2591fb;
	font-weight: bold;
}

#maincontainer{
width: 870px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #ffffff;
}

.frstrip{
height: 29px; 
padding-top: 10px;
}

.header{
height: 175px; 
padding-top: 10px;
}

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

.blank {
height: 10px;
}

.navigation {
	font-size: 11px;
	height: 20px;
	background-color: #2591fb;
	padding-top: 6px;
	text-align: left;
}
.navigation a {
	padding-left: 13px;
	padding-right: 13px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation a:hover {
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 13px;
	padding-right: 13px;
	color: #0f55be;
	background-color: #6bc5f7;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.normal{
	padding-bottom: 10px;
}

.normal img {
padding: 3px;
}

.leftheader {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #2591fb;
	width: 580px;
	text-transform: uppercase;
	padding: 5px;
}

.rightheader{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #0f55be;
	width: 241px;
	text-transform: uppercase;
	padding: 5px;
}

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

#contentcolumn{
margin-left: 10px;
margin-right: 271px; /*Set right margin to RightColumnWidth*/
background-color: #ffffff;
}

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

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

#footer a{
color: #FFFFFF;
font-weight: normal;
}

.innertube{
margin-left: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 10px;
margin-top: 0px;
margin-bottom: 0px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.title {
font-size: 14px;
font-weight: bold;
color: #2591fb;
}
.smallertitle {
font-weight: bold;
color: #014bc4;
}
.name {
	color: #014bc4;
	font-size: 14px;
	font-weight: bold;
}
.extra {
line-height: 22px;
}
.teambox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}