body
{
    margin: 0;
    padding: 0;
    background: #999966 url(/images/background.jpg);
    font-family: helvetica;
}

#wrapper
{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
}

a:link
{
    color: #004080;
    text-decoration: none;
    font-weight: bold;
}

a:active
{
    color: #004080;
    text-decoration: none;
    font-weight: bold;
}

a:visited
{
    color: #004080;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: blue;
    text-decoration: underline;
    font-weight: bold;
}

a.white
{
    color: white;
    font-size: smaller;
}

p
{
    font-family: Georgia;
}

p.paraHeader
{
    font-weight: bold;
    font-size: 14pt;
    color: #800000;
    margin-top: 15px;
}
