#calendar {
	text-align: center;
}
.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #002B54;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	background-color: #CBCD98;
}
.subheader a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.weekdays {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-color: #CC9933;
}
.days {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #CBCD98;
}
.events {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-color: #E0DACD;
}
#jumpMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #65653b;
	background-color: #FFFFFF;
	margin-left: 10px;
	font-size: 14px;
}
#listevents {
	background-color: #CBCD98;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #65653b;
	border-right-color: #65653b;
	border-bottom-color: #65653b;
	border-left-color: #65653b;
	padding-left: 10px;
}

