#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
{
}
.Content li
{
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
    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;
}
.ImageCenter
{
    text-align: center;
    padding: 5px;
}
.ImageCenter span
{
    display: block;
    text-align: center;
    font-size: 80%;
    font-style: italic;
}
.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;
}
#Form
{
    width: 100%;
    clear: both;
    float: left;
}
#Form .Title
{
    width: 100%;
    text-align: center;
    font-weight: bold;
    float: left;
    margin: 5px 0px 5px 0px;
    font-size: 105%;
}
#Form .Field
{
    width: 100%;
    clear: both;
    float: left;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
}
#Form .Info
{
    width: 100%;
    clear: both;
    float: left;
    margin: 10px 0 15px 0;
}
#Form .Label
{
    width: 15%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#Form .Label label
{
    font-style: italic;
}
#Form .Input
{
    float: left;
    width: 60%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#Form .Input input
{
    width: 98%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#Form .Input textarea
{
    width: 98%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#Form .Validator
{
    width: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#Form .Button
{
    clear: both;
    width: auto;
    margin: 0 auto 10px auto;
    text-align: center;
}
#Form .Button input
{
    text-align: center;
    width: 100px;
}

