#rightColumnContent em {
	font-weight: bold;
	display: block;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	margin-bottom: 6px;
}

#rightColumnContent h4#pageHead {
	width: 124px;
	height: 45px;
	background-image: url(../images/pages/agenda/agenda.png);
}

#rightColumnContent strong {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
}

#rightColumnContent a {
	color: #0061b2;
	text-decoration: none;
	font-weight: bold;
}

#rightColumnContent ol#agendaList {
	list-style: none;
	width: 500px;
}

#rightColumnContent ol#agendaList li {
	border-top: 1px solid #a20019;
	padding: 8px 0px;
	margin-top: 4px;
}

#rightColumnContent ol#agendaList li.first {
	margin-top: 0px;
}

