/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

img{
border:0; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}
#pagewrapper{width:95%;}
#footer {text-align:center;border-top:3px solid #dfdfdf;}
#header {border-bottom:3px solid #dfdfdf;}

.headleft a{font-size:2em; color: #000; text-decoration:none;}
#home_newsbox{}
#home_newsbox a, .weeboxbl, div#content a{color: #000; text-decoration:none;}

.bigquote{border-bottom:3px solid #dfdfdf;border-top:3px solid #dfdfdf;margin-bottom:15px;}
.weebox1, .weebox2, .weebox3{width:31%;border:3px solid #dfdfdf;}
.weebox1{float:left;margin:0 3% 15px 0;}
.weebox2{float:left;margin:0 0 15px 0;}
.weebox3{float:right;margin:0 0 15px 0;}
.weeboxbl{padding:15px 5px;text-align:center;font-weight:bold;font-size: 1.3em; }

.intro{font-weight:bold;font-size:1.1em;}
p.intro{margin:0 0 1em 0;}
.imageleft{float:left; margin:5px 15px 15px 0;}
.imageright{float:right; margin:5px 0 5px 15px;}
 
/* hide everything else! */
div.breadcrumbs, div.headright form, .homebox ul, .bigquote a.more, .catsum .alignright, .top, #footer hr, .ReturnLink,
div#search,
div#footer ul,
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' */

