.Main
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
.TopLeft
{
    float: left;
}
.TopRight
{
    float: right;
}
.Language
{
    padding-top: 10px;
    font-size: 12px;
    text-align: right;
}
.LanguageLink
{
    font-weight: bold;
    color: #169a26;
    cursor: pointer;
}
a, a:link, a:active, a:visited
{
	color: #169a26;
	text-decoration: none;
	font-weight: bold;
}
body
{
    background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #424242;
}
.MenuItemParent
{
    line-height: 180%;
    font-size: 12px;
    color: #169a26;
    font-weight: bold;
    cursor: default;
}
.MenuItem
{
    line-height: 180%;
    font-size: 12px;
}
#Header
{
    height: 100px; 
}
.Table
{
    width: 100%;
}
.ContentLeft
{
    width: 200px;
    vertical-align: top;
}
.ContentCenter
{
    /* add up to be 800px */
    width: 500px;
    vertical-align: top;
    padding-right: 30px;
    text-align: justify;
    font-size: 15px;
}
.ContentRight
{
    width: 70px;
    vertical-align: top;
}
.ContentRightFull
{
    /* add up to be 800px */
    width: 590px;
    vertical-align: top;
    padding-right: 20px;
    text-align: justify;
    font-size: 15px;
}
.Banner
{
    margin-left: auto;
    margin-right: auto;
    width: 620px;
}
.ContentTitle
{
    color: #169a26;
    font-size: 22px;
    font-weight: bold;
}
.ContentSubtitle
{
    color: #169a26;
    font-size: 18px;
    font-weight: bold;
}
.ContentSubtitle2
{
    color: #169a26;
    font-size: 16px;
    font-weight: bold;
}
.ContentSubtitle3
{
    color: #169a26;
    font-size: 14px;
    font-weight: bold;
}
.Footer
{
    position: static;
    bottom: 0px;
    background-color: #BBFFAC;
    font-size: 10px;
    color: #169A26;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 100%;
    border-top: 1px solid #169A26;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #169A26;
}
.SearchLabel
{
    color: #169a26;
    font-size: 75%;
    font-weight: bold;
}
