/*********** INDEX CSS *********/
.BannerLink
{
    font-family:  Times New Roman;
    font-size: 16px;
    font-weight: bold;
    color: #434343;
    text-decoration: none;
    margin-left: 15px;
}
a.BannerLink
{
    font-size: 16px;
    font-weight: bold;
    color: #434343;
    text-decoration: none;
    margin-left: 15px;
}
a.BannerLink:hover
{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 15px;
}
.HeaderText
{
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 10px;
}
.tdheader
{
    padding-top: .5em;
}
.sidebar
{
    font-family: Times New Roman;
    font-size: 11px; color: #828282; text-decoration: none; 
}

.footertext
{
    font-family: Times New Roman;
    font-size:12px; 
    color: #434343;
}
a.footertext
{
    font-family: Times New Roman;
    font-size: 12px;
    color: #434343;
    text-decoration: none;
}
a.footertext:hover
{
    font-family: Times New Roman;
    font-size: 12px;
    color: #434343;
    text-decoration: underline;
}

.date
{
    font-family: Times New Roman;
    font-weight: normal;
    font-size: 12px;
    color: #434343;
    margin-right: 15px;
}

.menu
{
    background-color: #F0F0F0;
    border: 1px solid #C8C8C8;
}
.menu_on
{
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
}

.menutext
{
    font-family: Times New Roman;
    font-size: 12px;
    color: #434343;
    text-decoration: none;
}
a.menutext
{
    font-family: Times New Roman;
    font-size: 12px;
    color: #434343;
    text-decoration: none;
    margin-left: 15px;
}
a.menutext:hover
{
    font-family: Times New Roman;
    font-size: 12px;
    color: #434343;
    text-decoration: none;
}

body
{
    background-color: #F6F6F6; 
    background-image: url(images/BackgroundImage.jpg);
    background-repeat: no-repeat;
    background-position:center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}