@charset "ISO-8859-1";
body {
	background-color: #D1D0B5;
	color: #535353;
	font-family: "Times New Roman", Times, serif;
}
.titles {
	color: #993300;
	font-size: xx-large;
	font-variant: small-caps;
}
.navbox {
	font-variant: small-caps;
}
.smalltext {
	font-size: small;
}
.contentbox {
	padding-right: 15px;
	padding-left: 20px;
}
.img-caption {
	font-size: small;
	font-style: italic;
	text-align: left;
	float: right;
	width: 306px;
	margin-left: 8px;
	margin-bottom: 5px;
}

a:link {
	color: #844E00;
	text-decoration: none;
}
a:visited {
	color: #844E00;
	text-decoration: none;
}
a:hover {
	color: #B47200;
	text-decoration: none;
}
a:active {
	color: #9F6800;
	text-decoration: none;
}
#photodiv {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 3px solid #333333;
	position: static;
	height: 280px;
	width: 300px;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
.leftCol {
	vertical-align: top;
}
.headshot {
	margin-right: 8px;
	margin-top: 20px;
}

