body {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", verdana, Arial, tahoma, Helvetica, sans-serif;
	font-size: 76%;
	color: #561917;
	background-color: #b2c997;
	text-align:center;
}
div {
	margin:0;
	padding:0;
}
p, td, form, form td p {
	margin:0;
	font-size: 1em;
	line-height: 1.4em;
}
p {
	margin: 4px 0;
}
a {
	color:#000066;
	text-decoration:none;
}
a:hover {
	border: dotted 0 #990000;
	border-bottom-width: 1px;
}
a.imgLink:hover {
	border:none;
}
h2, h4, h1, h3 {
}
h4 {
	font-size: 1.16em;
	margin:4px 0 2px;
}
h2 {
	width:auto;
	font-size: 1.5em;
	margin:18px 6px 2px;
	padding: 2px 8px;
	/*border-bottom: solid 2px #942B27;*/
	border-left: solid 4px #006F45;
}
h1 {
	font-size: 1.66em;
	margin:18px 0 2px;
}
ul {
	margin:2px 0 2px;
}
#mainHolder {
	width: 946px;
	margin: 12px auto;
	background: #F8EFDE url(/images/content-bg.gif) repeat-y top left;
	text-align:left;
}
#topNav {
	background:url(/images/top-nav-bg.gif) repeat-y top left #942B27;
	padding: 0 24px;
}
#topNav a{
	color: #F8EFDE;
	padding: 4px 8px;
}
#topNav a.specialMenu{
	/*color:#99FF00;
	font-size:110%;*/
}
#topNav a:hover{
	border: none;
}
#mainContent {
	margin: 26px 52px 8px;
}
#addContent {
	background-color:#F8EFDE;
	text-align:center;
	width:260px;
	float: right;
	border: solid 0 #942B27;
	border-left-width:2px;
	padding: 0 0 0 8px;
	margin:0 0 20px 20px;
}
#addressBar {
	text-align:center;
	background:url(/images/address-bg.gif) repeat-y top left #942B27;
	padding: 6px 20px 8px 24px;
}
#addressBar hr{
	width: 92%;
	color: #942B27;
	background-color: #942B27;
}
#addressBar p{
	color: #F8EFDE;
	background-color: #006F45;
	padding: 3px;
	font-size: .9em;
}
#bottomBar {
	background:#942B27 url(/images/bottom-bar-bg.gif) repeat-y top left;
	height: 30px;
}
/*
// Calendar Classes
*/
table.month {
	margin-top: 12px;
	border: solid #000 2px;
}
table.month td{
	text-align: center;
	vertical-align:middle;
	padding: 8px 6px;
}
table.month td a {
	color: #000;
	text-decoration: underline;
}
table.month td.monthnavigation a {
	color: #eee;
	font-weight: bold;
}
table.month td.monthname, table.month td.monthnavigation {
	font-weight: bold;
	background-color:#555;
	color: #eee;
	font-size:larger;
}
table.month td.monthday, table.month td.nomonthday,
table.month td.sunday, table.month td.saturday, 
table.month td.today, table.month td.event, table.month td.todayevent {
	width: 68px;
	height: 54px;
	border: solid #999 1px;
	background-color: #fff;
	font-size: 1.5em;
}
table.month td.event {
	background-color: #c2d9a7;
	padding:1px;
}
table.month td.todayevent {
	background:none;
}
table.month td.event a{
	font-size: .8em;
}
table.eventcontent {
	width: 98%;
}
table.eventcontent td {
	font-size:.6em;
}
div.announcement {
	width: 540px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
div.announcement p {
	margin: 0;
	padding: 0;
}
div.announcement h3 {
	margin: 0;
	padding: 0;
	padding-top: 25px;
	font-size: 1.3em;
}
div.announcement h6 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
}