/* Start of CMSMS style sheet 'Print' */
#logoPrint {
	display: block;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
	}
	
#header, #menu, #colLeft, #breadcrumbs, #footer ul {
	display: none;
	}
	
body, #site, #page, #colRight, .pageContent {
	background: #fff;
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	font-size: 16px;
	}
h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }

#footer {
	float: none;
	text-align: center;
	color: #5c5c5c;
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	}
#bottomAddress, #copyright {
	float: none;
	text-align: center;
	color: #5c5c5c;
	margin: 0;
	}
#footer a:link, #footer a:active, #footer a:visited { color: #5c5c5c; }
/* End of 'Print' */

