/* hide various page elements for printing */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
}

#terms-of-use {
	display: none;
}

ul.utility, ul.utility2 {
	display: none;
}

#nav-wrap {
	background-color: #E4E4E4;
	padding: 0px 10px 5px 10px;
}

#subnav {
	float: left;
}

#right-wrap {
	background-color: #e4e4e4;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
}

#footer {
	clear: both;
}