﻿@media print
{
	body
	{
		font-family: Georgia;
		font-size: 10pt;
	}
	
/*
===========================================================

                  LAYOUT BLOCK CLASSES

===========================================================
*/
	#wrapper
	{
		width: 100%;
		margin: auto;
		border-style: none;
		padding: 0px;
		background-image: none;
	}
	
	#innerWrapper
	{
		border-width: 0px 1px 1px 1px;
		border-style: none;
		border-color: #886;
		background-color: #fff;
	}
	
	#header 
	{
		display: none;
	}
	
	#menu
	{
		display: none;
	}
	
	#breadcrumbs,
	.breadcrumbs
	{
		display: none;
	}
	
	#side
	{
		display: none;
	}
	
	#content
	{
		margin: 0px 0px 0px 0px;
	}
	
	#body
	{
		margin-left: 0px;
		padding: 0px;
	}
	
	#footer
	{
		border-top: solid 1px black;
		padding: 5pt 0pt 0pt 0pt;
		font-size: 8pt;
	}
	
	
/*
===========================================================

                       LIST CLASSES

===========================================================
*/
	ol.doubleSpaced li
	{
		margin-bottom: 2em;
	}
	
	ol.roman
	{
		list-style-type: upper-roman;
	}

	/*
	===========================================================

						HEADER CLASSES

	===========================================================
	*/

	h1
	{
		padding-bottom: 5px;
		border-bottom: solid 2px black;
		font-size: 16pt;
	}
}



