body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	background: url(images/background_site.gif) repeat-x left top #000;
}

#pageConatiner {
	width: 960px;
	margin-top: 0px;
}

#headContainer {
	width: 960px;
	height: 60px;
	padding: 0px;
	margin: 0px;
}

#navContainer {
	width: 960px;
	height: 40px;
	margin: 0px;
	background-image: url(../images/navbar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logoContainer {
	width: 960px;
	height: 190px;
	margin: 0px;
	padding: 0px;
}

#outerContentContainer {
	width: 960px;
	margin: 0px;
	background-color: #CCC;
}

#innerContentContainer {
	width: 898px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 20px;
	background-color: #FFF;
	background-image: url(images/page_bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	border: 1px solid #000;
}

#innerLeftContentContainer {
	width: 450px;
	float: left;
}

#innerLeftContentContainer a:link, #innerLeftContentContainer a:visited {
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

#innerLeftContentContainer a:hover {
	text-decoration: none;
	color: #F20017;
	font-weight: normal;
	font-size: 12px;
}

#innerLeftContentContainer a:active {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
}

#innerRightContentContainer {
	width: 400px;
	float: right;
	font-size: 12px;
	line-height: 20px;
}

#innerLeftContentArchivesContainer {
	width: 550px;
	float: left;
}

#innerLeftContentArchivesContainer a:link, #innerLeftContentArchivesContainer a:visited {
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

#innerLeftContentArchivesContainer a:hover {
	text-decoration: none;
	color: #F20017;
	font-weight: normal;
	font-size: 12px;
}

#innerLeftContentArchivesContainer a:active {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
}

#innerRightContentArchivesContainer {
	width: 300px;
	float: right;
	font-size: 12px;
	line-height: 20px;
}

#innerLeftContentPackagesContainer {
	width: 425px;
	float: left;
}

#innerLeftContentPackagesContainer a:link, #innerLeftContentPackagesContainer a:visited {
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

#innerLeftContentPackagesContainer a:hover {
	text-decoration: none;
	color: #F20017;
	font-weight: normal;
	font-size: 12px;
}

#innerLeftContentPackagesContainer a:active {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
}

#innerRightContentPackagesContainer {
	width: 425px;
	float: right;
	font-size: 12px;
	line-height: 20px;
}

.packageContainer {
	width: 380px;
	height: 200px;
	margin-bottom: 30px;
}

#footerContainer {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.navButtonContainer {
	float: right;
	margin-top: 8px;
	padding: 0px 30px;
	/*width: 150px;*/
	text-align: center;
	color: #FFF;
	font-size: 18px;
	border-bottom: 1px dotted #333;
	border-right: 1px solid #666;
}

.navButtonContainer a:link, .navButtonContainer a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.navButtonContainer a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: normal;
}

.navButtonEndContainer {
	float: right;
	margin-top: 8px;
	margin-right: 5px;
	padding: 0px 30px;
	/*width: 150px;*/
	text-align: center;
	color: #FFF;
	font-size: 18px;
	border-bottom: 1px dotted #333;
}

.navButtonEndContainer a:link, .navButtonEndContainer a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.navButtonEndContainer a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: normal;
}
.mainTable {
	background-image: url(images/page_bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	padding: 20px;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #F20017;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

.helpBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	font-weight: normal;
	width: 175px;
	background-image: none;
}
.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	width: 435px;
	padding-top: 25px;
	padding-right: 22px;
	padding-bottom: 25px;
	padding-left: 22px;
	font-weight: normal;
}

.packagesTitleBar {
	background-color: #CC0000;
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
}
.supportContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding-top: 25px;
	padding-right: 22px;
	padding-bottom: 25px;
	padding-left: 22px;
	font-weight: normal;
}

.preseasonNotice {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
width: 300px;
background-color:#990000;
padding: 5px 10px;
border-top: #000000 solid 1px;
border-bottom: #000000 solid 1px;
margin-top: 30px;
}

.footerBlock {
	background-image: url(images/ohlplayer_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 45px;
}
.gameDate {
font-family: Arial, Helvetica, sans-serif;
color: #666;
font-weight: bold;
font-size: 14px;
width: 400px;
background-color: #E1E1E1;
padding: 5px 10px;
border-top: #990000 solid 1px;
border-bottom: #990000 solid 1px;
margin-top: 30px;
}
.gameLinks {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 5px 10px;
	text-align: left;
	white-space: nowrap;

}
a.calendarHead:link, a.calendarHead:visited {
	color: #E1E1E1;
	text-decoration: none;
}

a.calendarHead:hover {
	color: #E1E1E1;
	text-decoration: underline;
}

a.gameLinks:link, a.gameLinks:visited {
color: #0099CC;
font-weight: normal;
text-decoration: underline;
}
a.gameLinks:hover {
font-weight: normal;
text-decoration: none;
}
a.gameLinksA:link, a.gameLinksA:visited {
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}
a.gameLinksA:hover {
	font-weight: normal;
	text-decoration: none;
}
a.testLink:link, a.testLink:visited {
color: #0099CC;
font-weight: bold;
text-decoration: underline;
}
a.testLink:hover {
color: #990000
font-weight: bold;
text-decoration: none;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom: 3px;
}
