@charset "UTF-8";
body {
	background-color: #FFF;
	color: #000;
	letter-spacing: 3px;
	font-size: 12px;
	font-variant: small-caps;
	font-family: "goudy old style", helvetica, "sans serif";
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border:none;
}
h1  {
	letter-spacing: 4px;
	padding-bottom: 2em;
	float: left;
	text-transform: uppercase;
	font-family: "goudy old style", helvetica, "sans serif";
	font-size: 18px;
	font-weight: bold;
}
h4 {
	color: #F00;
	font-size: 14px;
}
#header {
	width: 850px;
	padding-bottom: 2em;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	margin: 0 auto;
}
#header h1 a {
	color: #000;
}
#header h1 a:hover {
	text-decoration: none;
}
#header ol {
	float: right;
	padding-top: 5px;
	padding-bottom: 1em;
}
#header li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#header ol .last {
	border-right-style: none;
}
#header ol .last2 {
	border-right-style: none;
	color: #000;
	text-decoration: underline;
}
#header ol .last2 a{
	color: #000;
}
#header ol .current a{
	color: #000;
	text-decoration: underline;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width: 850px;
	text-align: right;
	margin-top: 10em;
	margin: 0 auto;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #666;
	font-variant: normal;
	line-height: 1px;
}
#frontimage {
	text-align: center;
	visibility: hidden;
	clear: both;
	margin-bottom: 3em;
}
#content {
	clear: both;
	width: 850px;
}
#masthead {
	display: inherit;
	margin: 0 auto;
}
#header #content p {
	font-variant: normal;
	text-align: justify;
	font-size: 16px;
	line-height: 1.5em;
	padding-bottom: 1em;
	letter-spacing: 1px;
	padding-right: 1em;
	padding-left: 1em;
}
#header #content h3 {
	font-size: 16px;
	font-weight: bolder;
	text-align: justify;
}
#content h5 {
	text-align: right;
	padding-right: 2em;
	font-variant: normal;
	font-size: 11px;
}
