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:”;}

html, body{ 
	margin:0px; 
	padding:0px; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aeaeae;
	background-image:url(../images/bodyBg.gif);
	background-repeat:repeat;
}
#topBg {
	background-image:url(../images/topBg.gif);
	background-repeat:repeat-x;
	height:352px;
	width:auto;
}
#page{ 
	width:989px; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
#navBar {
	width:989px; 
	height:97px;
}
#header{
	position:relative; 
	height:255px;
	width:989px;
}
#wrapper{
	width:989px; 
	float:right; 
	position:relative;
	background-color:#000;
	overflow:hidden;
}
#leftcol{
	width:318px; 
	float:left; 
	position:relative;
	padding:30px;
}
#maincol{
	float: left;
	display:inline;
	position: relative; 
	width:551px;
	padding:30px;
}
#footer {
	height:67px;
	width:auto;
	text-align:center;
	background-image:url(../images/footerBg.gif);
	background-repeat:repeat-x;
	clear:both;
	font-size:10px;
}
#footerContent {
	height:57px;
	width:989px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}
	

 /* *** 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 */  
-->

/*LINK STYLES */

a {
	color:#8a1f34;
}
a:hover {
	color:#666;
}

#footernav {
	float:left;
	padding:15px 0px 0px 250px;

}
#footernav li {
	display:inline;
}
#footernav a {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 10px;
	text-decoration:none;
}


/*------------------GLOBAL STYLES*/

p {
	line-height:1.3em;
	margin-bottom:15px;
}

h1 {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	color:#8a1f34;
	font-size:24px;
	margin-bottom:15px;
	font-weight:100;
	letter-spacing:-1px;
}
h2 {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	color:#8a1f34;
	font-size:14px;
	font-variant:small-caps;
	font-weight:100;
	margin-bottom:5px;
}
h3 {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:14px;
	font-variant:small-caps;
	font-weight:100;
	margin-bottom:5px;
}
strong {
	font-weight:bold;
}
blockquote {
	font-style:italic;
}
#maincol ul {
	margin:30px;
	list-style:inside;
}
#maincol ol {
	margin:30px;
	list-style:decimal;
}
table {
	font-size:12px;
}

/* 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;
	background-color:#FFF;
}
.cal td, .cal a, .cal a:link {
	font-size:10px;
	padding:2px;
	text-decoration:none;
}
.calHeader, .calHeader a, .calHeader a:link {
	background:#000;
	color:#fff;
	border:none;
}

.calEvent, .calEvent a, .calEvent a:hover {
	background:#66afdb;
}

.calGame {
	background:#66afdb;
}

/*news */
.currentNewsTitle {
	font-size:14px;
	font-weight:bold;
	
}
.currentNewsDate{
	font-size:10px;
}

	
