/******************************************************	
	Place holder for future print-specific stylesheet
	Currently disabled due to problems with IE.
*******************************************************/

#wrapper {
	background-image:  url(../images/clear.gif);
}
#wrapper, #rightColumn {
	width: 100%;
	margin-left: 0px;
	float:none;
}
#content {
	width: 95%;
}
#leftColumn, #tabNav, #menu, .footerText .footerLinks {
	display: none;
}
*html #content {
	margin: 0 -3px;
	margin-left: 0px;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.6em;
}
h3 {
	margin-bottom: .2em;
	padding: 0px;
	padding-bottom:.3em;
	border-bottom:#000000 1px solid;
/*	page-break-before: always;
}
h3.firstHeading {
	page-break-before:avoid; /* size of content text too irregular to warrent */
}
.footerText {
	padding: 0px;
	padding-top:10px;
	color:#CCCCCC;
	margin:0px;
	text-align:left;
	font-size:.7em;
	line-height:1.5em;
	border-top:#eeeeee 1px solid;
}