html, body, ul, li {margin: 0; padding: 0; border: 0;}

body {
	color: #000;
	font-size: 10pt;
	font-family: verdana, sans-serif;
	text-align: center;
	background-color: #0F1111;
	background-image:  url("images/bg.png");
	background-repeat: repeat-x;
}

.wrapper {
	width: 800px;
	margin-top: 20px;
	text-align: left;
	background-color: #666666;
	background-image:  url("images/bg-brush.gif");
	background-repeat: repeat;
	border: thin solid #000000;
	margin-right: auto;
	margin-left: auto;
}
	
h1 {color: #000099; font-size: 1.2em; margin: .6em 10px;}
	
h2 {font-size: .75em; font-family: verdana, sans-serif; margin: 10px;}
	
p {
	color: #000;
	font-size: 0.9em;
	margin: .6em 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navholder {
	width: 9.8em;
	float: left;
	display: inline; /* doubled margin bug fix for IE/win */
	margin: 5px 10px 2px 10px;
}

ul {
  	width: 9.8em;
	border-top: 1px solid #999;
	}

li {
	list-style: none;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: bottom;
	background-color: #000099;
	font-size: 10px;
	font-weight: normal;
	}

ul a {
	display: block;
	padding: 5px 10px;
	vertical-align: bottom;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	}

ul ul {
	position: absolute;
	left: -3000px;
	background-color: #333333;
	}	/* flyout elements need a background image or color to avoid bugs in IE/win */
		
li:hover {}
	
ul li:hover ul {
		font-weight: normal;

left: 11em;
	top: 4px;
	background-color: #999999;
}

ul a:hover {
	text-decoration: none;
	font-weight: normal;
	background-color: #666666;
}
	
/* \*/ /*/ 
ul li ul {position: static;}
/* */

/* The block above hides the rule inside so that only IE5/Mac can see it.
This rule causes the menus to be fully expanded vertically in that browser,
allowing those users to access the navigation without needing to hover it. */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
}

.nav {	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
}
.schedule1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:20px;
	
	
}
.schedule2 {
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:20px;
}
.schedule3 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.sport_title {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #000099;
	font-weight: bold;
}
.scoreboard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

