@charset "ISO-8859-1";
.eventtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.eventinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
}
.eventinfo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	white-space: normal;
}
.eventinfo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
#homeevents {
	text-align: left;
	vertical-align: top;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
#eventnav {
	text-decoration: none;
	font-size: 11px;
	color: #333333;
}
#eventnav a {
	text-decoration: none;
	font-size: 11px;
	color: #333333;
}
#eventnav a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #333333;
	background-color: #CD9763;
}
#noevents {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#weeklysch {
	width: 95%;
}
#weeklysch hr {
	color: #CDC8C2;
	background-color: #CDC8C2;
}
#monthly {
	margin-left: 55px;
}

