@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;

}
#container { 
	width: 900px; 
	background:url(../images/maincontentBG.jpg) repeat-x #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
} 
#header { 
	background: url(../images/topbg.jpg) right no-repeat #000000; 
	padding: 0 10px 0 5px;  
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#menu { 
	background: url(../images/menuBG.jpg) repeat-x; 
	padding-top:3px;
	height:25px;
	text-align:center;
	border-top:#666666 1px solid;
	
} 
#menu a, a:visited {	
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	padding: 0 18px 0 18px;
} 
#menu a:hover, #menu a.active {	
	color:#cccccc;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
} 		
#teams { 
	background: #1D1D1D; 
	padding: 0;
	height:20px;
	border-bottom:2px solid #00487D;
	text-align:center;
	color:#666666;
	font-size:10px;
	font-weight:bold;
	padding-top:6px;

} 
#teams a, a:visited {	
	color:#999999;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	padding: 0 14px 0 14px;
} 
#teams a:hover {	
	color:#cccccc;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
} 		
#sidebar1 {
	float: left;
	width: 230px;
	background: #101010;
	padding:0px;
	border-bottom:3px #999999 solid;
}
#sidebar1 p {
	color:#999999;
	font-size:10px;
}
#sidebar1 table{
	color:#999999;
	font-size:10px;
}
#sidebar1 table strong {
	color:#666666;
	font-size:10px;
}
#sidebar1 a, a:visited {	
	color:#999999;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
	
} 
#sidebar1 a:hover {	
	color:#cccccc;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
#side-titles {
	height:30px;
	background:url(../images/sidetitlesBG.jpg) repeat-x;
	margin-top:0;
		width: 230px;
		text-align:center;
}
#side-titles p {
	color:#F40909;
	font-size:11px;
	font-weight:bold;
	padding-top:9px;
	margin:0;
}
#mainContent { 
	margin: 0 0 0 240px;
	padding: 0 20px;
		line-height:20px;
} 
#mainContent a, a:visited {	
	color:#999999;
	font-size:10px;
	text-decoration: underline;
	font-weight:bold;
	padding:0px;
} 

#mainContent h1 { 
	margin-top:5px;
	font-size: 30px;

} 
#mainContent h2 { 
	margin-top:5px;
	font-size: 20px;

} 
#mainContent table{
	color:#333333;
	font-size:10px;
} 
#mainContent tr.d1 td {background:#FFFFFF;  }
#mainContent tr.d2 td{background:#EEEEEE;  }

#footer { 
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #1D1D1D;
	text-align:right;
	margin-top:0px;
} 
#footer p {
	margin: 0; 
	padding: 6px 0;
	color:#515151;
	font-size:10px;
	font-weight:bold;

}
#footer a {

	color:#515151;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {

	color:#666666;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}