/* 
#####################################################################################
-------------------------------------------------------------------------------------
Author								Date Created				Notes
-------------------------------------------------------------------------------------
arw2226								08/11/09						css for print
#####################################################################################
Change Log
-------------------------------------------------------------------------------------
Initials							Date								Notes
-------------------------------------------------------------------------------------
arw2226								08/19/09						initial creation
-------------------------------------------------------------------------------------
#####################################################################################
*/

body {
	margin:1em;
	background-color:#fff;
	color:#000;
	font:1em Verdana, Helvetica, sans-serif;
	}

/* print style */
#header, #nav, #sidebar, #holder, #breadcrumbTrail, #searchArea, #footer  {
	display:none;
}
