.background {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/map_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 2em;
	padding-right: 3em;
}
.bodytextnoindent {

	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 0em;
	padding-right: 3em;
}
.credit {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #42626D;
	text-align: right;
}
.leftpic {
	float: left;
	border: medium solid #6C828D;
	margin-right: 5px;
	margin-left: 1px;
	margin-top: 5px;
}
.rightpic {
	float: right;
	border: medium solid #6C828D;
	margin-right: 1px;
	margin-left: 10px;
}
.centerpic {
	border: medium solid #6C828D;
}
.creditCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #42626D;
	}
