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-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#bg {
	width:auto;
	height:675px;
	background-image:url(../images/bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
#page{ 
	width:900px; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
} 
#header{
	position:relative; 
	height:151px;
	width:900px; 
}
#navBar {
	width:900px; 
	height:41px;
	background-image:url(../images/navBarBg.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#nav {
	width:900px;
	height:41px;
	padding-top:14px;
}
#wrapper{
	width:900px;  
	float:right; 
	position:relative;
	background-image:url(../images/wrapperBg.gif);
	background-repeat:repeat-y;
}
/*#leftcol{
	width:148px; 
	float:left; 
	position:relative;
	background-image:url(../images/leftColBg.gif);
	background-repeat:no-repeat;
}*/
#leftNav {
	padding-left:12px;
	padding-top:8px;
}
#maincol{
	float: left;
	display:inline;
	position: relative; 
	width:598px;
	background-image:url(../images/mainColBg.gif);
	background-repeat:no-repeat;
	color:#686868;
}
#mainContent {
	padding-left:32px;
	padding-top:20px;
	padding-right:50px;
}
#rightcol{
	width:302px; 
	float:right;
	position:relative;
	background-image:url(../images/rightColBg.gif);
	background-repeat:no-repeat;
}
#rightContent {
	padding-left:11px;
	padding-right:24px;
	padding-top:28px;
}
#footer{
	height:auto;
	width:900px;
	background-color:#f0f0f0; 
	clear:both;
	text-align:center;
} 

 /* *** 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:#0064a8;
}
a:hover {
	color:#666666;
}
#navBar li {
	display:inline;
	margin-left:9px;
}
#navBar a {
	color:#FFFFFF;
	text-decoration:none;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:2px;
	padding-right:1px;
}
#navBar a:hover {
	background-image:url(../images/navBarOver.gif);
	background-repeat:repeat-x;
	width:auto;
}
#leftNav a {
	font-size:11px;
	color:#000000;
	text-decoration:none;
	background-image:url(../images/leftNavBg.gif);
	display:block;
	width:131px;
	height:23px;
	padding-left:5px;
	padding-top:6px;
}
#leftNav a:hover {
	background-image:url(../images/leftNavOver.gif);
	color:#8e8600;
}

#footerNav li {
	display:inline;
}
#footerNav a {
	color:#616161;
	text-decoration:none;
	font-size:10px;
	margin-left:5px;
}
#footerNav a:hover {
	color:#000000;
}

h3 a {
	color:#FFFFFF;
	text-decoration:none;
}
h3 a:hover {
	color:#000000;
}

/*GLOBAL STYLES*/

h1 {
	color:#258fe0;
	font-size:24px;
	letter-spacing:-1px;
	margin-bottom:5px;
}
#maincol h3 {
	font-size:14px;
	width:auto;
	background-color:#00559d;
	color:#FFFFFF;
	padding:3px;
	margin-bottom:5px;
}
#rightcol h3 {
	font-size:14px;
	width:auto;
	background-color:#cbb211;
	color:#FFFFFF;
	padding:3px;
	margin-bottom:5px;
}
#maincol p {
	margin-bottom:15px;
}

/* Drop down menu */
#dropmenudiv{
position:absolute;
border:1px #CCCCCC;
font:normal 11px arial;
line-height:16px;
z-index:100;
text-align:left
}

#dropmenudiv a{
width:100%;
display: block;
text-indent: 3px;
font-size:11px;
background-color:#cbb211;
color:#FFFFFF;
text-decoration:none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#333333;
color: #fff;
}

/* 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;
}

	
