﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
}
#container {
	width: 100%;
	border-bottom: 2px solid #339966;
	background-color: #fff;
}
#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 580px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 200px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #008040;
	display: inline;
	text-align: center;
}
#masthead h3 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #339966;
	display: inline;
	margin-top: 3.5%;
	margin-left: 0%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #8fbc8f;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #008040;
	background-color: #ccc;
}
#navcontainer ul {
line-height:normal;
list-style-type:none;
margin:0px 0 0;
padding:0;
}
#navcontainer li {
color:#008040;
margin-left:0;
margin-bottom:5px;
padding:0;
font:12px Verdana, Arial, Helvetica, san-serif;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #008040;
	font-family: Arial, Helvetica, sans-serif;
}
	background-color: #ccc;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #008040;
	font-family: Arial, Helvetica, sans-serif;
}
#content img {
	margin: 0px;
	padding: 5px;
	border: 0px solid #339966;
	float: none;
		vertical-align: top;
	text-align: center;
}
/* Sidebar Styles */
#sidebar p {
	color: #000000;
	}
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #333399;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #333399;
	text-decoration: underline;
	text-align: center;
}
a:hover {
	color: #008040;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}