.eventDate {
	font-weight: bold;
	padding-top: 5px;
	}
a.eventLink {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #0000FF;
	line-height: 15px;
	}
a.eventLink:hover {
	text-decoration: underline;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #3D3F3E;
	line-height: 15px;
	}
.eventImage {	
	float:left;
	width:200px;
	padding:3px 5px;
	}
.thumbImage {	
	float:left;
	width:75px;
	padding:5px;
	}
.eventDesc {
	float:left;
	padding-left:10px;
	padding-bottom:10px;
	width:350px;
	height:250px;
	}
.eventClear {
	clear:both;
	height:10px;
	}
.eventTitle {
	font-size: 24px;
	font-weight: bold;
	color: #522900;
	}
.event, .eventHL {
	float:left;
	padding:10px 5px;
	width:550px;
}
.eventHL {
	background: #900;
}