body {
	background-color: #8dc63f;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.hometext {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 19px;
	color: #000;
	text-align: left;
	padding-left: 30px;
}

.hometext p {
	padding:0;
	margin-top:0px;
	margin-bottom:10px;
}

.eventstext a:link {
	color:#FFF;
	text-decoration:none;
}

.eventstext a:visited {
	color:#FFF;
	text-decoration:none;
}

.eventstext a:hover {
	color:#000;
	text-decoration:underline;
}

.boldwhite {
	font-size: 19px;
	line-height: 22px;
	font-weight:bold;
	color:#FFF;
}

.boldwhitesame {
	font-weight:bold;
	color:#FFF;
}

#slider {
				width:426px;
				height:567px;
				
				/*IE bugfix*/
				padding:0;
				margin:0;
				
			}
			
#slider li { list-style:none; }

.footer {
	margin-top: 30px;
	color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 15px;
}

.footer a:link {
	color:#FFF;
	text-decoration:none;
}

.footer a:visited {
	color:#FFF;
	text-decoration:none;
}

.footer a:hover {
	color:#000;
	text-decoration:none;
}



.leftbox a:link {
	color:#000;
	text-decoration:underline;
}

.leftbox a:visited {
	color:#000;
	text-decoration:underline;
}

.leftbox a:hover {
	color:#fff;
	text-decoration:underline;
}


.dateday {
	font-size: 55px;
	line-height: 55px;
	margin: 0px;
	padding: 0px;
}

.dateday sup {
	font-size: 30px;
	line-height: 45px;
}

.dateth {
	font-size:100px;
	line-height:100px;
	font-weight:bold;
}

.datemonth {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

.whiteline {
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	height: 42px;
}

.formbox {
		font-family: "Times New Roman", Times, serif;
	font-size:15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #000;
}

.submitbutton {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #60892E;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
}
