@media print {
	body {padding-left: 0; background: none;}

	p { position: static !important; margin-left: 0 !important; margin-right: 0 !important; width: auto !important; }	
	#logo {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#contentArea {
		height: auto;
		min-height: 1px;
		margin-left: 5px;
	}
	
	#levelOnes {
		white-space: nowrap;
	}
	
	#levelTwoEnd {visibility: hidden;}
	
	.fir span, h1 span, h2 span, h3 span, h4 span {display: inline !important;}
	
	h1.fir, h2.fir, h3.fir, .detail h3.fir {
		position: static !important;
		padding: 0 !important;
		margin: 10px 0 !important;
		height: auto !important;
		overflow: visible !important;
		background: none !important;
	}
	
	#pageHead, .mainThrust {
		height: auto;
		margin-left: 0;
	}
	
	#footer {padding-top: 10px;}
		#footer img.cisco,#footer img.cisco-new {position: static;}
		
	.art { display: none; }
}
