/* SPAC: Print CSS          */
/* Shannon-Rose Design 2008 */

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
/*	text-align: left; */
}
div#wrapper {
	width: 100%;
}
div#masthead {
	background-color: #000;
	height: 1in;
	text-align: center;
}
img#mastheadLogo {
	height: 78px;
	width: 140px;
	margin: 10px 0 0;
	float: none;
}

div#nav, div#secondaryNav, div#subNav {
	display: none!IMPORTANT;
}

div#contentMain {
	float: none;
	display: block;
	width: 86%;
}

div#contentSideBar {
	float: none;
	display: block;
	width: 86%;
	margin: 0 17px 17px 17px;
}
div.rightTextArea {
	min-height: inherit;
}
#contentSideBar img {
	page-break-inside: avoid; /* only opera? */
}