@charset "UTF-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-variant: small-caps;
	color: #2F365F;
	margin-bottom: 0px;
}
h1 + h2 {
	margin-top: .6px;
}
h1 + p {
	margin-top: .6em;
}
h2 {
	font-size: 1.6em;
	color: #A47535;
	margin-bottom: 0px;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #70694E;
	margin-bottom: 0px;
}
h3 + p {
	margin-top: .5em;
}
p, ul, ol, address {
	font-size: 1.2em;
	line-height: 1.4em;
}
a:link {
	color: #2F365F;
}
a:visited {
	color: #2F365F;
}
a:hover {
	color: #2F365F;
	text-decoration: none;
}
a:active {
	color: #2F365F;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
img.right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
.logo {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}
.tag {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	float: left;
	margin-top: 7em;
	margin-right: 3em;
	margin-left: 2em;
}
#nav ul {
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav ul li {
	float: left;
	margin-right: 1.8em;
	font-size: 1.1em;
	margin-bottom: 0.3em;
}
#nav ul li.lastLink {
	margin-right: 0px;
}
#nav a:link {
	color: #2F365F;
	text-decoration: none;
}
#nav a:visited {
	color: #2F365F;
	text-decoration: none;
}
#nav a:hover {
	color: #A47535;
	text-decoration: none;
}
#nav a:active {
	color: #2F365F;
	text-decoration: none;
}
#subContent h1 {
	color: #E7DAA2;
	margin-top: 0px;
	margin-bottom: 0px;
}
#subContent  p   {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#left h1 {
	margin-top: 1em;
	margin-bottom: 0px;
}
#left h1 + p {
	margin-top: .4em;
}
.thanks {
	margin-top: 10em;
}
.thanksAfter {
	margin-bottom: 10em;
}
.thanksBeforeAfter {
	margin-top: 10em;
	margin-bottom: 10em;
}
#footer ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer li {
	float: left;
	margin-right: 2em;
	list-style-type: none;
	font-size: 0.9em;
}
#footer li a:link, #footer li a:visited, #footer li a:hover, #footer li a:active {
	text-decoration: none;
}
#footer li.media {
	float: right;
	font-size: 1.1em;
}

