.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sidebar {
	background-color: DarkOliveGreen;
}
.mainBody{
	background-color: #FFFFFF
}
.SectionTitles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #993300;
	border-bottom-style: none;
}
.SectionSubTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999933;
	font-weight: bold;
}
.pageMenus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	font-weight: bold;
	margin-left: 5px;
	padding-left: 2em;
}
.relatedContentLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}




