@import url("standard.css");
@import url("forms.css");
@import url("tables.css");

@media print {
	
	#footer, #header, #categoryPath,
	#mainNav, #footerNav {
		display: none !important;
	}
	
	body
	{
		font: 8pt "Arial", Helvetica, sans-serif !important;
		margin: 0; padding: 0;
		background: white;
		color: black;
		width: 100%;
	}
	div#allIn
	{
		width: 100% !important;
		text-align: left;
	}

	div#content {
		width: 71% !important;		
	}
	
	div#sidebar {
		width: 24% !important;
		background: white;
	}
	
	div#tableHolder {
		overflow: visible !important;
	}
	
	
	div#contactToPrint {
		display: block;
	}
	
}
