/* Print CSS for www.smartsims.com */
body.SmartsimsBody
{
    position:   static;
    width:      auto;
    height:     auto;
    text-align: left;
    background-color:   rgb(255, 255, 255);
    background-image:   none;
}

div.body_wrapper
{
    position:   static;
    width:      auto;
    height:     auto;
    overflow:   visible;
}

div.SSPageBreak
{
    page-break-after:   always;
}

/* the above is sufficient to print pretty much all the pages in our website.
   But lets removing the LHS menu using the following
*/

div.SmartsimsBody
{
    background-image:   none;
}

div.LeftMenu
{
    display:            none;
}

div.CenterSpan
{
    width:              100%;
}
