/* below is an example of negating the background image if you happen to have it specified in the main.css file */
body {
	background: #FFFFFF url(none); /* Changes the background color of the page to white and removes the tiling image. */
	font: 12pt "Times New Roman", Times, serif; /* Changes the font size to 12 and the unit of measurement to points, a print unit. Changes the font from a sans-serif to a serif, which is widely believed to be easier to read on a printed page. */
}
/* gets rid of navigation and other items for printing */
.navList, #skipNav, .noPrint {
	display:none;
	visibility: hidden;
}
/* changes link color to black */
a:link {
	color: #000;
}
a:hover {
	color:#00FF00;
}
a:visited {
	color: #000;
}

.additional{
	border: 0px;
}

.printPopUps{
	border: 0px 0px 0px 0px;
}

.insidePrintPopUps{
	overflow: visible;
}

.insidePopUp a{
	text-decoration: none;
	display: block;
	padding-bottom: 1em;
}

.insidePopUpESE a{
	text-decoration: none;
	display: block;
	padding-bottom: 1em;
}

.degreeHeader{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0px;
}

.popUpHeader{
	background-color: #FFFFFF;
	background-image: none;
	color: #000000; 
	text-align: center; 
	font-size: 1.3em; 
	font-weight: bold;
}

.closeWin{
	display: none;
}
