@media  print{
/*hides elements when printing*/ 
/*html, body {
font-size:80%;
}*/

img.bannerimage {
/*display: block;*/
width:40.00em;
height:5.68em;
}
h1 {font-size:100%}
h2 {font-size:95%}
#navbar, #linkbar, #rightcol, #leftcol, #utilitiestop {display: none;}
.hide {display: none;}
#footer {
margin:0 0 0 -9.70em;
}
/*#contentframe2col {display: none;} 
#contentframe {display: none;}*/
#twocols, #maincol {width:100%; float:none;}

}

