body {
	margin:0px; 
	background:#002500;
}
table tr td{font-family:Arial, Helvetica, sans-serif; font-size:.8em}

a{color:#006699}
a:hover{}

.headerleft{
}
.topmiddle{
}
.headerright{
}
.contentleft{
}
.contentright{
}
.contentmiddle{
}
.contentTable{
}
.footerleft{
}
.footerright{
}
.footermiddle{
}

/* Header Styles */
#HeaderTable{
	
}
#PageContainer{
	background:url(images/bc_02.jpg) repeat-x top;
	height:600px;
}
#ContentContainer{
	background:url(images/bc_09.jpg) center repeat-y;
}
#TopNavRow{
	background:url(images/bc_03.jpg) no-repeat bottom center;
	height:25px;
	text-align:right;
	padding:2px;
}
#TopNavRow a{
	color:#FFF;
	text-decoration:none;
}
#NavigationRow{
	background:url(images/bc_06.jpg) no-repeat top center;
	height:91px;
}
#NavigationRow a{
	text-decoration:none;
	color:#82D7FF;
	font-weight:bold;
	font-size:1.3em;
	background:#333;
	padding:6px 10px 6px 10px;
	margin:3px;
	display:block;
}
#NavigationRow a.Sel{
	color:#000;
	background:#EEE;
}
#NavigationRow a:hover{
	text-decoration:none;
	background:#000;
	color:#FFF;
	font-size:1.3em;
}
#ContentTable{
	
}
#ContentRow{
	background:url(images/bc_07.jpg) no-repeat top center;
	height:300px;
	padding-top:0px;
	padding-bottom:10px;
}

.StandingsTable{
	background:#BBB;
}
.StandingsTable tr td{
	background:#FFF;
}
.StandingsTable tr th{
	font-size:.8em;
	background:#EEE;
	color:#666;
}

#FooterRow{
	background:url(images/bc_10.jpg) no-repeat top center;
	height:58px;
}
#FooterRow a{
	color:#CCC;
}

.HorNavBackground{

}
#NavTable{
	
}
.navigation a{text-decoration:none; padding:6px 10px 6px 10px; color:#000000; display:block}
.navigation a:hover{background-color:#FFF; padding:6px 10px 6px 10px; color:#000000}

.left_nav_link{
	padding:3px 3px 5px;
	border-top:1px solid #CCC;
	background:#FFF;
}
.left_nav_link a{
	text-decoration:none;
}

/*Header Sub Nav*/
.menuroll{
position:absolute;
visibility: hidden;
border-top:1px solid #666666;
font:normal 12px;
line-height: 18px;
z-index: 100;
background-color: #CCCCCC;
filter:alpha(opacity=90);-moz-opacity:.90;
}

.menuroll a{
display: block;
text-indent: 3px;
background-color: #EEE;
border-bottom: 1px solid #ccc;
padding: 2px;
text-decoration: none;
text-indent: 5px;
}

.menuroll a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: black;
}

/* Headings */
h1{font-size:1.8em}
h2{margin-bottom:4px; font-size:1.3em}
h3{}

.field{background:#FFF}
.field2{background:#EEE}
.fieldgray{background:#F7F7F7}

.bluebox{
	background-color:#ccccff;
	border:1px solid #9999ff;
	margin-bottom:6px;
}
.redbox{
	background-color:#ffcccc;
	border:1px solid #ff6666;
	color:#990000;
	margin-bottom:6px;
}