@charset "UTF-8";
/* CSS Document */

#mainContent .agendaSection {
	float: left;
	margin: 15px 0 15px 0;
}
#mainContent .agendaDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #be0000;
	margin-bottom: 10px;
}
#mainContent .agendaRow {
	float: left;
	width: 660px;
	padding: 3px 0;
}
#mainContent .agendaRow .time {
	width: 150px;
	float: left;
	margin-right: 50px;
	text-align: right;
}
#mainContent .agendaRow .activity {
	width: 400px;
	float: left;
	text-align: left;
}
#mainContent .rowColor1 {
	background-color: #e8e8e8;
	border: 1px solid #e8e8e8;
}
#mainContent .rowColor2 {
	border: 1px solid #e8e8e8;
}