/** Supress specific items **/
.suppressOnPrint {
	display: none;
}

#rightcol {
	position: relative;
	left: 0px;
	width: 100%;
	color: #820;
	margin-right: 0px;
}

/** Change middle column to use entire page **/
#middlecol {
	top: 0px;
	margin: 5px 5px 5px 5px;
	padding: 0px;
}

.footercopy {
	position: relative; 
	top: 0px; 
	left: 0px;
	width: 100%;
	border-top: 1px solid #848;
}

.scrolling {
	overflow: visible;
	height: 100%;
}

