.noprint, .crumb
{
    display: none; /* hide the left and right columns as well as the horizontal navigation element(s). also hide any designated elements that should not be pritned */
    width: 0px;
    margin: 0px;
}
.printwhite, body, #greenbread, #CAC, #Emopages, .Emopages, 
{
    background-color: #FFFFFF;
    background-image: none;
    border: none;
}

#myContent
{
    display: block;
    background-color: #FFFFFF;
    background-image: none;
}
