BODY, TD {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	vertical-align: top;
}
div.nav {
	text-align: center;
	margin: 5px;
}
div.nav A {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: 213724;
}
div.nav A:hover {
	color: 00cc33;
}
TABLE {
	border-collapse: collapse;
}
TD.profile_section {
	background-color: 3e6330;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
}
TD.profile_key {
	background-color: e0e0e0;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
TD.profile_data {
	width: 100%;
}
TD.form_section {
	background-color: 3e6330;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
}
TD.form_key {
	background-color: e0e0e0;
	font-weight: bold;
	text-align: right;
}
TD.form_data {

}
div.errorMessage {
	border: 1px dashed #000000;
	background-color: ffcccc;
	margin: 5px;
	font-weight: bold;
}
div.successMessage {
	border: 1px dashed #000000;
	background-color: ccffcc;
	margin: 5px;
	font-weight: bold;
}
table.pod TD.header {
	background-color: 213724;
	color: white;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
table.pod {
	width: 100%;
}

table.pod TD {
	background-color: e0e0e0;
	color: 213724;
	padding: 3px;
}
table.pod A {
	color: 3e6330;
	font-weight: bold;
}
td.sidebar {
	width: 175px;
}
.dateHeader {
	background-color: 213724;
}
.dateHeader td.day {
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	padding-right: 10px;
	border-right: 5px solid #ffffff;
}
.dateHeader td.other {
	padding: 5px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}
div.title {
	font-size: 30px;
	font-weight; bold;
	color: #3e6330;
	font-family: serif;
	font-face: Georgia;
	border-bottom: 1px dashed #000000;
	width: 100%;
}
div.site_title {
	font-size: 30px;
	font-weight; bold;
	color: #009933;
	font-family: serif;
	font-face: Georgia;
	border-bottom: 1px dashed #000000;
	width: 100%;
}
div.subtitle {
	font-size: 12px;
	font-style: italic;
	color: #3e6330;
	border-left: 12px solid #000000;
	padding-left: 5px;
	margin-top: 5px;
	width: 100%;
}
div.category_links {
	text-align: right;
}
td.content {
	width: 100%;
}
div.content {
	padding: 0px;
	padding-top: 10px;
	text-align: left;
}
div.details {
	text-align: right;
	font-size: 10px;
}
div.continue_link {
	margin-top: 10px;
}
.required {
	background-color: cc0033;
	color: white;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
div.comment_header {
	border-left: 15px solid #000000;
	border-bottom: 2px solid #000000;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 10px;
}
div.comment_subject {
	border-bottom: 1px dotted #666666;
	color: #666666;
}
div.comment_text {
	padding-left: 20px;
	padding-right: 20px;
}
div.comment_details {
	text-align: right;
	border-bottom: 1px solid #000000;
}
div.entryDisplay {
	border: 1px dotted #999999;
	padding: 10px;
	text-align: center;
	margin: 10px;
}
table.cfmcal {
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 0px;
	width: 175px;
}
table.cfmcal td {
	border: 1px solid #000000;
}
table.cfmCal tr.header td {
	text-align: center;
	font-weight: bold;
	background-color: 213724;
	height: 1.5em;
	font-size: 1.1em;
	color: cccccc;
	font-variant: small-caps;
}
table.cfmCal tr.header td A {
	color: cccccc;
	text-decoration: none;
}
table.cfmCal tr.weekdays td {
	text-align: center;
	font-weight: bold;
	background-color: 3e6330;
	color: cccccc;
	height: 1.5em;
}
table.cfmCal tr td.day_blank {
	background-color: e0e0e0;
	height: 1.2em;
}
table.cfmCal tr td.day_highlighted {
	text-align: right;
	background-color: 3e6330;
	height: 1.2em;
}
table.cfmCal tr td.day_highlighted A {
	color: white;
}
table.cfmCal tr td.day {
	text-align: right;
	background-color: cccccc;
	height: 1.2em;
}
table.cfmCal tr td.day_selected {
	text-align: right;
	background-color: navy;
	height: 1.2em;
}
table.cfmcal tr td.day_selected a {
	color: white;
}
.loginHeader {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}