/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #000000;
}

/* Layout Styles */
#pagewrapper {
	width: 740px;
	margin: 0 auto 15px auto;
	padding: 0;
	background-color: #eeeeee;
	border: 2px ridge #666666;
}

#headerwrapper {
	width: 740px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #fefe10;
}

#pagecontent {
	background-color: #eeeeee;
	width: 710px;
	margin: 0;
	padding: 5px 15px 15px 15px;
}

/* Navigation Styles */
#navwrapper {
	width: 740px;
	margin: 0;
	padding: 0;
}

#menu {display:block; height:40px; margin:0 45px 0 44px;}
#menu ul {margin:0; padding:0; list-style-type:none;}
#menu li {float:left; display:block;}
#menu li.list1 {background:transparent url(/xc/siteimages/navhome.jpg); width:95px;}
#menu li.list2 {background:transparent url(/xc/siteimages/navroster.jpg); width:103px;}
#menu li.list3 {background:transparent url(/xc/siteimages/navschedule.jpg); width:136px;}
#menu li.list4 {background:transparent url(/xc/siteimages/navresults.jpg); width:155px;}
#menu li.list5 {background:transparent url(/xc/siteimages/navgallery.jpg); width:162px;}
#menu a {display:block;  padding-top:40px; height:0; color:#000; text-decoration:none; overflow:hidden;}
* html #menu a:link, * html #menu a:visited {height:40px; he\ight:0;}

#menu a#item1 {background:transparent url(/xc/siteimages/navhome_a.jpg) -95px -40px no-repeat;}
#menu a#item2 {background:transparent url(/xc/siteimages/navroster_a.jpg) -103px -40px no-repeat;}
#menu a#item3 {background:transparent url(/xc/siteimages/navschedule_a.jpg) -136px -40px no-repeat;}
#menu a#item4 {background:transparent url(/xc/siteimages/navresults_a.jpg) -155px -40px no-repeat;}
#menu a#item5 {background:transparent url(/xc/siteimages/navgallery_a.jpg) -162px -40px no-repeat;}

#menu a#item1:hover {background-position:top right; z-index:50;}
#menu a#item2:hover {background-position:top right; z-index:50;}
#menu a#item3:hover {background-position:top right; z-index:50;}
#menu a#item4:hover {background-position:top right; z-index:50;}
#menu a#item5:hover {background-position:top right; z-index:50;}

* html #menu a:hover {height:40px; he\ight:0;}

/* Text Styles */
h1, h2, h3, h4 {
	color: #022d9b;
}

h2 {
	border-bottom: 1px #cccccc solid;
}

/* Specific Content Styles */
.rosterheader {
	color: #022d9b;
	border-bottom: 1px solid #CCCCCC;
	font-size: 16px;
	font-weight: bold;
}

.eventwrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom: 1px #cccccc solid;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

.eventdate, .eventtitle {
	font-weight:bold;
	font-size: 14px;
}

.eventnotes {
	font-style: italic;
}
