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:”;}

html, body{ 
	margin:0px; 
	padding:0px; 
	text-align:center;
	background-image:url(../images/bodyBg.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#bg {
	background-image:url(../images/headerBg.gif);
	background-repeat:repeat-x;
	width:auto;
	height:250px;
}
#page{ 
	width:901px; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
#header{
	position:relative; 
	height:200px;
	width:901px;
}
#navBar {
	width:901px;
	height:56px;
}
#wrapper{
	width:901px;
	height:auto;
	float:right; 
	position:relative;
	background-image:url(../images/wrapperBg.gif);
	background-repeat:repeat-y;
}
#leftcol{
	width:260px; 
	float:left; 
	position:relative; 
}
#secNav {
	font-size:14px;
	color:#FFFFFF;
	width:260px;
	height:206px;
	background-image:url(../images/secNavBg.gif);
	background-repeat:no-repeat;
}
#navList {
	margin-left:20px;
	padding-top:20px;
	width:210px;
}
#maincol{
	float: left;
	display:inline;
	position: relative; 
	width:641px;
	background-image:url(../images/mainColBg.jpg);
	background-repeat:no-repeat;
}
#topContent {
	width:620px;
	padding-top:20px;
	color:#000000;
	margin-bottom:60px;
	height:inherit;
}
#mainContent {
	width:550px;
	padding-top:20px;
	color:#000000;
	margin-bottom:60px;
	height:inherit;
}
#push {
	float:right;
	width:220px;
	height:200px;
}
#footer{
	height:119px;
	clear:both;
	margin-bottom:20px;
} 
#footerNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding-bottom:10px;
}
#footerNav li {
	display:inline;
}

 /* *** 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 */  
-->

/*GLOBAL STYLES*/
p {
	margin-bottom:15px;
}
strong {
	font-weight:bold;
}
h1 {
	color:#b10810;
	font-size:small;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:10px;
}
h2 {
font-size: small
}
h3 {
font-size: x-small;
}
h4 {
font-size: x-small;
}
h5 {
font-size: x-small;
}
h6 {
font-size: x-small;
}
#maincol li {
	list-style:circle;
	margin-left:20px;
}
#maincol ul {
	list-style:circle;
	margin-left:20px;
	margin-top:4px;
	margin-bottom:4px;
}
table, tr, td {
	padding:10px;
}
#newsAtTime {
	padding:10px;
	width:230px; 
}

/*LINK STYLES*/
#navList li a {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:#ca6b6f 1px solid;
	display:block;
	width:210px;
	height:20px;
	padding-top:2px;
}
#navList li a:hover {
	background-image:url(../images/secNavOver.gif);
	background-repeat:no-repeat;
}
#footerNav a {
	color:#000000;
	text-decoration:none;
}
#footerNav a:hover {
	color:#990000;
}


/* 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;
}

	
