body, td, th, p {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #000;
}
.main {
	margin: 5px 15px 15px 5px;
}
h1 {
	font-family: Garamond, Times Roman, Times, serif;
	font-weight: bold;
	font-size: 150%;
	color: #c00;
}
h2 {
	font-family: Garamond, Times Roman, Times, serif;
	font-weight: bold;
	font-size: 125%;
	color: #c00;
}
h3 {
	font-family: Garamond, Times Roman, Times, serif;
	font-weight: bold;
	font-size: 110%;
	color: #c00;
}
A:link {
	color: #c00;
}
A:visited {
	color: #c00;
}
A:active {
	color: #c00;
}
.menuitem{
	text-decoration: none;
	color: black;
}
a.menuitem {
	text-decoration: none;
	color: black;
	background: white;
}
.rightdiv {
	float: right;
	font-style:italic;
	width: 20%;
	padding:10px;
	border-top: medium #385e2a double;
	border-left: medium #385e2a double;
	border-bottom: medium #385e2a double;
	margin-left: 5px;
	margin-right: -10px;
}
.leftphoto {
	float: left;
	padding:5px;
	border: medium #385e2a double;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #d7dfd4;
}
.rightphoto {
	float: right;
	padding:3px;
	border: medium #385e2a double;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #aa951e;
}
.copy {
	text-align: center;
	font-size: 70%;
	padding-left: 10px;
}