﻿body 
{
    background-image: url("Images/Background.jpg");
    background-color: #fff;
    background-repeat: no-repeat;   
    color: #666666;
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 11px; 
}
.H1
{
    font-family: Justus;
    font-size: 20px;  
    color: #336699;
}
.H2
{
    font-family: Justus;
    font-size: 20px;  
    color: #666;
}
.H3
{
    font-family: Justus;
    font-size: 16px;  
    color: #666;
}
.header
{
    color: #336699;
}
#Border
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 920px;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
}
#Content
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 880px;
}
#Content:after
{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
#header
{
    float: left;
    width: 880px;
    height: 70px;
    color: #AAAAAA;
}
.menuLinks
{
    text-decoration: none;
    color: #AAAAAA;
    font-size: 12px;
    font-weight: bold;
}
.menuLinks:Hover
{
    
}
#footer
{
    float: left;
    width: 880px;
    color: #666666;
    font-size: 11px;
}
#Main
{
    float: left;
    width: 880px;
    text-align: left;
    background-color: White;
}
.footLinks
{
    text-decoration: none;
    color: #666;
    font-size: 10px;
}
.footLinks:Hover
{
    
}
a
{
    color: #336699;
    text-decoration: underline;
}
a:hover
{
    color: black;
    text-decoration: underline;
}
.Gobutton
{
    background-color: White;
}

.MenuTwo
{
    background-image: url("Images/New/menuBG.jpg");
    background-repeat: repeat-x;
    height: 25px;
    text-align: center;
}
.MenuTwo a
{
    font-size: 14px;
    font-family: Justus;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 200px;
}
.MenuTwo a:hover
{
    color: #39297a;
    background-color: #FFFFFF;
}

.AtAGlance
{
    padding: 20px;
    font-size: 10px;
}
.search 
{
    color: #666;
    font-weight: bold;
    font-size: 11px;
}
.PrintLink
{
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
    color: #1f2475;
}