/*global */
html, body{ 
	margin:0px; 
	padding:0px;
	background-color:#333333;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

img {
	border:none;
}
h1{
	color:#bf1e2e;
	font-size:24px;
	margin:0px;
}
li {
	list-style:square;
	color:#c80000;
}
#Form1 {
	padding:0px;
	margin:0px;
}
#pagewidth{ 
	width:806px;
	text-align:left;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-left:auto;
	margin-right:auto;
} 
#header{
	position:relative; 
	height:123px;
	width:100%;
	background-image:url(../images/mastheadBg.gif);
	background-repeat:no-repeat;
	text-align:right;
	color:#FFFFFF;
}
#topLink {
	padding-right:5px;
	padding-top:3px;
	float:right;
	width:100px;
	font-size:10px;
	position:relative;
}
#navBar {
	width:auto;
	height:26px;
	border-left:1px #f2f2f2 solid;
}
#wrapper {
	height:auto;
}
#leftcol {
	width:178px;
	height:400px;
	float:left; 
	position:relative;
	border-left:1px #f2f2f2 solid;
	border-right:1px #f2f2f2 solid;
}
#listNav{
	height:132px;
}
#leftContent {
	padding:5px;
	overflow:hidden;
}
#twocols{
	width:626px; 
	float:right; 
	position:relative; 
}
#mainhead{
	float: left;
	display:inline;
	position: relative;
	height:189px; 
	width:626px; 
}
#maincol{
	float: left;
	display:inline;
	position: relative;
	padding:10px;
	width:606px;
	height:auto;
	overflow:hidden;
}
#footer{
	height:50px;
	padding-top:5px;
	clear:both;
	text-align:center;
	border-top:1px #f2f2f2 solid;
}
#maincol a {
	color:#bf1e2e;
	text-decoration:none;
}
#maincol a:link {
	color:#bf1e2e;
}
#maincol a:hover {
	color:#000000;
	text-decoration:none;
	font-size:14px;
}
#header a, a:link {
	color:#FFFFFF;
}
#header a:hover {
	color:#ccc;
	font-size:10px;
}
#listNav a {
	color:#bf1e2e;
	text-decoration:none;
}
#listNav a:link {
	color:#bf1e2e;
}
#listNav a:hover {
	color:#000000;
	text-decoration:none;
	font-size:14px;
}
	

 /* *** 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 */  
-->


/* 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:170px;
	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 {
	background-color:#bf1e2e;
	color:#FFFFFF;
}
.calEvent a:hover {
	color:#FFFFFF;
	background-color:#000000;
}

.calGame {
	background:red;
}

/*news */
.currentNewsTitle {
	font-size:14px;
	font-weight:bold;
	
}
.currentNewsDate{
	font-size:10px;
}

	
#maincol a {
	color:#c00;
	text-decoration:none;
	}