﻿body
{
    margin:12px 0px 18px 0px;
    background-color: #f5f5f5;
    background-image: url(/img/bkgrnd_main.gif);
    background-position: center;
    background-repeat: repeat-y;
}

h1
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 24px;
    color: #57678b;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.Standard
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #000000;
    line-height: 14px;
}
.Standard a:link
{
    color: #57678b;
}
.Standard a:visited
{
    color: #57678b;
}
.Standard a:hover
{
    color: #c50031;
}


.Footer
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #747474;
    line-height: 20px;
    text-align: center;
}
.Footer a:link
{
    color: #747474;
}
.Footer a:visited
{
    color: #747474;
}
.Footer a:hover
{
    color: #000000;
}

.MainContent
{
    background-color: #ffffff;
    border-right: solid 1px #cfd5dd;
    border-left: solid 1px #cfd5dd;
    padding: 10px 14px 10px 14px;
}

#HomePromo
{
    background-image: url(/img/home_promo_bkgrnd.gif);
    width: 382;
    padding: 0px 18px 0px 18px;
}
#HomePromo p
{
    margin-top:8px;
    margin-bottom:8px;
}

.NavBar
{
    background-image: url(/img/navbar_bkgrnd.gif);
    background-repeat: no-repeat;
    text-align: center;
}

#ExcerptName
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    color: #57678b;
    line-height: 20px;
    font-weight: bold;
}

#ExcerptName a:link
{
    color: #57678b;
}
#ExcerptName a:visited
{
    color: #57678b;
}
#ExcerptName a:hover
{
    color: #c50031;
}

.ExcerptDetails
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #000000;
    line-height: 14px;
    font-style: italic;
    margin: 4px 0px 6px 12px;
    padding: 6px 8px 0px 8px;
    border: dotted 1px #cfd5dd;
    background-color: #f9f9f9;
}

.ExcerptDetails p
{
    margin-top: 0;
}