@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	background: #fff;
	font-size:12pt;
}

.map-image, #floatdiv, .main-nav, .jump-links, #logo, #utility, .footer {
	display: none;
}

.body-text h1 {
	text-align: center;
	font-size: 42pt;
	margin-bottom:40px;
}

.subpage-content h2 {
	font-size: 32pt;
	font-style: italic;
	text-align:center;
	margin: 10px 0;
}

.subpage-content h3 {
	font-size: 18pt;
	margin: 0;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

.main-column, .full-width-column, .body-text {
	float:none;
	width:100%;	
}
