/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #101010;
	background-color: #F0e4b2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.style1 {
	color: #FFFFCC;
	font-style: italic;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFCC
	padding: 0px;
	color: #FFFFCC;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}
h1 span {
	font-size: 14px;
	font-style: italic;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D98200;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #663300;
	padding: 0px;
	margin-top: 18px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #663300;
}
.introPara {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 101010;
	padding: 0px;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	line-height: 1.4em;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 101010;
	padding: 0px;
	margin-top: 8px;
	margin-right: 18px;
	margin-bottom: 6px;
	margin-left: 18px;
	line-height: 1.5em;
}
.tightAbove {
	margin-top: 2px;
}
.indenter {
	margin-left: 18px;
	
}
.photo_Left {
	padding: 0px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.photo_Right {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
a:link {
	color: #663300;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #993300;
}
