body {
	background: url(../images/parchment.gif);
	}

.underline {
	text-align: center;
	text-decoration: underline;
	font-size: larger;
	}

.flag {
	float: left;
	}

hr.red {
	color: #990000;
	height: 5px;
	width: 75%;
	}

hr.black {
	color: #900000;
	text-align: left;
	height: 1px;
	width: 100px;
	}

p {
	font-weight: bold;
	}
p.logo {
	font-size: 50pt;
	text-align: center;
	vertical-align: middle;
	}
p.title {
	font-size: 30pt;
	text-align: center;
	vertical-align: middle;
	}
p.note {
	font-weight: bolder;
	text-align: center;
	}
p.quote {
	text-align: center;
	font-size: x-large;
	font-weight: normal;
	}
p.quote-sm {
	text-align: center;
	font-size: large;
	font-weight: normal;
	font-style: italic;
	}
p.center {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	}
p.center-large {
	font-size: large;
	text-align: center;
	}

p.annotation {
  font-family: sans-serif;
  font-size: smaller;
  text-align: justify;
}

p.event {
  margin-top: 0;
  margin-bottom: 2px;
}

li {
	font-weight: bolder;
	}

dt {
	font-size: large;
	font-weight: bold;
	}

dd {
	font-weight: bold;
	}

.step {
	font-weight: bolder;
	}

#header {
	width: 100%;
}

img {
	border: none;
	}
img.drawing {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	}

#header {
	padding-bottom: 20px;
	}

#events {
	margin-left: 20%;
	margin-right: auto;
	font-size: x-large;
}

#menu {
	background: #FFCC00;
	width: 500px;
	height: 80px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px 25px 10px 25px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: bottom;
	}

p.update {
	font-style: italic;
	font-weight: normal;
}

a.menu {
	color: #000000;
	font-family: helvetica;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
a.menu:link {
	text-decoration: none;
	}
a.menu:visited {
	text-decoration: ;
	}
a.menu:hover {
	text-decoration: underline;
	}
a.menu:active {
	text-decoration: none;
	}

.timeline {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	/*border: 1px solid #990000;*/
	}

.date-event {
	padding-left: 25px;
	border: 1px solid #990000;
	font-weight: normal;
	background: #FFCC00;
	}

.date {
	font-style: italic;
	font-weight: bolder;
	font-size: large;
	color: #FFFFFF;
	background: #990000;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	}

.blank {
	background: #000000;
	}

.paragraph {
	text-indent: 20pt;
	}

.photos {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	}
.letter {
  padding-left: 50px;
  padding-right: 50px;
  font-style: italic;
  font-size: medium;
  font-weight: normal;
}
.letter p.address {
  padding-top: 10px;
  padding-bottom: 0;
  text-align: left;
}
.letter p.location {
  padding-top: 0;
  padding-bottom: 5px;
  text-align: right;
}
.letter p.body {
  padding-top: 0;
  padding-bottom: 5px;
  text-align: left;
}
table.event-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
table.event-list td {
  padding: 0;
}
