  @media print {
	#seal, #siteid-wrapper, .mobile-spacer, .menuHolder, #top-nav-wrapper, 
	.searchFormLong, .searchFormShort, .searchFormDivider, .helpCenter, 
	#smeEditLink, #attachmentsTable, #policyControls, .screenOnly, #header_top, #header_mid, #header_btm, footer {
		display: none;
	}
	
	#contentHolder {
		width: 100%;
		font-family: Arial;
		font-size: 12pt;
	}
	#contentHolder H1 {
		font-size: 15pt;
	}
	#contentHolder H2 {
		font-size: 14.5pt;
	}
	#contentHolder H3 {
		font-size: 14pt;
	}
	#contentHolder H4 {
		font-size: 13.5pt;
	}
	#contentHolder H5 {
		font-size: 13pt;
	}
	#contentHolder H6 {
		font-size: 12.5pt;
	}
	#sealPrint {
		width: 90px;
		padding: 15px;
		float: left;
	}

	#content-table {
		width: 100%;
	}

	p, ul, ol, li, li ul li, ol ol li {
		font-size: 100% !important;
	}


	a:link {
		text-decoration: underline;
	}

	.hidden {
		position: relative;
		visibility: visible;
		display: block;
	}
	table table tr, table table td, table table th {
		border: solid black 1pt !important;
		padding: 5px;
	}
}
