/* Remove unwanted elements */
#header, #hd, #search, #ft, #nav, .noprint
{
display: none;
}


/* Ensure the content spans the full width */
#container, #container2, #content, #main_content, #new_site_main_content
{
width: 100%; margin: 0; float: none;
background: white;
font-size: 14pt;
}


h1, h2 {
    page-break-before: auto;
}

p {
    page-break-inside: avoid;
}

