* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
a {
	color: #15b8f1;
	text-decoration: none;
}
a:hover {
	color: #15b8f1;
	text-decoration: underline;
}
#container {
	margin-right: auto;
	margin-left: auto;
	height: 758px;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content {
	height: 758px;
	width: 960px;
	float: left;
}
/*--Homepage Flash--*/
#flash {
	height: 500px;
	width: 960px;
	background-color: #000000;
}
/*--Page Flash--*/
#flash {
	width: 960px;
	background-color: #000000;
}
#mainContent {
	width: 960px;
	height: 360px;
	background-color: #000000;	
}
	#leftColumn {
		width: 460px;
		height: 340px;
		padding: 10px 10px 10px 10px;
		float: left;
	}
	#rightColumn {
		width: 460px;
		height: 340px;
		padding: 10px 10px 10px 10px;
		float: left; 
		background: url(../images/separator.jpg) no-repeat 0 0;
	}
	.mainText{
		font-size: 11px;
		color: #FFFFFF;
	}

#lowerContent {
	width: 960px;
	background-color: #000000;
	height: 240px;
	clear: both;
}
#upcoming {
	width: 950px;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
}
#updates {
	display: block;
	list-style-type: none;
}
#events {
	width: 100%;
}
	#event1, #event2, #event3 {
		width: 300px;
		float: left;
		padding: 10px;
		height: 150px;
	}
	#event1 img, #event2 img, #event3 img {
		float:left;
	}
	.eventText {
		font-size: 11px;
		color: #FFFFFF;
	}
	#copyright {
		clear: both;
		width: 100%;
		height: 25px;
		padding-top: 5px;
	}
	#date {
		width: 70px;
		height: 150px;
		padding-right: 10px;
		float: left;
	}
	#month {
		width: 70px;
		height: 31px;
	}
	#day {
		width: 70px;
		height: 33px;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1795c3;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1795c3;
}
.footerText {
	color: #FFFFFF;
	font-size:10px;
}
.underline { text-decoration:underline; }
