/*global */
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:#003366;
	background-image:url(../images/bodyBg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
} 
#page{ 
	width:994px; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
#header{
	position:relative; 
	height:127px;
	width:994px;
	background-image:url(../images/masthead.jpg);
	background-repeat:no-repeat;
}
#navBar {
	width:994px; 
	height:31px;
	background-image:url(../images/navBg.gif);
	background-repeat:no-repeat;
	text-align:center;
}
#bigBg {
	background-image:url(../images/bigWrapperBg.jpg);
	background-repeat:no-repeat;
	width:auto;
	height:1092px;
}
#wrapper{
	width:994px; 
	float:right; 
	position:relative;
	background-image:url(../images/wrapperBg.gif);
	background-repeat:repeat-y;
}
#leftcol{
	width:312px; 
	float:left; 
	position:relative;
 }
#calBox {
	width:312px;
	height:243px;
	background-image:url(../images/calBoxBg.jpg);
	background-repeat:no-repeat;
}
#maincol{
	float: left;
	display:inline;
	position: relative; 
	width:682px; 
}

#footer{
	height:40px;
	width:994px;
	background-image:url(../images/footerBg.gif);
	background-repeat:no-repeat;
	clear:both;
	border-bottom:#000 1px solid;
	padding-top:15px;
	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*/

#mainNav {
	padding-top:4px;
}

#mainNav li {
	display:inline;
}
#mainNav a {
	color:#ad6981;
	font-family: Impact, Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-variant:small-caps;
	text-decoration:none;
	margin: 0px 30px 0px 0px;
}
#mainNav a:hover {
	color:#FFF;
}

a {
	color:#5a0021;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*GLOBAL STYLES*/

.padding {
	padding:10px;
}

p {
	color:#006600;
	margin-bottom:15px;
	line-height:1.5em;
}

#mainHeader {
	font-size:36px;
	font-family: Impact, Tahoma, Geneva, sans-serif;
	color:#FFF;
	letter-spacing:-1px;
	font-style:italic;
	background-color:#006600;
	width:auto;
	text-indent:10px;
}

h1 {
	color:#50031f;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	border-bottom:#99a7b4 1px solid;
	margin-bottom:10px;
}
h2 {
	color:#50031f;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:-1px;
	border-bottom:#99a7b4 1px solid;
	margin-bottom:10px;
}
h3 {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:10px;
}
h4 {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:-1px;
	margin-bottom:10px;
}
h5 {
	font-size:14px;
	color:#999;
}
h6 {
	font-size:14px;
	color:#999;
	font-style:italic;
}
#maincol ul {
	list-style:inside;
	margin:10px;
}
#maincol ol {
	list-style:inside;
	list-style-type:decimal;
	margin:10px;
}
#leftcol h3 {
	font-size:14px;
	font-style:italic;
	font-variant:small-caps;
	color:#FFF;
	width:312px;
	height:23px;
	padding-top:5px;
	background-image:url(../images/leftColh3.gif);
	background-repeat:no-repeat;
	text-indent:15px;
	margin-bottom:0px;
}


/* 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;
color:#000;
background-color: #66afdb;
padding: 0.4em 0.6em;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #a7d1f0;
color: #fff;
text-decoration:none;
}

/* calendar */	
.cal {
	width:280px;
	height:180px;
	margin: 15px 0px 0px 15px;
}
.cal td, .cal a, .cal a:link {
	font-size:12px;
	color:#ffffff;
}
.calHeader, .calHeader a, .calHeader a:link {
	color:#ffffff;
	border:none;
	background-color:#000000;
	font-size:14px;
}

.calEvent, .calEvent a, .calEvent a:hover {
	background-color: #39F;
	color: #FFF;
}

.calGame {
	background:red;
}

/*news */
.currentNewsTitle {
	font-size:14px;
	font-weight:bold;
	
}
.currentNewsDate{
	font-size:10px;
}

	
