@media print{

* {
float: none;
clear: both;
}

#overallWrapper {
width: 100%;
height: 1%;
}

#logocontainer {
text-align: left;
}

body { 
color : #000000; 
background : #ffffff; 
font-family : "Times New Roman", Times, serif;
font-size : 13pt;
}

a { 
text-decoration : none; 
color : #000000; 
}

#headerlinks, #breadcrumbs, #buildingjpgcontainer {
visibility: hidden;
display : none;
}

#TDwrapper, #middleTDalign #content{
width:70%;
}

#topleftcontainer, #toprightcontainer, div.whitespacer, #headerlinks2, #leftTDalign, #rightTDalign, #bgfooter, #footerlinks {
display : none;
} 

}