#ActivityBody
{
	clear: both;
}
#HomePageImage
{
	text-align: center;
	margin: 10px 0px 5px 0px;
}
.Title
{
	font-size: 16px;
	text-align: center;
	color: black;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Content
{
	color: Black;
	text-align: justify;
	padding: 5px;
}
.Content h2
{
	font-size: 14px;
	color: black;
	margin-top: 10px;
	margin-bottom: 5px;
}
.Content h3
{
	font-size: 13px;
	color: black;
	margin-top: 5px;
	margin-bottom: 0px;
}
.Content ul
{
	list-style-position: inside;
}
.Content li
{
	line-height: 150%;
}
.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}
.ClearBoth
{
	clear: both;
}
.Center
{
	text-align: center;
}
.NewsTitle
{
	font-size: 16px;
	text-align: center;
	color: Red;
	margin-top: 10px;
	margin-bottom: 0px;
	font-variant: small-caps;
	border-bottom: 1px solid red;
}
.NewsContent
{
	color: Black;
	text-align: justify;
	padding: 5px;
}
.NewsItem
{
	margin-top: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted black;
}
.NewsItemDate
{
	font-size: 85%;
	font-style: italic;
}
.NewsItemTitle
{
	display: inline;
	font-size: 12px;
}
.ImageLeft
{
	float: left;
	padding: 5px;
}
.ImageLeft span
{
	display: block;
	text-align: center;
	font-size: 80%;
	font-style: italic;
}
.ImageRight
{
	float: right;
	padding: 5px;
}
.ImageRight span
{
	display: block;
	text-align: center;
	font-size: 80%;
	font-style: italic;
}
#Map
{
	width: 100%;
	height: 400px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
