@charset "iso-8859-1";

/*******************************************************************************
*  print.css : 2006-08-21
*******************************************************************************/

@import "container.css";
@import "fonts.css";

#leftColumn, 
#rightColumn, 
#contentColumn
.imgtop,
#rightFoot,
#footer,
#contentFoot {
	float: none;
}
#rightColumn, 
#leftColumn, 
.hnav, 
.printHide,
.hide, 
#oldBrowserNotice,
.imgtop,
#rightFoot,
h1 img {
	display: none;
}
#outerColumnContainer, 
#innerColumnContainer,
#footer {
	border-left-width: 0;
	border-right-width: 0;
}
#footer {
	border-top: solid 1px #000000;
	padding: 0.5em;
}
#contentFoot {
	width: 100%;
	margin:0;
	display: block;
	text-align: left;
	padding: 0;
}
a {
	text-decoration: none;
	background-color: inherit;
	color: inherit;
}

/******************************************************************************/