@charset "UTF-8";

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

body {
	background-image: url(../img/background.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-color: #eaf2f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #323232;
}
a {
	color: #6cb838;
	text-decoration: underline;
}
a:hover {
	background-color: #6cb838;
	color: white;
	text-decoration: none;
}
ol li {
	margin-bottom: 15px;
}
#container {
	width: 700px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.homeImage {
	position: absolute;
	top: 10px;
	right: 20px;
}
#header {

}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#mainNav {
	height: 24px;
	padding: 11px 0 0 30px;
	background-image: url(../img/navBg.gif);
	background-repeat: repeat-y;
	text-transform: uppercase;
	font-size: 12px;
}
#mainNav a {
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
}
#mainNav a:hover {
	color: #6cb838;
	background-color: transparent;
}
#mainContent {
	padding: 25px 30px 0 30px;
	background: #FFFFFF;
	line-height: 18px;
}
#mainContent .contentSection {
	padding-bottom: 30px;
}
#mainContent .eventName {
	font-weight: bold;
	font-size: 22px;
	color: #6cb838;
	margin-bottom: 3px;
	line-height: 25px;
}
#mainContent .eventDate {
	font-size: 15px;
	font-weight: bold;
	color: #757575;
}
#mainContent h1 {
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	color: #6cb838;
}

#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;
	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;
}
	