/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body { 
	background: #326d8c url(../images/main_bkg.jpg) top repeat-x;
	font: .80em Arial, Helvetica, sans-serif;
	color: #326d8c;
}
body h1 { display: none; }

span { display: none; }
a {
	text-decoration: none;
	color: #326d8c;
}
a:hover {
	background: #326d8c;
	color: #fff;
}
#container {
	position: absolute; 
	left: 50%;
	width: 873px;
	margin-left: -436.50px;
}
#content {
	width: 745px;
	background: url(../images/content_bkg.jpg) top repeat-y;
	padding-left: 64px;
	padding-right: 64px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}
#contentLeft {
	background:url(../images/schedule2.jpg) no-repeat; 
	background-color:#e1e1d7;
	width: 314px;
	float: left;
}
#contentRight {
	width: 365px;
	float: left;
	padding-left: 34px
}
#banner {
	width: 873px;
	height: 214px;
	background: url(../images/banner.jpg) no-repeat;
}
#nav {
	width: 809px;
	height: 28px;
	background: url(../images/nav_bkg.jpg) no-repeat;
	padding-top: 18px;
	padding-left: 64px;
}

#nav a {
	display: block;
}

#nav ul {
	list-style: none;
}
#nav li {
	float: left;
}
#nav a.home {
	width: 118px;
	height: 28px;
	background: url(../images/home.jpg);
}
#nav a.home:hover {
	background: url(../images/home_over.jpg);
	width: 118px;
	height: 28px;
}

#nav a.mission {
	width: 118px;
	height: 28px;
	background: url(../images/mission.jpg);
}
#nav a.mission:hover {
	background: url(../images/mission_over.jpg);
	width: 118px;
	height: 28px;
}

#nav a.support {
	width: 118px;
	height: 28px;
	background: url(../images/support.jpg);
}
#nav a.support:hover {
	background: url(../images/support_over.jpg);
	width: 118px;
	height: 28px;
}

#nav a.news {
	width: 118px;
	height: 28px;
	background: url(../images/news.jpg);
}
#nav a.news:hover {
	background: url(../images/news_over.jpg);
	width: 118px;
	height: 28px;
}

#nav a.contact {
	width: 118px;
	height: 28px;
	background: url(../images/contact.jpg);
}
#nav a.contact:hover {
	background: url(../images/contact_over.jpg);
	width: 118px;
	height: 28px;
}

.dates ul {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
padding-top:60px;
margin-left:20px;
list-style:none;
}

.headertext {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
}

.missiontext {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
padding-top:60px;
margin-left:20px;
list-style:none;
}
