body {
	font-size: 12pt;
}
#leftbar {
	display: none;
}
#content {
	text-align: left;
	padding: 0;
}
#container {
	width: auto;
}
h1, h2, h3 {
	color: #000000;
}
/*-----Provides web address in parenthesis for external links, and email links, but excludes in-page anchors and internal anchors -----*/
a[href^="http://"]:after, a[href^="mailto:"]:after {
	content: " (" attr(href) ") ";
	font-size: 10pt;
}
/*----- change all links to off-black ----*/
a {
	color: #111111;
}
div {
	float: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}
#crosssection {
	text-align: center;	
}
#crosssection a{
	padding: 0;
	width: 100%;
	display: inline;
}
/*----- Reset text blocks so that text fills full width of page ----*/
p, dt, dd, blockquote, li{
max-width: none;
width: auto;
}