DIV#titlebar {
	background-color: #6A0000;
	color: white;
	border-color: #EFEFEF;
}

DIV#spacerbar {
	background-color: #ad503f;
}

DIV#sectionbar {
	color: #444444;
	background-color: #EEEEEE;
}

DIV#spacerbar2 {
	background-color: #CCCCCC;
}

TD#navbar {
	border-color: #CCCCCC;
}

TD#navbar A {
	text-decoration: none;
	color: #555555;
}

TD#content {
	border-color: #CCCCCC;
}

DIV#bottom-navigation, DIV#bottom-navigation A {
	color: #555555;
}

DIV#footer {
	color: #555555;
}

DIV#footer A {
	color: #555555;
}


HR {
	color: #6A0000;
	border: 1px solid #6A0000;
}

H1, H4 {
	color: #6A0000;
}

A {
	color: #6A0000
}

INPUT.submit, INPUT.button, INPUT.reset {
	background-color: #6A0000;
	font-weight: bold;
	color: white;
	border: 1px solid black;
}


DIV.content-section DIV.toolbar DIV.title, DIV.content-section-toc DIV.title {
	color: #6A0000;
}

DIV.homepage DIV.officials DIV {
	color: red;
}

DIV.homepage DIV.officials DIV.title {
	color: black;
}

DIV.x-calendar-month TABLE {
	border: 1px solid black;
}

DIV.x-calendar-month TABLE TR.title TD {
	background-color: black;
	color: white;
}

DIV.x-calendar-month TABLE TR.weekdays TD {
	background-color: #E6C56B;
	border: 1px solid black;
}

DIV.x-calendar-month TABLE TR.week TD {
	border: 2px solid black;
	background-color: white;
}

DIV.x-calendar-month TABLE TR.week TD DIV.day {
	border-bottom: 1px solid #999999;
}

DIV.x-calendar-month TABLE TR.week TD.offday {
	background-color: #EEEEEE;
}

DIV.x-calendar-month TABLE TR.week TD.today {
	background-color: #FFEEEE;
}






