﻿body 
{
    /* text-align: center; */
    margin-left: 0;
    margin-top: 0;
    background-color: Silver;
    text-align: left;
}
h4
{
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}
#PageWrapper
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    text-align: center;
}
#TopMenu
{
    background-color: Green;
    text-align: right;
    font-size: medium;
    font-weight: bold;
    color: White;
    
}
#BannerBar
{
    background-image: url(Images/Banner.jpg);
    background-repeat:no-repeat;
    height: 150px;
    text-align: right;
    font-size: medium;
    font-weight: bold;
    color: White;
}
#BannerBar a:visited 
{ 
    color: white;
    font-size: 14px;
    font-family: Arial;
    text-decoration: none
}
#BannerBar a:hover
{
    color : yellow; 
    font-size: 14px; 
    font-family: Arial; 
    text-decoration: none;
}
#BannerBar a:link 
{
    color: white;
    font-size: 14px;
    font-family: Arial;
    text-decoration: none;
}


#MainMenu1
{
    background-color: #17891a;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    color: White;
}
/*
#MainMenu1 a:visited 
{ 
    color: white;
    font-size: 14px;
    font-family: Arial;
    text-decoration: none
}

#MainMenu1 a:hover
{
    color : yellow; 
    font-size: 14px; 
    font-family: Arial; 
    text-decoration: none;
}
#MainMenu1 a:link 
{
    color: white;
    font-size: 14px;
    font-family: Arial;
    text-decoration: none;
}
*/
#MainContent
{
    color: Black;
    margin: 0 5px 0 5px;
}
#MainContent div.SectionImage
{
    background-color: white;
    display: block;
    float: left;
    width: 260px;
}
#MainContent div.SectionText
{
    background-color: Yellow;
    margin-left: 270px;
    display: block;
    font: right;
    font-size: medium;
}

#SubMenuAU
{
    background-color:Yellow;
    height: 20px;
    text-align: center;
    color: Green;
}
a.subMenuAU:visited 
{ 
    color: Green;
    font-size: 14px;
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
}
a.subMenuAU:hover
{
    color: black; 
    font-size: 14px; 
    font-family: Arial; 
    text-decoration: none;
    font-weight: bold;
}
a.subMenuAU:link 
{
    color: green;
    font-size: 14px;
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
}
#Footer
{
    background-color: #17891a;
    font-size: xx-small;
    text-align: center;
    text-align: center;
    color: white;
    font-weight: bold;
    height: 20px;
}
.clearme
{
    clear: both;
}
.TextEmpha
{
    font-weight: bold;
    font-size: 120%;
    text-align: center;
}
.MainTitle
{
    color: #17891a;
    font-size: xx-large;
    font-weight: bold;
    text-align: left;
}
.bigText
{
    font-style:oblique;
    font-size:x-large;
    font-weight: bold;
    color: Green;
}
.txtTitle 
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: Yellow;
    color: Green;
}
.txtAdd1
{
    font-family: Arial Black;
    font-size: 140%;
}
.txtAdd2
{
    font-family: Arial;
    font-size: large;
}