/* Main Elements - Print Setup */
#body {
	font-size: 12pt;
	background: white;
	color: black;
}
#banner {
	display: none;	
}

/* Banner keeps printing on its own page so its taken out
#banner {
	width: inherit;
	height: 80px;
	background-image: none;
	border-top: 10px solid #60663e;
	border-bottom: 3px solid #60663e;
}
.logo {
	display: block;
	float: none !important;
	border: none;
}
*/

/* Hide Elements */
.campus_bar {
	display: none;	
}

.search_bar {
	display: none;	
}

#horizontal_nav {
	display: none;	
}

.floating_box_col {
	display: none;	
}

.sponsor_bar {
	display: none;	
}

#footer_nav {
	display: none;	
}

/* Content Display */
.main_two_col {
	width: 100%;
	float: none !important;
	color: black;
	font-size: 12pt;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.breadcrumb a:link, .breadcrumb a:visited {
	color: black;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.main_two_col a:link:after, .main_two_col a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

.breadcrumb a:link:after, .breadcrumb a:visited:after {
   content: none;
   color: black;
}
.center_content {
	color: black;
	font-size: 12pt;
	float: none !important;
}
.container {
	color: black;
	font-size: 12pt;
}

.clear_container {
	color: black;
	font-size: 12pt;
}

#footer {
	color: black;	
}
