@media print {    
#Header, #Navigation, #Sidebar, #Breadcrumbs, #PageComments_holder, .quicklinks, .topLink{display: none}
img, .captionImage, #Container{border:none; padding:5px}
#Container{ clear: both; overflow: visible;}

#Content{left: 0; right: 0; float: left; width: 100%;}
#Content section{display: block; clear: both; margin:2em 0 }
a[href$=".pdf"]{display: none;}
p:empty{display: none;}
p[&nbsp;] { display: none; }
p:contains('&nbsp;') { display: none; }
img{max-height: 300px; }
h1,h2{margin-bottom: 0;}
.typography p{margin-bottom: 5px;}
    
.clear{clear: both; min-height: 1em; display: block;}

#Footer{display: none; clear: both; clear: left; margin-top: 1em}

    }