p {  font-family: "Times New Roman", Times, serif}
h2 {  font-family: Arial, Helvetica, sans-serif; color: #990033; font-size: 18px}
.imageleft {
	float: left;
	margin-right: 8px;
	margin-bottom: 3px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#990033;
	margin-top: 10px;
}
.name {
	color:#000099;
	font-weight:bold;
}
.center {
	text-align:center;
}
.imageright {
	float: right;
	margin-left:4px;
}

/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
/* CSS for popup image */
.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span { /* CSS for enlarged image */
	position: absolute;
	background-color: #00418d;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: white;
	text-decoration: #999999;
}
.thumbnail span img{ /* CSS for enlarged image */
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span { /* CSS for enlarged image on hover */
	visibility: visible;
	top: -500px;
	left: 200px; /* position where enlarged image should offset horizontally */
}