#entirepage {
	width: 800px;
	margin-top: 0px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-color: #ffffff;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}

#headergraphics {
	width: 800px;
	margin-top: 0px;
	text-align: center;
	border: none;
}

#maincontent {
	margin-top: 0px;
	text-align: left;
	border: none;
	
	padding: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #f4f3f3;
	border: 1px solid #e6e6e6;
	line-height: 1.5em;
}

#maincontent a:link, a:visited {
	color: #429ea2;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#maincontent a:hover {
	color: #429ea2;
	text-decoration: underline;
	border-bottom: none;
	font-weight: bold;
}

.headingtext {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.maintext {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

td {
	padding-right: 15px;
	padding-bottom: 10px;
}

#footer {
	margin-top: 10px;
	color: #000000;
	font-size: 10px;
	text-align: center;
}

#footer a:link {
	color: #429ea2;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

#footer a:visited {
	color: #429ea2;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

#footer a:hover {
	color: #429ea2;
	text-decoration: underline;
	border-bottom: none;
	font-weight: normal;
}

#extraspace {
	background-color: #ffffff;
	padding-bottom: 25px;
}

#select_event {
	text-align: center;
}