body {
	background: none;
	padding: 0;
	margin: 0;
}

#pageWrap {
	width: 100%;
	padding: 0;
	margin: 0;
}

.relatedLink{
	display: none;
}

.primaryNav {
	display: none;
}

#nav {
	display: none;
}

.titleLogin p {
	display: none;
}

.helpNav {
	display: none;
}

#main, #nav, #header, #footer {
	width: 90%;
	padding: 1%;
}

.contentCol {
	width: 90%;
	float: none;
}

.sideBar {
	width: 90%;
	float: none;
}

#footer {
	float: none;
	color: #000;
}
.section {
	float: none;
	width: 33%;
}

/* Additions 11-01-07 */

body {
	font-size: 10px;
}

table.statusBar td{
	padding: 3px;
}

.optional {
	display: none;
}

#footer {
	display: none;
}

table.formDisplay th, table.formDisplay td {
	padding: 0 5px 3px 0;
}

table.info th, table.info td {
	padding: 0 5px 3px 5px;
}

.question table.questionList th, .question table.questionList td {
	padding: 3px 5px;
	line-height: normal;
}

table.info td input {
	font-size: 10px;
	width: 200px;
}

table.info td span input {
	font-size: 10px;
	width: auto;
}



.printCol {
	float: left;
	padding-right: 15px;
}

.printTwoCol .printCol {
	width: 48%;
}

.printThreeCol .printCol {
	width: 31%;
}

/* Additions 5-23-08 */

#pageWrap {
	width: 95%;
	margin: 0 0 20px 0;
	background: none;
	padding: 0;
}

table thead th {
	font-weight: bold;
}

.objAction {
	display: none;
}

/* Additions 5-28-08 */
#courseApproval .info td.note 
{
    text-align: left;
}

/* Additions 6-18-08 */

h1, h2, h3, h4, h5, h6, p, li {
    color: #000;
}

/* Additions 8-6-08 */
.siteLink, .schoolLink, .syllabusLink, .objAction {
	background-image: none !important;
	padding-left: 0;
}

.backLink {
	display: none;
}

/* Additions 5-12-09 */

.contactSheetPage {
	font-size: 12px;
}

.contactSheetPage #header {
	display:none;
}

.contactSheetPage #main, .contactSheetPage #nav, .contactSheetPage #header, .contactSheetPage #footer {
    width: 100%;
    padding: 0;
}

#searchCriteria {
    display: block;
}

#searchCriteria h2 strong{
    font-size: 12px;
}
	
	#courseSearch .formDisplay {
		page-break-after:always;
	}
	
	#courseSearch .formDisplay .formDisplay {
		page-break-after: avoid;
	}
	
	.listFilter, .courseFilter, .lnkTop {
		display: none;
	}
	
#courseReport .optional {
	display: block;
}