@charset "iso-8859-1";

/*******************************************************************************
*  print.css : 2007-08-01
*******************************************************************************/
@import "container.css";
@import "fonts.css";

body,
#outerColumnContainer {
	width: 640px;
	margin: 0;
	padding: 0;
}
#outerColumnContainer {
	padding: 0.5em 0;
	margin: 0;
}
#leftColumn, 
#rightColumn, 
#contentColumn {
	float: none;
}
#oldBrowserNotice,
#leftHead,
#contentHead,
#secondhead,
#rightColumn, 
#leftColumn, 
.hnav, 
.printHide,
#leftFoot,
#rightFoot,
hr {
	display: none !important;
}
#outerColumnContainer, 
#innerColumnContainer {
	border-left-width: 0;
	border-right-width: 0;
}
#footer {
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;
}
a {
	text-decoration: none;
	background-color: inherit;
	color: inherit;
}
img,
img a {
	border: none;
}
/******************************************************************************/
