@media print {

	/*Remove all items that don't need to be displayed*/
	#RotationGroup, 
	#navigation,
	#Policies,
	#ContentLogoBkg,
	#ButtonLinks,
	#Sliders,
	.articleSearch {
		display: none;
		}
	
	/*Adjust backgrounds*/
	#HeaderBkg,
	#FooterBkg,
	#InnerWrap,
	#InteriorPageHeading {
		background-image: none;
		background-color: transparent;
		}
		
	html,
	body {
		background-image: none;
		background-color: #ffffff;
		font-size: 11pt;
		}
	
	/*Other adjustments*/
	h1 {
		font-size: 16pt;
		clear:both;
		}
		
	h2 {
		font-size: 14pt;
		clear:both;
		}
		
	h3 {
		font-size: 13pt;
		clear:both;
		}
	
	#footer {
		height: auto;
		padding: 0;
		text-align: center;
		}
		
	#footer p {
		margin-bottom: 0;
		}
		
	#header h1 {
		text-align: center;
		font-size: 18pt;
		}
	
	#header h1 a {
		text-indent: 0;
		margin: 0;
		padding: 20px 0 0 0;
		height: auto;
		width: 50%;
		color: #005BAA;
		text-decoration: none;
		}
		
	#InnerWrap {
		position: static;
		margin: 0;
		}
		
	#InteriorPageHeading {
		margin: 20px 0 -20px 0;
		padding: 0;
		}
		
	#SectionTitle {
		color: #005BAA;
		text-align: left;
		font-size: 13pt;
		}
		
	}


