* {
	font-family: "News Gothic MT", "News Gothic", Arial, sans-serif;
}

body {
	background: #645c44 url('/images/WolfGradBG.gif') scroll top left;
	background-repeat: repeat-x;
	font-size: 10pt;
}

#hd, #bd {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#hd {
	text-align: right;
	padding-top: 3em;
	background-color: #444236;
	height: 5em;
	clear: both;
}

#hd img {
	margin-right: 1em;
}


#Navigation {
	text-align: left;
	background-color: #37362c;
	border-top: 1px solid #444236;
	border-bottom: 1px solid #000;
	margin-top: 1em;
	float: left;
	width: 100%;
}

#Navigation ul {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	float: left;
}

#Navigation ul li {
	list-style-type: none;
	display: inline;
}

#Navigation ul li { 
	background-color: #4b4a42;
}

#Navigation a:link, #Navigation a:visited {
	float: left;
	padding: .3em 1em;
	color: #9a927c;
	text-decoration: none;
}

#Navigation .Selected a {
	background-color: #4b4a42;
	color: #bcd1f0;
	font-weight: bold;
}

#bd {
	background-color: #fff;
	border-bottom: 1px solid #000;
}

h2 {
	font-family: "Garamond", "Times", "Times New Roman", serif;
	font-size: 200%;
	margin: 0 0 0 -0.75em;
}

p {
	line-height: 1.3;
}

#Content h2 {
	color: #37362c;
}

#FPIntro h2 {
	color: #bcd1f0;
}

#FPIntro {
	background-color: #908977;
	float: left;
	margin: -0.5em 0 0 0;
	.width: 100%;
	.margin-bottom: -13px;
	padding: 0;
	border: 0;
}

#FPIntro div {
	width: 40%;
	float: left;
	padding: 1em .5em .5em 2.5em;
}

#Content {
	clear: both;
	padding: 1em 1em 1em 2.5em;
}


blockquote {
	background-color: #cfccc4;
	clear: both;
	padding: .5em;
	margin: 1em 1.5em 1em 0;
}

.Citation {
	font-style: italic;
	width: 40%;
	float: right;
	margin-bottom: 2em;
}