body {
	background-color: white;
	color: black;
	font-family: "Times New Roman", Times, serif;
}

#page {
	margin: 0;
	text-align: left;
	border: 0;
	background-color: white;
}

#print_banner {
	display: block;
	background-color: black;
	color: white;
	border: thin solid black;
	font-size: 2em;
	font-weight : 900;
	text-align: center;
}

#content_main {
	width: 95%;
	padding: 0.75em 2% 1% 1%;
	float: left;
}

#content_promo {
	padding: 0.75em 2% 1% 1%;
	float: left;
}

/* hide the following elements from printing */
#header {
	display: none;
}

#header_photo_container {
	display: none;
}

#search_container {
	display: none;
}

#navigation_sitewide {
	display: none;
}

#navigation_section {
	display: none;
}

#navigation_subsection {
	display: none;
}

#footer {
	display: none;
}
