/* Start of CMSMS style sheet 'Print' */
body {
color: #000 !important;
background-color:#fff !important;
font-family:arial;
border:0 !important;
}

img {
border:0 !important;
}

.accessibility,.noprint, #menu, #footer ul {
display:none !important; 
}

.printonly { display: block !important; }

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

div#address,
div.breadcrumbs,
div#search,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar  {
   display: none !important;
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}
/* End of 'Print' */

