﻿/* Print Styles */
	body
	{
		background: #fff;
	}
	.pageframe
	{
		width: 100%;
	}
	.pageframecontent
	{
		background: none;
		border: none;
		width: auto;
	}
	.pageframecontent .header
	{
		display: none;
		background: none;
		color: #000;
	}
	.pageframecontent .headernav a
	{
		color: #000;
	}
	.pageframecontent .sidebar
	{
		width: auto;
		text-align: center;
		float: none;
	}
	.pageframecontent .sidebar ul.nav
	{
		display: none;
	}
	.pageframecontent .sidebar .info
	{
		margin: 0.5em 0 1.5em 0;
		border-bottom: 1px solid #006;
		padding-bottom: 0.5em;
	}
	.pageframecontent .sidebar .info .streetaddress,
	.pageframecontent .sidebar .info .citystate,
	.pageframecontent .sidebar .info .phone,
	.pageframecontent .sidebar .info .fax,
	.pageframecontent .sidebar .info .email
	{
		display: inline;
	}
	.contentframe
	{
		width: auto;
		height: auto;
		margin: 0;
		text-align: center;
	}
	.pageframebanners
	{
		width: auto;
	}
	.pageframebanners .bannerimages a img
	{
		border: 1px solid #000;
	}
	.pageframebanners .bannerinfoframe
	{
		width: auto;
		background: none;
		border: none;
	}
	.pageframebanners .bannerinfo .moreinfo
	{
		display: none;
	}
	.pageframebanners .borderbottom
	{
		display: none;
	}
	.pageframefooter
	{
		border-top: 1px solid #009;
	}
	.pageframefooter .nav
	{
		display: none;
	}
	.pageframefooter .copyright
	{
		color: #006;
	}
	
	.contentframe .contentframetop
	{
		display: none;
	}
	.contentframe .contentframebottom
	{
		display: none;
	}
	.contentframe .contentframemiddle
	{
		background: #fff;
		width: auto;
	}
	.contentframe .contentframemiddleheight
	{
		display: none;
	}
	.contentframe .pagecontent
	{
		top: auto;
		margin: 0;
		width: auto;
		background: #fff;
		text-align: left;
	}
	.contentframe .pagecontent h1.contentheader
	{
		color: #006;
		padding: 0;
	}
