body {
	
	background-color: #000000;
}

}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}

a {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;

}

form {
	background-color: #CCCC99;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;

}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
 color: #FFFFFF;
}
a:link {
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
	font-size: 12px;


}
a:active {
	color: #666666;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
.Gbodytext {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	vertical-align: middle;
	list-style-type: disc;
	cursor: auto;
	line-height: normal;
	width: auto;
	font-style: normal;
	height: auto;
	text-transform: none;
	list-style-position: outside;
	color: #000000;

	

}
.headertitle {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	vertical-align: bottom;
	list-style-type: disc;
	cursor: hand;
	line-height: 18px;
	width: auto;
	font-style: normal;
	color: #FFFFFF;

}
a:hover {
	color: #999999;
}
.coaches {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bolder;
	color: #CCCCCC;
	font-style: normal;
	text-align: center;
	vertical-align: middle;

}



/* These styles just pretty up the page a bit. */
body {
	font: 80.5%/1.2 Arial, Helvetica, sans-serif; /* All Font Size */
 }
#bar {
	font-size: 1em;
	width: 900px;
	padding: 0px;
	margin: 0 auto;
	background-color: #ff3333;
	position: relative;
	left: 7px;
	top: 0px;

}



/* These styles are for the dropdown menus. */
#navbar {
	margin: 0;
	padding: 0;
	height: 1em; }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: #ff3333; /* header color */
	color: #000; /* Nav Color. */
	text-decoration: none; }
#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #ff3333;}  /* header color with NO linkage */
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #990000; /* Flyout BKG Color */
	border-bottom: 1px solid #fff;
	color: #fff; }
#navbar li li a:hover {
	background-color: #ff6666; } /* Hover Color */
