/** =========================
	File: Print Style Sheet (print.css)
	Author: Michael Lovitt (michael@lovitt.net)
	Summary: Styles used only when printing. Note that
	we change the font sizes from pixels to points,
	get rid of the top and left nav, and include the URL
	for each link in parentheses after the link text
	(Opera 6+ , Mozilla 1+, and Netscape 6+ only)
	==========================**/

/** ----------------------------------------------
	general
	-----------------------------------------------**/
	
	body {
		background: white;
		font-size: 12pt;
		font-family: verdana, helvetica, sans-serif;
		text-align:left;
		margin:           0;
		padding:          0;
		border:           none;
	}
	
	.pane {
		position:static;
		margin-bottom:10px;
		margin-left:auto;
		margin-right:auto;
		width:auto;
		height:auto;
		border: none;
	}
	
	.dirNav {
		display:none;
	}
	
	#slider {
		position:static;
		visibility:visible;
		border:0px solid #000000;
		width:auto;
		height:auto;
	}
	
	#nav {
		display:none;
	}