﻿@media print {

	body {
	background-color: #fff;
	background-image: none;
	color: #000;
	}
	#home #dl, #nav, #art, #footer {
		display: none;
	}
	#contentleft {
	width: 0;
	text-align: left;
	font-family: Verdana;
	font-size: .8em;
	color: #000;
	display: none;
	}
#contentright {
	width: 100%;
	float: none;
	text-align: left;
	padding: 0;
	margin: 0;
	border: none;
}
/*
#home #content {
	color: #555;
	width: 729px;
	_width: 725px;
/*	padding: 6px 12px; */
	background-color: #fff;
	border-top: 0px #00349A solid;
	border-left: 0px #00349A solid;
	border-right: 0px #00349A solid;
	border-bottom: 0px #00349A solid;
	min-height: 275px;
	*min-height: 475px;
	_height: 350px;
}

*/
	#content {
		width: 100%;
		text-align: left;
		border: none;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#shell {
		border: none;
		margin-left: 0;
		padding: 0;
		text-align: left;
		width: 90%;
		float: left;
}
}
