@CHARSET "UTF-8";

.eventsCalendarLeftCol {
	width: 55%;
}
.eventsCalendarRightCol {
	width: 45%;
}
#presentations, .presentations {
	float: left;
	width: 318px;
	padding: 5px;
	margin-top: 10px;
	background-color: #DCDCDC
}
#presentationsWMP {
	float: left;
	width: 460px;
	padding: 5px;
	margin-top: 10px;
	background-color: #E5EFFB
}
#webcastCol, .webcastCol {
	float: right;
	margin-top: 10px;
	text-align: left;
	vertical-align: middle;
	background-color: aqua
}
