/* css for printer */

body{
    background: white;
}
body, td, div, p{
    font-size: 12px;
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6, p, td, body, div, span, .contentheading, .componentheading, span.performs_required{
    color: black;
}
div#everything{
    background: white;
    width: auto;
}

div#header_wrapper{
    display: none;
}

div#content_col1_wrapper{
    display: none;
}

div#footer_wrapper{
    display: none;
}

div#content_maincol{
    float: none;
    width: 762px;
}
div#modules_top_bottom_ln{
    display: none;
}

ul.menu_frontpage{
    display: none;
}


div#footer_menu_wrapper{
    display: none;
}


div#footer{
    text-align: left;
    margin-left: 30px;
}

div{
    float: none ! important;
}