#top_bar {
		display: none;
	}


	#header {
		display: none;
	}
	
	
	#navigation {
		display: none;
	}
	
	#navbar {
		display: none;
	}

h1 {font-size: 20pt;}
h2 {font-size: 18pt;}
h3 {font-size: 16pt;}
h4 {font-size: 14pt;}

p {font-size: 10pt;}

	#content h2, #content h3, #content p {
		margin: 0;
		padding: 0 20px 10px 10px;
	}
	
	#content h2 {
		line-height: 1.4em;
	}
	
	#content h2 {
		color: #046330;
		font-family: Georgia;
	}
	
	#content h2 a:link {color: #046330; text-decoration: none;}

	
	#content h3 {
		color: #A24100;
		font-weight: normal;
		line-height: 1.3em;
	}
	
	#content h3 a:link {color: #A24100; text-decoration: none;}

	#content h3 a:link.map_link {font-size: 10pt; color: #666; text-decoration: none;}
	
	#content h3.search_results {
		margin: 10px 0 0 0;
	}

	#content p {
		font-family: georgia;
		line-height: 1.8em;
		color: #333;
		margin-bottom: 10pt;
	}

	#content p.homepage_highlight {
		font-family: georgia;
		font-size: 10pt;
		color: #666;
		text-align: center;
	}
	
	#content p.category_description {
		margin-top: -5px;
		margin-bottom: 30px;
		font-size: 10pt;
		font-style: italic;
		color: #666;
		line-height: 1.5em;
	}
	
	#content .author {
		font-size: 10pt;
		font-style: italic;
	}
	
	#content .breadcrumb {
		display: none;
	}
	

#content fieldset {
	margin-right: 18px;
}

#content label {
	font-weight: normal;
	font-family: verdana;
}
	

	.article_tools {
		display: none;
	}
	
	.article_info {
		display: none;
	}
	
	ul#goals {
		display: none;
	}



	ul#goals_home {
		display: none;
	}



table.directory_search_results_table {
	margin-left: 10px;
	width: 95%;
}

table.directory_search_results_table th {
	width: 100px;
	border-bottom: 1px solid #ccc;
}
	
	
	#secondary {
		display: none;
	}

	#sidebar{
		display: none;
	}


	
	#footer {
		display: none;
	}

/* EVENTS CALENDAR STYLE */

.calendarBG {
	background-color: #fff;
	margin-bottom: 20px;
}

.calendarBlank {
	background-color: #fff;
		border: 1px solid #DDEED5;
}

.calendarHeader {
	font-weight: normal;
	color: #fff;
	text-align: center;
	background-color: #fff;
}

.calendarHeader h1 {
	margin-top: 10px;
	font-size: 18pt;
	color: #046330;
	font-family: georgia;
}

.calendarMonthLinks {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #9d2a31;
	background-color: transparent;
	margin: 10px;
}

.calendarMonthLinks a {
	color: #9d2a31;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:visited {
	color: #9d2a31;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:hover {
	color: #333;
	text-decoration: underline;
	background-color: transparent;
}

.calendarDayHeading {
	font-weight: normal;
	font-size: 12pt;
	color: #000;
	background-color: #A2D18B;
	text-align: center;
	vertical-align: top;
	width: 14.29%;
	padding: 8px 0;
}

.calendarToday {
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #000;
	background-color: #e0e3da;
	padding: 8px;
		border: 1px solid #DDEED5;
}

.calendarCell {
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: .08em;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #000;
	background-color: #fff;
	padding: 8px;
	border: 1px solid #DDEED5;
	font-family: verdana;
}

.calendarCell a {
	color: #9D5C00;
	text-decoration: none;
	background-color: transparent;
}

.calendarCell a:visited {
	color: #666;
	text-decoration: none;
	background-color: transparent;
}

.calendarCell a:hover {
	color: #000;
	text-decoration: underline;
	background-color: transparent;
}

h1.calendar_event {
	font-size: 20pt;
	color: #046330;
	font-family: georgia;
	padding-left: 10px;
}

h2.calendar_event {
	font-size: 16pt;
	margin-bottom: -3px;
/*	color: #ff5813; */
	color: #A24100;
	padding-left: 10px;
}

p.calendar_event {
	font-size: 12pt;
	color: #333;
	padding-left: 10px;
}



/* - - END CALENDAR - -  */