
body{ 
   font-family: arial, helvetica, sans-serif;
   font-size: 8pt;
	background: #fff !important;
   }

* html body{
	font-size: 9pt;
	}	

/* Hide the clutter!! */
#header, 
#navbar, 
#leftCol, 
#rightCol, 
#home #leftCol, 
ul.folder p.actions,
#folderPage input,
#home #header form,
#footer 
{
	display:none;
	float:none;
}	

ul.folder li{
	height: 190px;
}

#pageWrapper {
	width: 100%;
	margin:0; }
	

   
#content { 
	background-color: none;	
	padding:0;}   

#midCol, #home #rightCol {
	display:block;
	float:none;
	width: 100%;
	margin:0;
	padding:0;
	overflow:visible !important;
	}
#home #header {
	display:block;
}	
#home #welcome {
	float:left;
}	
	
#folderPage div.actionButtons, 
#folderPage h1,
#folderPage h2.underline,
#folderPage p.cssForPrint{
	*display:none;
}


/* sIFR stuff: */	
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

h1 { font-size: 3.5em !important; color: #000;
	font-family:"Courier New", Courier, monospace;
	letter-spacing: -1px;
	margin-top: 0 !important;}

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	height:auto !important;				/* I added the width and height in, - didn't work without */
	width:auto !important;
}	