html { 
	height: 100%;
}

body {
	background-color: #b0632f;
	height: 100%;
	margin: 0px;
	padding: 20px 0px;
}

.body {
	background-color: #ffffff;
	border: 3px solid #882213;
	margin: 0px auto;
	padding: 0px;
}

h1 {
	color: #b0632f;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

p {
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}


ul {
	list-style: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 20px 0px 0px 20px;
}

li {
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: left;
}

span.orange {
	color: #b0632f;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

blockquote {
	background-color: #882213;
	border: 2px solid #e48940;
	width: 500px;

	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	
	margin: 20px auto;
	padding: 20px;
}

blockquote p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}

blockquote h1 {
	color: #e48940;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

blockquote span.orange {
	color: #e48940;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}






a:link, a:visited {font-weight: normal; text-decoration: underline; color: #b0632f;}
a:active, a:hover {font-weight: normal; text-decoration: underline; color: #000000;}

img.photo-left {
	float: left;
	border: 1px solid #000000;
	margin: 30px 30px 90px 0px;
}

img.photo-right {
	float: right;
	border: 1px solid #000000;
	margin: 30px 0px 90px 30px;
}
