﻿/* ============================================================================
Print Stylesheet
-------------------------------------------------------------------------------
Date        Ver.    User    Changes
03/18/09    1.0     EWS     Original Version
-------------------------------------------------------------------------------

Standards
-------------------------------------------------------------------------------
Page Width: 725px
============================================================================ */

/* Site HTML */
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 0px;
    background: White;
}
/* End of Site HTML */

/* Site Classes */

#pgOutline
{
    width: 100%;
    background-color: White;
    margin-right: 0;
    margin-left: 0;

}

#pgOuter
{
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    background-image: none;
}

#topButtons
{
    display: none;
}

#ftr
{
    clear: both;
    border-top: solid 1px #666666;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: left;
    background-color: White;
    color: Gray;
    height: 95px;
}

#ftr p
{
    margin-top: 25px;
    margin-left: 12px;
    margin-right: 12px;
    color: #999999;
    line-height: 1.4em;
}

#ftr p.copyright
{
    margin-top: 5px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: .8em;
    color: #666666;
}

#ftr p.copyright a
{
    color: #666666;
}

#contentHolder
{
    clear: both;
    min-height: 300px;
    margin-bottom: 25px;
}

#contentHolderSitePage
{
    background-color: White;
    background-image: none;
    border-top: none;
    border-bottom: none;
}

.sideMenu
{
    display: none;
}

#content
{
    float: none;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 9pt;
}

#content h1
{
    font-size: 16pt;
}

#content h2
{
    font-size: 14pt;
}

#content h3
{
    font-size: 12pt;
}

#mainImage
{
    display: none;
}

/* End of Site Classes */