﻿#LeftColHm {
	width: 400px;
	float: left;
}
#RightColHm {
	width: 235px;
	float: right;
}
#eventsDiv {
	width: 235px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.genericRightDiv {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.genericLeftDiv {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.eventsHead {
	width: 100%;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin-bottom: 8px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	background-color: #D5AB16;
	color: #FFFFFF;
	font-style: italic;
}
.eventsInfo {
	width: 225px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
