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

#wrapper #main #agendas {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFCC;
	padding: 0px;
	margin-top: 15px;
	border: thin dotted #666666;
}
.AgendaDate {
	text-align: right;
	width: 175px;
}
#wrapper #main #agendas a {
	color: #000000;
	text-decoration: none;
	background-color: #C8C8A4;
	padding-right: 10px;
	padding-left: 10px;
	border: thin solid #666666;
}
#wrapper #main #agendas a:hover {
	background-color:#DBDBC4;
}
#wrapper #main #agendas td {
	color: #333333;
}#wrapper #main #navigation li {
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}
#wrapper #main #navigation {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	list-style-position: inside;
	list-style-type: none;
}
#wrapper #main #navwrapper {
	width: 300px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#wrapper #main #navigation ul {
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
}
#wrapper #main table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

