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;
}
table {border-collapse:collapse;border-spacing: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:”;}

/*BLOCKS*/
html, body{ 
	margin:0px; 
	padding:0px; 
	text-align:center;
	background-image:url(../images/bodyBg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
} 
#page{ 
	width:902px; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/pageBg.gif);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
} 
#header{
	position:relative; 
	height:77px;
	width:902px;
}
#navBar {
	width:auto;
	height:23px;
}
#wrapper{
	width:902px; 
	float:right; 
	position:relative;
	background-image:url(../images/wrapperBg.gif);
	background-repeat:no-repeat;
	padding-top:35px;
}
#leftcol{
	width:236px; 
	float:left; 
	position:relative;
}
#leftNav {
	width:196px;
	margin-left:25px;
	margin-right:15px;
}
#leftContent {
	background-color:#454545;
	width:186px;
	margin-left:25px;
	margin-right:15px;
	margin-top:10px;
	color:#a9a9a9;
	padding:5px;
}
#maincol{
	float: left;
	display:inline;
	position: relative; 
	width:666px;
}
#mainContent {
	background-color:#FFFFFF;
	margin-left:25px;
	margin-top:20px;
	width:561px;
	padding:10px;
	background-image:url(../images/mainContentBg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#footer{
	height:37px;
	width:902px;
	clear:both;
} 

 /* *** Float Hacks *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;f
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
-->

/*STYLES*/
h1 {
	color:#752231;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:5px;
}
p {
	margin-bottom:10px;
}
#leftContent h1 {
	color:#FFFFFF;
	background-color:#747474;
	width:auto;
	padding:3px;
	font-size:14px;
	font-weight:100;
}
#mainContent ul {
	margin-left:20px;
	list-style:circle;
}
/*LINK STYLES*/
a {
	color:#a61b35;
}
a:hover {
	color:#333333;
}
#secondNav a {
	width:auto;
	height:15px;
	color:#FFFFFF;
	background-color:#747474;
	width:auto;
	padding:3px;
	font-size:14px;
	font-weight:100;
	text-decoration:none;
	display:block;
}
#secondNav a:hover {
	color:#fff;
	background-color:#333333;
}

.cal 
{
	width:180px;
	border:3px solid #F7F6F3;
	background-color:#FFFFFF;
}
.cal td, .cal a, .cal a:link 
{
	font-size:10px;
}
.calHeader, .calHeader a, .calHeader a:link 
{
	background:#F7F6F3;
	color:#752231;
	border:none;
}

.calEvent, .calEvent a, .calEvent a:hover 
{
	background:#752231;
	color:#FFFFFF;
}
.currentNewsTitle 
{
	font-size:14px;
	font-weight:bold;
	padding:-5px 0px -5px 0px; 
	
}
.calGame 
{
	background:red;
}
.currentNewsDate
{
	font-size:10px;
	padding:-5px 0px -5px 0px; 
	margin:0;
}
.impdate, .impdate a, .impdate a:hover {
	background:#CC3333;
	}
h1 {
	font-size:18px;
	}
h2 {
	color:#752231;
	padding:0;
	line-height:100%; 
}
h3 {
	font-size:18px;
	color:#752231;
	}
.txtInput { width:250px; }
.txtSm { width:60px; }
.txtMed{ width:100px; }
.prompt { width:150px }
.star, .error{ font-weight:bold; color:red; font-size:12px; }
select, input { font-size:10px; }
.button { font-size:12px; border:1px solid #ccc; }
.divOff { BORDER-RIGHT: white 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: white 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: white 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: white 1px solid; POSITION: relative; TEXT-ALIGN: center }
	.divOver { BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: black 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: black 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: black 1px solid; POSITION: relative; TEXT-ALIGN: center }
	
#maincontent {
padding:5px 5px 5px 5px;
}

	/* Drop down menu */
#dropmenudiv{
position:absolute;
border:1px #14386a solid;
font:normal 11px arial;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width:100%;
display: block;
text-indent: 3px;
color:#14386a;
background-color: #fff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #14386a;
color: #fff;
}