﻿/* CSS Document */
body {
	background-color: #9C8B55;
	margin: 0;
	font-family: "Trebuchet MS";
	color: #660000;
}
#content {
	font-family: "Trebuchet MS";
	color: #660000;
	font-size: 13px;
	margin: 0 2em 1em;
}
#content h1 {
	font-style: normal;
	font-size: 18px;
	color: #660000;
	text-align: right;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
#content h2 {
	font-size: 16px;
	color: #660000;
	text-align: center;
	font-family: "Trebuchet MS";
}
#content h2.left {
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #660000;
}
#content h3 {
	font-size: 13px;
	color: #660000;
	font-family: "Trebuchet MS";
}
#content img.rightfloat {
	float: right;
	margin: 0 0 1em 1em;
}
#content img.leftfloat {
	float: left;
	margin: 0 1em 1em 0;
}
#content p.quote {
	margin-left: 40px;
	margin-right: 40px;
	color: #000;
	font-style: italic;
}
#content ul.facts {
	list-style-type: none;
	font-family: "Trebuchet MS";
}
#content ul li {
	margin-bottom: 8px;
	font-family: "Trebuchet MS";
	color: #660000;
	font-size: 13px;
}
#content td.marquee {
	color: #660000;
	font-style: italic;
	font-family: "Trebuchet MS";
	font-size: 13px;
}

hr.clearer {
	clear: both;
	visibility: hidden;
}

.center {
	text-align: center;
}
.intro {
	margin: 0;
}
h3.intro {
	margin-top: 1em;
}

#footer {
	text-align: center;
	color: #FFEFCA;
	font-family: "Trebuchet MS";
	font-size: 13px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#footer a {
	color: #FFEFCA;
}
