/*global */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:”;}

body {
	background: #212121 url(../images/sitebg.jpg) no-repeat top;
	margin:0px; 
	padding:0px; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
#page {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#000000;
}
#header {
	margin-top: 20px;
	height:208px;
	background:url(../images/headerbg.gif) no-repeat;
}
#navBar {
	width:990px; 
	height:78px;
}
#menu {
	float:right;
}
#leagueNav {
	width:990px;
	height:68px;
}
#wrapper {
	background-color:#FFFFFF;
	width:970px;
	border:#000000 solid 10px;
}
#leftcol {
	width:330px;
	float:left;
	display:inline;
	color:#000;
	overflow:hidden;
}
#maincol{
	float: left;
	display:inline;
	position: relative; 
	width:619px;
	padding:10px;
	overflow:hidden;
}
#footer{
	height:47px;
	background-image:url(../images/footerBg.gif);
	background-repeat:no-repeat;
	clear:both;
	padding: 4px 10px 0px 10px;
	font-weight:bold;
} 
/* *** Float Hacks *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  
-->
/*MORE STYLES*/
p {
	line-height:1.3em;
	margin-bottom:10px;
}

h1, h2, h3 {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:10px;
}

a {
	color:#c39d26;
}
a:hover {
	color:#333;
}
#maincol ol {
	list-style:inside;
	list-style-type:decimal;
	margin:10px;
}
#maincol ul {
	list-style:inside;
	margin:10px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}



#leftcol h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:-1px;
	font-style:italic;
	font-variant:small-caps;
	font-weight: bolder;
	text-align:left;
	display:block;
	color:#3a2500;
	background-color:#efefef;
	border-bottom:1px #FFFFFF solid;
	border-top:1px #FFFFFF solid;
	padding:10px 5px 10px 5px;
}
a {
	color:#0066cc;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
#leftcol a {
	color:#000;
}
#leftcol a:hover {
	color:#fff;
}

#leftcol img {
padding-left: 40px;
padding-right: auto;
}

#leagueNav {
	position:absolute;
	width:750px;
	height:69px;
	overflow:hidden;
	margin: 68px 0px 0px 330px;
}
#leagueNav li {
	display:inline;
	margin:0;
	padding:0;
}
#leagueNav a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}

/* Drop down menu */
#dropmenudiv {
	position:absolute;
	border:1px #CCCCCC;
	font:normal 11px arial;
	line-height:16px;
	z-index:100;
}
#dropmenudiv a {
	width:100%;
	display: block;
	text-indent: 3px;
	color:#000;
	background-color: #66afdb;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: #a7d1f0;
	color: #000;
}
/* calendar */	
.cal {
	width:200px;
	border:3px solid #F7F6F3;
}
.cal td, .cal a, .cal a:link {
	font-size:10px;
}
.calHeader, .calHeader a, .calHeader a:link {
	background:#F7F6F3;
	color:#333333;
	border:none;
}
.calEvent, .calEvent a, .calEvent a:hover {
	background:yellow;
}
.calGame {
	background:red;
}
/*news */
.currentNewsTitle {
	font-size:14px;
	font-weight:bold;
}
.currentNewsDate {
	font-size:10px;
}
