#myCalendar { color: black; text-align:center; font-size: small; background-color: #ac842f; border:2px solid #ac842f; width: 250px; }
#myCalendar td { text-align: center; }
#EventList { color: black; font-size: 12px; font-family: Arial, tahoma, verdana; }
.myCalendarHeading { font-weight: bold; background-color: white; }
.nonMonthDay { background-color: #eaeaea; }
.monthDay { background-color: white; }
.weekDays { font-weight: bold; background: #ac842f; color: #ffffff; }
.calevent { background-color: #002262; font-weight:bold; }
.calevent a { color:#ffffff; display:block; }
.weekEND { background-color: #eaeaea; }

#EventList #page_title {
	padding-bottom: 15px;
}
.event_date {font-weight: bold; }
.event_title { 
	font-size: x-large;
	color: #c75315;
	padding-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 450;
}
.event_desc {
	font-weight: normal;
}

.ind_event { margin-bottom: 10px; }

.featured {
	color: #cc0000;
	font-weight: bold;
	font-size: 2.5em;
}