@charset "UTF-8";

/*PNG FIX*/
img, div { behavior: url(iepngfix/iepngfix.htc) }

body {
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	/* background-attachment: fixed; */
	background-position: top center;
	background-color: #001b42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #323232;
}
a {
	color: #be0000;
	text-decoration: underline;
}
a:hover {
	background-color: #be0000;
	color: white;
	text-decoration: none;
}
#container {
	width: 700px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
	margin-top: 38px;
}
.homeImage {
	position: absolute;
	top: 10px;
	right: 20px;
}
#header {
	height: 150px;
	background-image: url(../img/bgFade.jpg);
	background-repeat: repeat-x;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#mainNav {
	height: 41px;
	background-image: url(../img/navBackground.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
}
#mainNav .inner {
	padding: 14px 0 0 40px;
}
#mainNav a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid white;
}
#mainNav a:hover {
	color: #001b42;
	background-color: transparent;
}
#mainContent {
	padding: 25px 30px 0 30px;
	background: #FFFFFF;
	line-height: 18px;
}
#mainContent .contentSection {
	padding-bottom: 30px;
}
#mainContent .eventName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: #003591;
	margin-bottom: 3px;
}
#mainContent .eventName:first-letter {
	font-size: 28px;
}
#mainContent .eventDate {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #717171;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	color: #003591;
}
#mainContent h1:first-letter {
	font-size: 24px;
}

#mainContent .button {
	width: 141px;
	height: 27px;
	padding-top: 5px;
	background-image: url(../img/button.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
#mainContent .button a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent .button a:hover {
	text-decoration: underline;
	background-color: transparent;
}
	
a img {
	border: 0;
}










#footer {
	margin-top: 20px;
	font-size: 10px;
	text-align: center;
	color: #999999;
	padding: 5px 0 10px 0;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}


.clearFloat {
	clear: both;
}
	