body, html {
	background: #091f00 url(../../images/interface/body_bg.jpg) top center no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	word-spacing: 2px;
	font-weight: 100;
	font-family: "Verdana", Arial, sans-serif;
}
b, strong {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main ul, #main ol, table {
	margin-bottom: 18px;
}
#sidebar li {
	margin-bottom: 0;
}
#side_nav ul, #sidenav li {
	margin: 0;
	padding: 0;
}

#main p, #main li {
	line-height: 22px;
}
#main ul {
	padding-left: 24px;
}
#main ul li {
	list-style-type: none;
	background: url(../../images/interface/bullet.png) no-repeat 0 5px;
	padding-left: 16px;
}
#main ol li {
	/*list-style-type: decimal;
	padding-left: 16px;
	list-style-position: inside;*/
}
#main form ul { padding-left: 0; }
#main form ul li { background: none; padding-left: 0; }
#main {
	margin-top: 12px;
}

#container {
	width: 980px;
	margin: auto;
}
#content {
	color: #3e3823;
}

#content a {
	color: #355418;
}

#content a:hover {
	text-decoration: none;
}

#flash {
	height: 75px;
	width: 960px;
	margin: auto;
}

#main {
	padding: 0 24px 0 6px;
}

#footer {
	border-top: 1px solid #385018;
	border-bottom: 1px solid #385018;
	background: #000;
	color: #999073;
	font-size: 10px;
	line-height: 12px;
	font-weight: 100;
	height: 65px;
	margin: 0px 10px 15px 10px;
	padding: 5px;
	text-align: center;
	letter-spacing: 0;
	word-spacing: 0;
	height: 100px;
}

#footer p {
	margin: 5px 0;	
}

#footer a {
	color: #eae4d0;	
	text-decoration: none;
}

#footer  a:hover {
	text-decoration: underline;	
}
table {
	border-collapse: collapse;
}
table.bordered, table.bordered td, table.bordered th {
	border: 1px solid #355418;
}
.newsitem {
	background: url(../../images/interface/border_grad.png) no-repeat bottom center;
	padding-bottom: 12px;
	margin-bottom: 24px;
}
.staff_photo {
	padding: 3px;
	border: 1px solid #999;
	float: right;
	margin: 8px 0 8px 12px;
	clear: right;
}
hr { clear: right; }