@charset "UTF-8";
/* CSS Document */

.event_location {
	text-size: 80%;
	margin-left: 15px;
	}

h4.location_header {
	color: #004960;
	font-style: italic;
	border-bottom: 1px solid #E4D7AE;
	margin-bottom: 5px;;
	}

.event_location_details {
	margin-left: 10px;
	font-size: 80%;
	}
	
.event_even, .event_odd {
	padding: 10px;
	}

.event_even h3, .event_odd h3 {
	margin-top: 0;
	}

.event_even blockquote, .event_odd blockquote {
	margin-left: 20px;
	}

.event_odd {
	background-color: #fefefc;
	}

.event_dates {	
	color: #6D8D24;
	font-weight: bold;
	}