﻿@import url("layout.css");
p {
	margin: 0px 0px 8px 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#masthead {
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation {
	border: 0px 0px 2px 0px #41573C solid;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color: #8fbc8f;
}
#page_content {
	position: relative;
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #586523;
}
#content {
	position: relative;
	float: left;
	width: 407px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 0px;
	left: 0px;
}
#sidebar {
	float: right;
	width: 344px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #B9CFA1;
	clear: both;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: bold;
	color: #586523;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 3%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0px;
	padding: 5px 0px 5px 45px;
	height: 42px;
}
#navigation li {
	background-position: left 3px;
	padding: 0px 0px 0px 42px;
	float: left;
	width: 130px;
	background-image: url('../images/leaf.png');
	background-repeat: no-repeat;
	height: 40px;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 2px;
	padding: 10px;
	border: 1px solid #809232;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #8fbc8f;
	background-color: #fff8dc;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #586523;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	border: 1px solid #809232;
	padding: 8px;
	float: left;
	margin-bottom: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.styleInHeader {
	text-align: right;
	color: #708090;
	font-size: 11px;
}
.footerMenus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #c4c4c4;
}
