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


body {
color: #000;
background-color:#fff !important;
background-image: none !important;
font-family:arial;
border:0 !important;
}

/* This affects every tag */
* {
border:0 !important; /* no borders on printouts */
}
h2,
h3,
.NewsSummaryLink,
#NewsPostDetailTitle {
padding: 0 0 0.2em;
color: #D4732D;
font: bold 18px Georgia, "Times New Roman", Times, serif;
}
/* 
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;
}
.related-links .c {
float: none !important;
width: 100% !important;
height: auto !important;
margin: 0 !important;
min-height: 0 !important;}
/* hide everything else! */
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
p.footernav,
div#nav,
div#banner,
div#news,
div.right49,
div.left49,
div#sidebar,
.NewsSummaryAuthor,
#NewsSummaryPagination {
   display: none !important;
}
.float-left {
	float: left;
	margin: 0 15px 10px 0;
}
.float-right {
	float: right;
	margin: 0 0 10px 15px;
}

/* End of 'Print' */

