﻿@media print
{
	body
	{
		background: white;
		font-size: 12pt;
		font-family: 'Times New Roman',Times,serif;
		color: #000;
	}

	p
	{
		overflow: visible !important;
		/*display: inline;
		display: block !important;
		clear: both;;*/
	}
	.sfContentBlock.noprint {
		display:none !important;
	}

	/*############################*/
	/* Page Wrapper */
	/*############################*/
	#wrapper
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}


	/*############################*/
	/* Amber Alert  
	/*############################*/
	#amberAlert
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}

	/*############################*/
	/* Header */
	/*############################*/
	#header
	{
		display: none;
	}

	/*############################*/
	/* Search box (contained in header) */
	/*############################*/
	#search
	{
	display: none;
	}
	#searchContentContainer
	{
	display: none;
	}

	/*############################*/
	/* Menu */
	/*############################*/
	#menu
	{
	display: none;
	}
	#menuContentContainer
	{
	display: none;
	}


	/*############################*/
	/* Main */
	/*############################*/
	#main
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}
	#contentContainer
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}

	/*############################*/
	/* Columns (in Main/contentContainer) */
	/*############################*/
	.centerCol, .sf_2cols_2_75
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}
	.leftCol, .sf_2cols_1_25
	{
	display: none !important;
	}
	.rightCol
	{
	display: none;
	}

	/*############################*/
	/* Footer */
	/*############################*/
	#footer
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}
	#footerContentContainer
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}

	/*############################*/
	/* Sitefinity Classes */
	/*############################*/
	.sfContentBlock 
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}
}
