html>body {
}
body {
	margin: 0px;
	font-family: georgia;
	background-image: url(/includes/img/leftNavBkg.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#headerLeftArea {
	font-family: verdana;
	background-image: url(/includes/img/headerDateBkgRed.gif);
	background-position: right;
	width: 152px;
	height: 56px;
	text-align : center;
}
#headerLeftArea div.headerDate {
	display: block;
	color: #ffcc00;
	font-weight: bold;
	padding-top: 8px;
}
#headerLeftArea div.headerSchedule {
	display: block;
	text-align: left;
	position: absolute;
	left: 6px;
	top: 32px;
	width: 136px;
	color: #ffffff;
	font-size: 11px;
	border: 1px dotted #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding-top: 1px;
	background-color: #669900;
	z-index: 100;
}
#headerLeftArea div.headerSchedule:hover {
	background-color: #99cc00;
}
#headerLeftArea a.scheduleExpander {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	outline-style: none;
	background-image: url(/includes/img/arrowDown.gif);
	background-position: 122px 5px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}
#headerLeftArea a.scheduleExpander:hover {
	color: #000000;
}
#headerLeftArea div.headerScheduleExpanded {
	padding: 0px 6px 0px 6px;
	background-color: #669900;
}
#headerLeftArea div.headerScheduleExpanded h4 {
	font-weight: bold;
	margin: 0px;
}
#headerLeftArea div.headerScheduleExpanded span {
	display: block;
	border-top: 1px solid black;
	padding: 4px 0px 4px 0px;
}
#headerLeftArea div.headerScheduleExpanded span a.divisionTitle {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#headerLeftArea div.headerScheduleExpanded span a.divisionTitle:hover {
	text-decoration: underline;
}
#headerLeftArea div.headerScheduleExpanded span a.teamName {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
}
#headerLeftArea div.headerScheduleExpanded span a.teamName:hover {
	text-decoration: underline;
}
#header {
	background : url(/includes/img/header.gif);
}
#headerImage {
	background-image : url(/includes/img/headerLogo.gif);
	position : absolute;
	top : 0px;
	right : 0px;
	width : 387px;
	height : 115px;
	background : no-repeat;
	z-index : 1;
}
#mainNav {
	font-weight: bold;
	background-image: url(/includes/img/mainNavRules.gif);
	background-repeat: repeat-x;
	height: 25px;
	background-color: #ffffff;
}
#mainNav ul {
	font-size: 13px;
	position: absolute;
	margin: 4px 0px 0px 18px;
	padding: 0px;
	z-index: 2;
}
#mainNav li {
	margin-right: 40px;
	list-style-image : none;
	display: inline;
}
#mainNav a {
	color: #cc9900;
	text-decoration : none;
	padding: 2px 6px 2px 6px;
}
#mainNav a:hover {
	color: #ffffff;
	text-decoration : none;
	background-color: #999999;
}
#mainNav li.first {
	font-size: 80%;
	margin-right: 0px;
	list-style-image : none;
	display: inline;
	border-right: 1px dotted #cccccc;
}
#mainNav li.second {
	font-size: 80%;
	margin-left: 0px;
	list-style-image : none;
	display: inline;
}