﻿@import url("layout.css");
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #555555;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-image: url("../images/background40.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 37px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 0px;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 320px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;	
	margin-top:1px;
	margin-bottom:1px;
}
#sidebar {
	float: right;
	width: 330px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	display: inline;
}
#masthead h3 {
	font-weight: bold;
	color: #261;
	display: inline;
	margin-top: 3.5%;
	margin-left: 7%;

}
/* 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: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
	margin-top:6px;
	margin-bottom:6px;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
	margin-top:12px;
	margin-bottom:6px;
}
h2 {
	color: #455;
	margin-top:6px;
	margin-bottom:6px;
}
#content h1 {
	color: #455;	
	margin-top:6px;
	margin-bottom:6px;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
#content p {
	margin-top:0px;
	margin-bottom:0px;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
	margin-top:0px;
	margin-bottom:12px;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar li {
	margin-bottom:6px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #555555;
}
#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;
}
#credit {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-bottom:10px;
	color:#666666;
	font-size:10px;
	text-decoration:none;
}
#credit a {
	text-decoration:none;
	color:#666666;
}
#credit a:hover {
	text-decoration:underline;
}
#credit .left {
	float:left;
	clear:none;
}
#credit .right {
	float:right;
	clear:none;
}
