body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.topline {
	margin-top: 0px;
}
.bottomline {
	margin-bottom: 0px;
}
.nomargin {
	margin: 0px;
}

/* --- layer definitions --- */
.layer_top {
	z-index: 100;
	position: relative;
	top: 0px;
}
.layer_bottom {
	z-index: 90;
	position: relative;
	top: -4px;
}
/* --- --- --- --- --- --- --- */

/* --- header definitions --- */
.header p {
	margin: 0px;
	color: #B5B5B5;
}
.header a:link {
	text-decoration: none;
	color: #B5B5B5;
}
.header a:visited {
	text-decoration: none;
	color: #B5B5B5;
}
.header a:hover {
	text-decoration: underline;
	color: #B5B5B5;
}
.header a:active {
	text-decoration: none;
	color: #B5B5B5;
}
.header-left, .header-right {
	background-color: #668FA7;
	background-repeat: repeat-y;
}
.header-left {
	background-image: url(../images/header_left_side.jpg);
	background-position: right;
}
.header-right {
	background-image: url(../images/header_right_side.jpg);
	background-position: left;
}

.sidenavs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sidenavs {
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	border: none;
}
.sidenavs {
	background-image: url(../images/header_sidenavs.jpg);
}
.sidenavs a {
	display: block;
	width: 90px;
	text-decoration: none;
	padding: 2px 11px 2px 11px;
	color: #FFFFFF;
	font-size: 9px;
}
.sidenavs a:link {}
.sidenavs a:visited {}
.sidenavs a:hover, .sidenavs a:active {
	text-decoration: underline;
}
.sidenavs a.on {
	text-decoration: underline;
}

td.calendar_of_events {
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	border: none;
}

td.calendar_of_events h2 { font-size:13px; letter-spacing:-.08em; margin:0; margin:8px 0px 8px 11px; padding:0; color:#5D1F40; }

td.calendar_of_events strong {
	font-size: 1.0em;
}
td.calendar_of_events ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
td.calendar_of_events a {
	display: block;
	width: 151px;
	text-decoration: none;
	padding: 3px 11px 3px 11px;
	color: #5D1F40;
}

td.calendar_of_events a#cbeventsLink {
	display: block;
	width: 172px;
	text-decoration: none;
	padding:0;
	color: #5D1F40;
}

td.calendar_of_events a:link {}
td.calendar_of_events a:visited {}
td.calendar_of_events a:hover, .calendar_of_events a:active {
	color: #FFFFFF;
	background-color: #5D1F40;
}
/*td.calendar_of_events p {
	width: 151px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-left: 11px;
	padding-right: 11px;
}*/
td.calendar_of_events p {
	margin-top: 0px;
	margin-bottom: 6px;
}
td.calendar_of_events div {
	padding: 7px 11px 7px 11px;
	color: #5D1F40
}
/* --- --- --- --- --- --- --- */

/* --- footer definitions --- */
.footer p {
	margin: 0px;
	color: #B5B5B5;
}
.footer a:link {
	text-decoration: none;
	color: #B5B5B5;
}
.footer a:visited {
	text-decoration: none;
	color: #B5B5B5;
}
.footer a:hover {
	text-decoration: underline;
	color: #B5B5B5;
}
.footer a:active {
	text-decoration: none;
	color: #B5B5B5;
}

table.collapse {}
table.collapse td.cell {
	border: solid 3px #FFFFFF;
}
table.collapse td.border {
	background-color: #B5B5B5;
}
