head,div.page_header,div.add,div#navigation,div#footer {
	display: none;
}

div.view_path,ul.primary_tabs,ul.secondary_tabs,div.view_buttons,div.permalink {
	display: none;
}

div#view_content {
	display: block;
}

.map_area {
	width: 100%;
	height: 180px;
}

.section_nav {
	font-family: verdana;
	font-weight: lighter;
	font-size: 12px;
	padding: 0;
	margin: 0.5em 4em 0.5em 2em;
}

.section_nav a {
	color: #555;
	text-decoration: underline;
}

.section_nav a:hover {
	color: #000;
	text-decoration: underline;
}

.section_nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.section_body {
	font-family: verdana;
	font-weight: lighter;
	font-size: 12px;
	line-height: 150%;
	padding: 0;
	margin: 0.5em 4em 0.5em 2em;
}

.view_section .section_title {
	color: #9B2F2F; /* red */
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	background: #eee;
	padding: 0.5em 0 0 0;
	margin: 1em 0 0.5em 0;
}

.view_section {
	padding: 0;
	margin: 0;
}

.view_section .section_body .highlight {
	font-weight: bold;
}

.view_section .section_title {
	color: #9B2F2F; /* red */
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	background: #eee;
	padding: 0.5em 0 0 0;
	margin: 1em 0 0.5em 0;
}

.view_section ul.view_list {
	padding-left: 1.5em;
	margin: 0;
}

.section_body ul li {
	list-style-type: square;
}

.view_section a {
	color: #555;
	text-decoration: underline;
}

.section_calendars table.schedule_months {
	font-family: verdana;
}

.section_calendars table.schedule_month {
	font-family: verdana;
	font-size: smaller;
}

.section_calendars table.schedule_month td {
	border: 2px solid #def; /* blue */
}

.section_calendars .schedule_month_name {
	color: #fff;
	background-color: #555;
	font-weight: bolder;
}

.section_calendars .schedule_event {
	background-color: #def;
	font-weight: bolder;
}

.section_calendars .schedule_today {
	color: #fff;
	background-color: #9B2F2F; /* red */
	font-weight: bolder;
}

.section_calendars .schedule_event_today {
	color: #fff;
	background-color: #9B2F64;
	font-weight: bolder;
}