﻿@Media Print
{
	
	
#splash, #ppslogo, #ppstext,#topmenu
	{
		display: none;
	}
.leftCol, .rightCol
	{
		display: none;
		width: 0px;
	}	

 #content
	{
		background-position: transparent;
		width: 900px;
		height: auto;
		margin: 20px 5% 20px 5%;
		padding: 0;
		border: 0;
		float: none !important;
		color: black;
		background: transparent;
		font-size: large !important;
		overflow: visible;
	}

h1,h2,h3
	{
		font-size: large;
	}
	#footer
	{
		margin-top:20px;
	}
}
