@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0 none;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	outline-style: none;
}
ul {
	list-style-type: none
}
em {
	font-style: italic
}
strong {
	font-weight: bold
}
body {
	font-size: 14;
	color: #dbdddf;
	background: #1e2125;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
}
a {
	color:#49505A;
	text-decoration: none;
}
a:hover {
	color: #9E8842;
	text-decoration: underline;
}
p {
	margin-top: 16px
}
li {
	line-height: 24px;
	padding-top: 8px;
	padding-left: 20px;
	font-size: 14px;
}
#header_band {
	height: 130px;
	background: #1e2125 url(images/header2.jpg) no-repeat 50% 0%;
}
#first_band {
	height: 6px;
	background: #15171b;
}
#mid_band {
	height: 12px;
	background: #990000 url(images/mid-band.png) repeat;
}
#last_band {
	height: 12px;
	background: #990000 url(images/last-band.png) repeat;
}
#main_band {
	min-height: 540px;
	background: #dfdccf url(images/main-bg.png) repeat-y 50% 0%;
}
#footer_band {
	height: 79px;
	background: #1e2125 url(images/footer.jpg) no-repeat 50% 0%;
	clear: right;
}
#gold {
	height: 9px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	overflow: hidden;
}
#midbandfull {
	height: 12px;
	width: 1142px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	background: #1e2125 url(images/mid-band-full.png) no-repeat 50% 0%;
}
#lastbandfull {
	height: 12px;
	width: 1142px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	background: #1e2125 url(images/last-band-full.png) no-repeat 50% 0%;
}
#main {
	width: 900px;
	margin: 0 auto;
	padding-top: 2em;
	padding-bottom: 2em;
	color: #000;
	overflow: auto;
}
#header {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	overflow: auto;
}
#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	color: #eee;
	overflow: auto;
}
.citation {
	font-size: 10px;
	line-height: 0.9em;
}
#credit {
	padding-top: 15px;
}
#credit p {
	font-size: 11px;
	line-height: 10px;
	text-align: right;
	padding-right: 4px;
}
.heading {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 4px;
}
.linksHead {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-right: 4px;
	text-align: right;
}
#links a {
	color: #292e32;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	padding-right: 4px;
}
#links a:hover {
	color: #990000;
}