/******* Ionie style sheet for printing
		Designed by Patricia A. Simmons, Web Wise Concepts, LLC 
		May 2005 ***/

body {
	background: none; /* Removes background. */
	font-size: 12pt;
	}

#wrapper {
	background: none; /* Removes background. */
	border: none; /* Removes border */
	}
#content {
	float: none; /* Removes float. */
	width:95%; /* Sets width to fill up its container. */
	margin: 0 2%;
	border-left: none; /* removes the border from the content */
	}
#footer {
	width: 85%;
	margin: 0 5%;
	}
#banner, #leftcol {
	display: none; /* Sets div to not print. */
	}

/****** Display Site name and information at top of page in lieu of web banner */
div#sitename {
	display:inline;
	}
div#sitename h1 {
	color:#6633FF;
	padding-left: 6.5em;
	}
div#sitename p {
	font-size: 12pt;
	padding-left: 4em;
	border-bottom: 1px solid #99ff33;
	}
/****** End style sheet */