
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	width: 834px;
	position: relative;
	margin: 0 auto;
}
#hdr {
	display: block;
}
#menu {
	height: 26px;
	width: 602px;
	display:block;
	float:left;
	background-image: url(img/menuBG.gif);
	background-repeat: repeat-x;
	margin-left: 41px;
}
a.homeBtn {
	display: block;
	width: 58px;
	height:26px;
	background-image: url(img/home.jpg);
	float: left;
	text-decoration: none;
}
.homeBtn:hover {
	background-position: 0 -26px;
}
a.programBtn {
	display: block;
	width: 71px;
	height:26px;
	background-image: url(img/programBtn.jpg);
	float: left;
	text-decoration: none;
}
.programBtn:hover {
	background-position: 0 -26px;
}
a.registerBtn {
	display: block;
	width: 94px;
	height:26px;
	background-image: url(img/registerBtn.jpg);
	float: left;
	text-decoration: none;
}
.registerBtn:hover {
	background-position: 0 -26px;
}
a.photoBtn {
	display: block;
	width: 65px;
	height:26px;
	background-image: url(img/photos.gif);
	float: left;
	text-decoration: none;
}
.photoBtn:hover {
	background-position: 0 -26px;
}
a.visitorBtn {
	display: block;
	width: 131px;
	height:26px;
	background-image: url(img/visitorBtn.jpg);
	float: left;
	text-decoration: none;
}
.visitorBtn:hover {
	background-position: 0 -26px;
}
#content {
	display: block;
	width: 834px;
	clear: both;
}
#contentLeft {
	width: 587px;
	display: block;
	float: left;
	background-color:#fff;
	text-align: left;
	margin-left: 41px;
	margin-right: 15px;
}
#contentRight {
	float: right;
	width: 191px;
	display: block;
	background-color:#fff;
	background-image: url(img/green.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.paragraph {
	display: block;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}
.paragraph a:link, .paragraph a:visited {
	color: #8cc63f;
	font-weight:bold;
	text-decoration: underline;
}
.paragraph a:hover, .paragraph a:active {
	color: #8cc63f;
	font-weight:bold;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #262262;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
	color: #262262;
	padding: 0;
	margin: 0;
}
.sml {
	font-size: 10px;
}
.boldBlue {
	color: #262262;
	font-weight: bold;
}
.dayMenu {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #262262;
}
.dayMenu a:link, .dayMenu a:visited {
	color: #262262;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.dayMenu a:hover, .dayMenu a:active {
	color: #39b54a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.green {
	color: #39b54a;
}
.register {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #39b54a;
	margin-left: 20px;
}
.register a:link, .register a:visited {
	color: #39b54a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.register a:hover, .register a:active {
	color: #262262;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.bigGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #39b54a;
}
.bigBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #262262;
}
.timeContain{
	display: block;
	width: 550px;
	text-align: left;
	float: left;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px dashed #d5d5d5;
	clear:both;
}
.time {
	float: left;
	width: 115px;
	text-align: left;
}
.event {
	float: right;
	width: 435px;
	text-align: left;
}
#footer {
	width: 793px;
	display:block;
	margin-left: 41px;
	height: 128px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 64px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262262;
	clear: both;
}
.copy {
	width: 642px;
	display: block;
	text-align: center;
}
.copy a:link, .copy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262262;
	text-decoration: underline;
}
.copy a:hover, .copy a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262262;
	text-decoration: none;
}