/*DYSP PRINT STYLE SHEET*/

body {
	background: white;		
	font-size: 12pt;		
	}

#banner, #footer, #progressWrapper, .noprint {display: none;}

#header #breadcrumbs {
	background-image:none;
	}

#ban h1, #ban h2, #ban h3 {
	position:static;
	clear: both;
	text-align: left;
	}

html, body, #wrapper, #main, #content {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;	
	height:auto;
	}
div#content {	
	width: auto;		
	margin: 1em 0 0 0;	
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;		
	float: none !important;	
	display: block;	
	clear: none;
	border-top: 3px double black;	
	position: static;
	height:auto;
	top:0;	
}

#wrapContent {
position:static;
}

#courseCopyright {
	width:515pt;
	margin:0;
	padding-top:2em;
	background-color:#FFF;
	font-size:8.5pt;
	display:block;
	height:auto;
	margin-top/**/:/**/0em;
	}
.noprint {display:none;}
.nodisplay {display:block;}

/* hide for now... may use later -- combats scrolling tables not print friendly issue
div div #mainTable {display:none;}
.tableBoxOuter #mainTable {display:block; height:auto;}
#content .tableBoxOuter, #content .tableBoxOuter * {height: auto !important;} */
