﻿body {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}
a {
	color: navy;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: navy;
}
.thumbnailtop {
	padding: 5px;
	border: 10px #37405D solid;
	border-bottom: none;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.thumbnailbottom {
	padding: 5px;
	border: 10px #37405D solid;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
#container2 {
	width: 725px;
	margin: auto;
}
#header {
	height: 140px;
	width: 725px;
	text-align: center;
	background-image: url('../images/mastheads/textlogo.gif');
	background-repeat: no-repeat;
	text-align: center;
}
#content {
	width: 600px;
	height: auto;
	text-align: center;
	font-size: large;
}

#picture {
	width: 600px;
	margin-top: 20px;
}
.frame {
	padding: 5px;
	border: 10px solid #37405D;
}
.heading {
	color: #37405D;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: 28px;
	font-style: italic;
}
