/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px; }
p {	margin: 5px 0 20px; text-align:justify}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 140%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
ul ul {	margin:5px o; }
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0;	visibility: hidden;}
/* Site Specific */
html, body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background: #2D382A url(../images/background.jpg) repeat-x;
}
#container {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	width: 800px;
	background: #FAEBCC url(../images/content.jpg) repeat-y;
}
#header {
	position: relative;
	margin: 0 auto;
	height: 112px;
	width: 800px;
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
}
#header h1 {
	margin: 0 auto;
	background: #F0DEB6 url(../images/header.jpg) no-repeat;
	height: 112px;
	text-indent: -1234em;
	padding: 0;
}
#header h1 a {
	display: block;
	text-decoration: none;
	height: 112px;
}
#header_img {
	position: relative;
	margin: 0;
	height: 112px;
	width: 800px;
}
#content {
	position: relative;
	margin: 0 0 0 15px;
	width: 770px;
	color: #000000;
	float:left;
}

hr#clear {
	height: 30px;
}
#footer {
	position: relative;
	margin: -35px auto 0;
	height: 30px;
	width: 800px;
	background: #F0DEB6 url(../images/footer.jpg) repeat-x;
	color: #9B0909;
	text-align:center;
	z-index: 500;
}
#footer a {
	color: #9B0909;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p.botlink {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color: #9B0909;
	padding: 0 0 0 0;
}
#footer p.by  {
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size:9px;
	color:#9B0909;
	margin: -25px -5px 0 0;
	text-align:right;
}
#footer p.by a {
	font-family:"Times New Roman", Times, serif;
	font-size:9px;
	color:#9B0909;
}
p, ul, li, blockquote, td {
	font-family:"Times New Roman", Times, serif;
	font-size: 13.5px;
	color: #000000;
	padding: 0 7px 0 7px;
}
.subhead {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #9B0909;
	margin: 0 0 0 0;
}
.feature {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #9B0909;
	margin: 0 0 0 0;
}
a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}