@charset "UTF-8";
/* CSS Document */

#content .col1 {
	width: 330px;
}
#content .col2, #content .col3 {
	width: 225px;
}
.eventTitle {
	font-weight: bold;
	margin: 1em 0 0;
}
#feature h1, #feature h2, #feature h3, #feature h4, #feature h5, #feature h6, #feature p {
	margin-bottom: 2em;
} 
#content h2 {
	text-align: center;
}
.eventDate, .eventTime {
	margin-top: 0;
	font-weight: bold;
}
.eventLocation {
	margin-top: 0;
	font-style: italic;
}
.eventLead {
	font-weight: normal;
	font-style: italic;
}
.eventDesc {
	margin-bottom: 1em;
	border-bottom: 1px solid gray;
	padding-bottom: 1em;
}
