

/*  USED WHEN PRINTING  */

@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		margin:0;
		padding:0;
		background:#FFFFFF !important;
	}
	#sizer{
		margin:0; 
		width:auto !important;
	}
	#expander{
		position:static;
		margin:0 !important;
	}
	#headertop, #ownerinfo {
		position:static; 
		height:auto;
	}	
	#ownerinfo address {
		position:static; 
		height:auto !important; 
		margin-bottom:2em;
	}	
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}
	#wrapper, #header, #headertop, #ownername, #ownerinfo, #ownerinfo address, #mainmenu, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #mainmenu {
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
		font-weight: bold;
		}	
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter {
		display:none !important;
	} 
    #copy {
		margin:0;
		padding:0;
	}
	
	#copy fieldset {border:none;}
	
	#copy legend {color:#C0C0C0;}
	
	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}
	
	#content{width:100%;}
	
	html>body #content {
		width:85%;
		margin-left:2em;
	}
}