@charset "utf-8";
/* CSS Document */
@media print {
	header
	{
		display: none;
	}
	nav
	{
		display: none;
	}
	footer
	{
		display: none;
	}
	
	#left
	{
		display: none;
		width: 0%;
	}

	#right
	{
		display: none;
		width: 0%;
	}
	
	#primary
	{
		width: 100%;
	}
	
	#branch
	{
		display: none;
	}
			
	#logoforprint
	{
		display: block;
		margin-bottom: 20px;
	}
	
	#content
	{
		width: 100%;
	}
	
	#threeCol
	{
		width: 100%;
	}
	
	#twoColSR
	{
		width: 100%;
	}
	
	#twoColSL
	{
		width: 100%;
	}
}


