/* Header Colors and Logo Size*/
.headerContainer
{
    background-color: #0A407D;
    color: White;
}

.loginHeader1
{
    background-color: #0A407D;
}

.loginHeader2
{
    background-color: #0A407D;
}

#siteName
{
    color: White;
}

#logo
{
    width: 196px;
    height: 48px;
}

.login a, .login a:hover, .login a:visited
{
    color: White;
}

/* Menu Colors*/
.SiteMenu1
{
    background-color: #59595B;
}

.SiteMenu1 .SiteMenuActive A
{
    color: White;
}

.SiteMenu1 .SiteMenuInactive A
{
    color: White;
}

.SiteMenu2
{
    background-color: #ccc;
}

.SiteMenu2 .SiteMenuActive A
{
    color: Black;
}

.SiteMenu2 .SiteMenuInactive A
{
    color: Black;
}

/* Button Color */
body#AnonymousHomePage .button, .button, .formGrouping .button {
 width: 125px;
 background-color: #0A407D;
 border: none;
 font-size: 16px;
 color: White;
}

INPUT[type="button"]:hover, INPUT[type="submit"]:hover, .button:hover, body#AnonymousHomePage .button:hover {
 background-color: #0A407D;
}

INPUT[type="button"], INPUT[type="submit"], INPUT[disabled] {
 color: white;
 background-color: #0A407D;
}

INPUT[type="button"]:hover, INPUT[type="submit"]:hover, .button:hover, body#AnonymousHomePage .button:hover {
 background-color: #0A407D;
}

/* Footer Colors */
#footerContainer, #footerContainer a, #footerContainer a:hover, #footerContainer a:visited
{
    background-color: #0A407D;
    color: #ddd;
}

.copyright
{
    color: #fff;
}