﻿@import url("layout.css");
body {
	background-color: #479528;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	}
#container {
	background-color: #90CB3F;
	width: 770px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px auto;
	text-align: left;
}
#masthead {
	background: #FFFFFF;
	width: 770px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center;
}
#navigation {
	padding-left: 0px;
	background-color: #479528;
	width: 500px;
	text-align: center;
	left: 250px;
	float: right;
}
#TopLogo {
	padding-left: 0px;
	background-color: #FFFFFF;
	width: 490px;
	height: 200px;
	text-align: center;
	float: right;
}

#scrollhead {
	padding-left: 0px;
	background-color: #479528;
	width: 500px;
	float: right;
}
#scrollfoot {
	padding-left: 0px;
	background-color: #479528;
	width: 770px;
	clear: both;
	overflow: hidden;
	text-align: center;
	color: #90CB3F;
}


#page_content {
	background: #FFFFFF;
	position: relative;
	width: 770px;
	padding: 0px;
	padding-left: 0px;
}
#content {
	position: relative;
	float: left;
	width: 500px;
	text-align:left ;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#LeftBar {
position:relative;
float: left;
width: 270px;
padding-top: 0px;
padding-bottom: 5px;
padding-left: 0px;

}
#topbar {
	padding-left: 0px;
	float: right;
	width: 501px;
	height: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
#footer {
	background: #FFFFFF;
	width: 770px;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #479528;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #90CB3F;
}
/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}
#content img {
	margin-top: 0;
	margin-right: 0;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #90CB3F;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #90CB3F;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}