﻿@import url("layout.css");
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 {
	margin: 0 auto;
	margin-top:0px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
 background-image: url("../images/background2.gif");
 background-repeat: repeat-x;
 padding-left:10px;
 padding-right:10px;
}
#masthead {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 1px;
	padding-bottom: 15px;
}
#navigation {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#footer {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
 font-size:x-large;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 60px;
}
/* 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 */
#content h1,h2,h3,h4,h5,h6 {
	color: #261;
 font-weight:normal;
 margin:0;
 padding:0;
}
#content h1 {
	font-size:24px;
}
#content h2 {
	font-size:20px;
}
#content h3 {
	font-size:18px;
}
#content h4 {
	font-size:16px;
}
#content h5 {
	font-size:14px;
}
#content h6 {
	font-size:12px;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
#content p {
	 font-size: 1.25em;
  color:#404040;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #404040;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
#footer h1 {
	font-size:20px;
}
#footer h2 {
	font-size:16px;
}
#footer h3 {
	font-size:14px;
}
#footer h4 {
	font-size:12px;
}
/* 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;
}