/* body margin values work for footer.
   body margin values for sidebar set by additional stylesheet. */
body {
	background-color: #CFCFCF;
	margin-top: 100px;
	margin-bottom: 75px;
}

h1, h2 {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-top: 0px;
	padding-left: 12px;
	background-color: #336699;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	margin-bottom: 0px;
	padding-top: 36px;
	font-size: x-large;
	z-index: 2;
}

h2 {
	padding-top: 64px;
	font-size: large;
	padding-bottom: 6px;
	z-index: 1;
}

p, ul {
	margin-left: 10px;
	margin-right: 10px;
}

/********** Footer:  Old course links **********/
#footer-school {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 50px;
	padding: 5px;
	background-color: purple;
	color: white;
	font-family: serif;
}

#footer-left, #footer-right {
	position: absolute;
	height: 50px;
	line-height: 50px;
}

#footer-left {
	left: 5px;
	text-align: left;
}

#footer-right {
	right: 5px;
	text-align: right;
}

a.big-n-bold {
	font-family: Helvetica Black, Arial Black, sans-serif;
	font-size: xx-large;
	color: white;
	text-decoration: none;
}

a.big-n-bold:hover {
	color: yellow;
}

a.course-button {
	padding: 5px;
	color: white;
	text-decoration: none;
}

a.course-button:hover {
	background-color: white;
	color: purple;
}
/********** End Footer **********/

@media print {
	body {
		background-color: white;
		margin: auto;
	}
	
	h1, h2 {
		position: relative;
		padding: 0px;
		background-color: white;
		color: black;
	}

	#sidebar-school, #footer-school {
		display: none;
	}
}
