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-x;
	background-color:#FFFFFF;
	width:100%;
}
h1 {
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
	color:#003872;
}
img {
	border:none;
}
p {
	margin-bottom:15px;
}
#page{ 
	/*width:874px; */
	width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
} 
#header{
	position:relative; 
	height:190px;
	width:100%;
}
#navBar {
	width:874px;
	height:21px;
}
#wrapper{
/*	width:874px;*/
	width:100%;
	float:left;
	position:relative;
	background-color:#FFFFFF;
}
#leftcol{
	width:215px; 
	float:left; 
	position:relative;
}
#leftNav {
	float: left; width: 25%;  margin:0;
	background-image:url(../images/leftBgRepeat.gif);
	background-repeat:repeat-y;
}  
#maincol{
width: auto; margin: 0 25% 0 25%;
}
#mainHeader {
	/*background-image:url(../images/headerBg.gif);
	background-repeat:no-repeat;*/
	width:442px;
	height:92px;
}
#mainHeader h1 {
	padding-top:45px;
	padding-left:25px;
}
#content {
	padding:25px;
	text-align:left;
}
#rightcol{
	float: right; width: 25%;  margin:0;
}
#rightNav {
	width:217px;
	height:auto;
	background-image:url(../images/rightBg.gif);
	background-repeat:repeat-y;
}
#footer{
	width:100%;
	height:130px;
	clear:both;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
#footerContent {
padding-top:30px;
	background-image:url(../images/footercontentBg.jpg);
	background-repeat:no-repeat;
	background-position:-1px;
	width:824px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}
#footer2 {
	background-color:#FFFFFF;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	width:874px;
	height:auto;
	padding-top:15px;
	padding-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
#footer2 ul {
	list-style:none;
}
#footer2 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 */  
-->

/*LINK STYLES*/

a {
	color:#a0171c;
}
a:hover {
	color:#333333;
}
#leftNav li {
	display:block;
	width:215px;
	height:28px;
	background-image:url(../images/leftNavBg.gif);
}
#leftNav a {
	color:#000000;
	font-size:12px;
	font-weight:100;
	text-decoration:none;
	display:block;
	width:170px;
	height:24px;
	padding-left:45px;
	padding-top:4px;
}
#leftNav a:hover {
	color:#a0171c;
	text-decoration:none;
	display:block;
	width:170px;
	height:24px;
}
#rightNav li {
	display:block;
	width:217px;
	height:28px;
	background-image:url(../images/rightNavBg.gif);
	background-repeat:no-repeat;
}
#rightNav a {
	color:#000000;
	font-size:12px;
	font-weight:100;
	text-decoration:none;
	display:block;
	width:175px;
	height:24px;
	padding-left:35px;
	padding-top:4px;
}
#rightNav a:hover {
	color:#a0171c;
	text-decoration:none;
	display:block;
	width:175px;
	height:24px;
}

/* 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;
}

	
