﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	border-style: solid;
	border-width: 5px 0px 5px 5px;
	border-color: #FFFFFF;
	width: 1025px;
	height: 100%;
	background-color: #B4CF68;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #FFFFFF;
}
#page_content {
	position: relative;
}
#sidebar {
	border-style: solid solid none none;
	border-width: 5px 0px 0px 0px;
	border-color: #FFFFFF;
	position: relative;
	float: left;
	width: 173px;
	background-color: #B4CF68;
}
#content {
	margin-left: 173px;
	padding: 0px -5px 0px 5px;
	background-color: #FFFFFF;
	margin-top: auto;
	font-family: Georgia;
	font-size: 11px;
	margin-right: -5px;
}
#footer {
	border-style: solid none none none;
	border-width: 5px 0px 5px 5px;
	border-color: #FFFFFF;
	width: 1025px;
	overflow: visible;
	background-color: #FDCD39;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-family: Georgia;
	color: #895D3B;
}
h2 {
	font-family: Georgia;
	color: #000000;
	font-weight: normal;
}
h3 {
	font-family: Georgia;
	color: #895D3B;
}
h4 {
	font-family: Georgia;
	color: #895D3B;
}
h5 {
	font-family: Georgia;
	color: #895D3B;
}
h6 {
	font-family: Georgia;
	color: #895D3B;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #9EC55A;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #a7866c;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
