div.sectionTitle {
	font-family: 'Trebuchet MS', Arial;
	font-weight: bold;
	font-size: 13px;
	margin-left: 2px;
	margin-right: 2px;
}
div.sectionTitleByImage {
	font-family: 'Trebuchet MS', Arial;
	font-weight: bold;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
}
div.sectionText {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}
div.sectionTextByImage {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 10px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}


div.aboutSection, div.newsSection, div.eventsSection {
	background: #E0DFD1;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 1px;
	margin-top: 0;
}
div.aboutTitle, div.newsTitle, div.eventsTitle {
	font-family: 'Trebuchet MS', Arial;
	font-weight:bold;
	font-size: 13px;
	margin-left: 19px;
	margin-right: 8px;
}
div.aboutText {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	margin-top: 8px;
	margin-left: 19px;
	margin-right: 8px;
}
div.aboutLinks {
	margin-top: 4px;
	margin-left: 19px;
	margin-right: 8px;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
}
div.aboutLinks a, div.aboutLinks a:visited, div.sectionText a, div.sectionText a:visited, div.aboutText a, div.aboutText a:visited {
	color: #767676;
	font-family: Verdana, Arial;
	font-weight: normal;
	text-decoration: none;
}


div.newsItem, div.eventsItem {
	padding: 0px 0px 0px 0px;
}

div.newsItemOver, div.eventsItemOver {
	padding: 0px 0px 0px 0px;
	background-color: #E2EEFF;
}
div.newsItemSection, div.eventsItemSection {
	background: #E0DFD1;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 1px;
	margin-top: 0;
}
span.newsItemTitle, span.newsItemTitle a, span.newsItemTitle a:visited {
	font-family: 'Trebuchet MS', Arial;
	font-weight: bold;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
span.newsItemText {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
}
span.newsItemDate {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 10px;
	color: Black;	
}
div.newsLink, div.newsLink a, div.newsLink a:visited {
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #767676;
	font-size: 10px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
}



span.toolLink, span.toolLink a, span.toolLink a:visited {
	font-family: Verdana, Arial;
	font-weight: normal;
	color: Black;
	font-size: 10px;
	text-decoration: underline;
}



div.sectionText li, div.aboutText li,div.aboutLinks li {
	list-style-type: square;
	listStylePosition: outside;
}

