@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
img {border: 0px;}
body {background-color:#183319;}
#page {
	float:left;
	margin:0px auto;
	width:100%;
	background-color:#183319;
}
#header {
	float:left;
	width:100%;
	height:175px;
	background-color:#48c2c5;
}
#header_content {
	width:950px;
	height:175px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
#logo {
	width:155px;
	height:110px;
	float:left;
	padding-left:170px;
	padding-top:20px;
}
#pages_nav{
	margin:0px;
	padding-top:100px;
	padding-left:430px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#pages_nav li{
	display:inline;
	margin:0px;
	padding:0px;
}
#pages_nav a{
	color:#343416;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	font-size:18px;
	padding-left:10px;
}
#pages_nav a:hover{
	text-decoration:none;
	color:#FFF;
}
#precontent {
	float:left;
	width:100%;
	height:175px;
	background-color:#183319;
}
#precontent_content {
	width:950px;
	height:175px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/precontent.jpg);
	background-repeat:no-repeat;
}
#page_body {
	float:left;
	width:100%;
	/*min-height:600px;*/
	background-color:#f7f7e3;
}
#page_body_content {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	float:left;
	width:100%;
	height:100px;
	background-color:#183319;
}
#footer_content {
	width:950px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#FFF;
}
#footer_content li {
	display:inline;
	margin:0px;
	padding:0px;
}
#footer_content a {
	padding-left:15px;
	padding-bottom:0px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	text-decoration:none;
}
#footer_content a:hover {
	color:#48c2c5;
	text-decoration:underline;
}
#sidebar {
	float:left;
	width:220px;
}
#sidebar h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#343416;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}
#sidebar ul{
	list-style:none;
}
#sidebar li{
	margin-left:25px;
	padding:0px;
}
#sidebar a{
	color:#000;
	text-decoration:none;
}
#sidebar a:hover {
	color:#48c2c5;
	text-decoration:underline;
}
#content {
	float:left;
	width:730px;
	padding-bottom:50px;
}

.footnote {
	margin-top:75px;
	float:left;
	width:50%;
}
.footnav {
	margin-top:75px;
	float:left;
	width:50%;
	text-align:right;
}
.entry {
	padding-left:50px;
}
.entry h1 {
	color:#343416;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-style:italic;
	font-weight:bold;
}
.entry hr {
	color:#343416;
}
.entry p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}
.entry ul{
	padding-left:30px;
	list-style-type:none;
}

.entry  a{
	color:#000;
	text-decoration:none;
}
.entry  a:visited{
	color:#000;
	text-decoration:none;
}
.entry  a:active{
	color:#000;
	text-decoration:none;
}
.entry a:hover{
	color:#48c2c5;
	text-decoration:underline;
}
