/* Global Styles */
body {
	margin:0px;
	background-color:#faf7f1;
	color:#333333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
}
p {
	text-align:justify;
	color: #000;
	font-size: 15px;
}
a {
  color: #cc3300;
  text-decoration:none;
  font-weight:bold;
}
a:hover {
  text-decoration:underline;
}
table {
	width:100%;
	max-width:800px;
	margin-center: 5px;
}
td {
  background-color:#ffffff;
  padding:0.4em;
}

/* ID Styles */
#heading {
  height: 3em;
}
#navigation {
  font:11pt arial, sans-serif;
  letter-spacing:.1em;
  color: #ffffff;
  padding-left:1em;
}
#navigation a {
  color: #ffffff;
  text-decoration:none;
}
#navigation a:hover {
  text-decoration:underline;
}

/* Class Styles */
.heading, h1 {
  font:24pt times new roman, serif;
  font-weight:bold;
  letter-spacing:.3em;
  text-transform:uppercase;
  margin-bottom:0;
}
.subheading {
  font:18pt times new roman, serif;
  letter-spacing:0.1em;
  text-transform:none;
}
.navbar td {
  background-color: #cc3300;
}
.photo {
	padding:0;
	vertical-align:top;
	text-align: right;
	font-size: 14px;
}
.bodyHead {
	color: #cc3300;
	letter-spacing:0.3em;
	text-transform:uppercase;
	text-align: middle;
	vertical-align: middle;
	font-style: normal;
	font-family: "times new roman", serif;
	font-size: 21pt;
}
.quip {
	color:#cc3300;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	font-size: 16px;
}
.footer, .footer a {
  font-size:8pt;
  background-color:#faf7f1;
  color:#666666;
