﻿
#TopBanner { display: none;  }          /* Don't show the top banner. */

#ContentArea                            /* Give the content all the space. */
{  
    padding: 1px 5px 5px 5px;
    overflow: visible;
    height: 100%;
}

#BodyFooter { display: none; }          /* Don't show the footer. */

.ContentText
{
    width: 100%;
}

.NoPrint { display: none; }