@charset "UTF-8";
.imageright {
	margin: 10px;
	padding: 5px;
	float: right;
	border: thin solid #000;
}
.imageBorder {
	padding: 5px;
	border: thin solid #000;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #415283;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3B5279;
}
.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-style: italic;
	text-align: center;
	margin: 0px;
}
.divpicright {
	float: right;
	text-align: center;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.mainContent p centered {
	text-align: center;
}
#mainContent p {
	line-height: 24px;
	text-align: left;
}
.imageLeft {
	margin: 10px;
	padding: 5px;
	float: left;
	border: thin solid #000;
}

