body {
	background: white;		
	font-size: 12pt;		
	}
#banner, #footer, .noprint {display: none;}
#header #breadcrumbs {
	background-image:none;
	}
#ban h1, #ban h2, #ban h3 {
	clear: both;
	position:static;
	text-align: left;
	}
html, body, #wrapper, #contentWrapper, #main, #content {
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
	height:auto;
	position:static;	
	}
	div#leftNav {display:none;}
div#content {	
	border-top: 3px double black;
	clear: none;
	display: block;	
	float: none !important;	
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;		
	position: static;
	}
* html body #content {width:98%;} /* prevents right side of text from being clipped in IE6 */
#courseCopyright {
	border-top:1px solid #000;
	bottom:auto;
	font-size:0.8em;
	display:block;
	margin-top:1em;
	position:static;
	top:auto;
	}
.noprint {display:none;}
.nodisplay {display:block;}
#content a:link:after, #content a:visited:after {
	content: " [" attr(href) "] ";
	font-size: 90%;
	}
