body {
	margin: 0 15%;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	background: #F7F5F6;
}

p {
	text-align: left;
	text-indent: 1.5em;
	margin: 0;
	font-size: 1em;
	color: #3F2517;
	font-family: "Times New Roman", serif;
}

p.heading {
	text-indent: 0;
}

span.note {
	color: #3F2517;
	font-weight: normal;
}

p.thought, p.phone, p.past, span.thought, span.phone, span.past {
	font-style: italic;
}

p.thought em, p.phone em, p.past em, span.thought em, span.phone em, span.past em {
	font-style: normal;
}

h2 {
	font-family: "Times New Roman";
	font-size: 1.5em;
	color: #CE4C39;
}

h3 {
	font-family: "Times New Roman";
	font-size: 1em;
	color: #CE4C39;
}

h4 {
	font-family: "Times New Roman";
	font-size: 1.5em;
	color: #CE4C39;
	margin-bottom: 0;
	text-align: center;
}

h5 {
	font-family: "Times New Roman";
	font-size: 1em;
	color: #CE4C39;
	margin-top: 0;
	text-align: center;
}

a {
	color: #3F2517;
	text-decoration: none;
}

em {
	font-style: italic;
}

table {
	border: none;
}

#nav {
	width: 40%;
	margin: 2em auto 0 auto;
	text-align: center;
}

#nav ul {
	padding-left: 0;
	margin-left: 0;
}

#nav li {
	list-style-type: none;
	padding: 0 1em;
	display: inline;
	font-size: 1em;
	font-family: "Times New Roman";
	border: thin solid #CE4C39;
}

img {
	float: left;
	margin-right: 1em;
}

div.notes {
	margin-top: 2em;
}

.notes p {
	text-indent: 0;
	margin: auto;
}

.notes a {
	color: #CE4C39;
}