<?php
/*
Template Name: Print Stylesheet
*/
?>
html, body {
	background: white;
	font-size: 12pt;
	float: none !important;
	width: auto !important;
	margin:  0 !important;
	padding: 0 !important;
	}
	
.skip {
	display:none;
}

#top {
	display: none;
	}
	
#header {
	display: none;
	}
		
#tagline {
	display: none;
	}

#sidebar {
	display: none;
	}
	
#content {
	width: auto; 
	padding: 0; 
	margin: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	line-height: 125%;
	}
#content ul, ol
	{
	margin-top:-1em;
	}
#content ul ul, ol ol
	{
	margin-top:0;
	}
#content h1, h2
	{
	margin-bottom:0px;
	font-size: 14pt;
	}
#content h3
	{
	margin-bottom:0px;
	font-size: 13pt;
	}
#content p
	{
	margin-top:3px;
	margin-bottom:1em;
	}
#content .byline {
	font-size: 10pt;
	}
#footer {
	font-size: 10pt;
	border-top: 1px solid #ccc;
	}