/* Start of CMSMS style sheet 'Print' */
@media all 

body, #home{
margin:0;
padding:0;
color: #000 !important; 
background-color:#fff !important; 
font-family:arial;
border:0 !important; 
background-image:none;
float:none;
width:100%;
}
#body_copy,#container{
width:100%;
margin:0;
padding:0;
float:none;
}
#nav, #top_nav, #header,#flash_banner,#picture_banner, #sub_pic_caption, #flash_placeholder{
display: none !important;
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

img {
float:none;
padding:15px;
}
/* End of 'Print' */

