#agendaContainer {
	margin-top: 10px;
}
#agendaCellHeader {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: inherite;
	color: #4a4a4a;	
	font-size: 11px;
	font-weight: bold;
}
#agendaCell {
	padding: 16px 5px 5px 6px;
	background: url(../images/bgCellGreen.gif) top center no-repeat;
	background-color: #659734;
	color: #fff;
}
#agendaDesc{
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: lighter;
}
#agendaCellBottom {
	padding: 0px 10px 16px 6px;
	text-align: right;
	background: url(../images/bgCellGreenBot.gif) bottom center no-repeat;
	background-color: #659734;
}
#agendaPage {
	height: auto;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 16px;
}
#agendaPageHeader {
	text-align: left;
	padding: 5px 0px px 0px;
	font-size: 120%;
	color: #767676;	
	font-weight: bold;
}
#agendaPageCell{
	color: #000;
	padding: 5px 0px 5px 0px;
	line-height: 140%;
	border-bottom: 1px solid #d0e5cd;
}
#agendaPageCell p {
	padding-bottom: 10px;
}
#agendaTitle {
	padding-top: 8px;
}
#agendaTitle a {
	font-size: 12px;
	font-weight: bold;
	color: #183219;
}
#agendaTitle a:hover{
	text-decoration: underline;
}
a.agendaLink{
	font-size: 10px;
	color: #183219;
	font-weight: bold;
}
a.agendaLink:hover{
	color: #77c301;
}