﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 1200px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 1200px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 1018px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 1200px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}
#masthead h3 {
	color: #3d6c87;
	padding-right: 10;
	line-height: normal;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h1{
	color: #3d6c87;
	font-weight: bolder;
	font-size: 1.8em;
	text-decoration: none;
}
#content h2{
	color: #427238;
	font-weight: bolder;
	font-size: 1.6em;
	text-decoration: underline;
}
#content h3{
	color: #3d6c87;
	font-weight: bolder;
	font-size: 1.2em;
	text-decoration: none;
}
#content h4 {
	color: #6A3500;
	font-weight: bolder;
	font-size: 1.2em;
	text-decoration: none;
}
#content h5 {
	color: #3d6c87;
	font-weight: bolder;
	font-size: 1.2em;
	text-decoration: underline;
}
#content h6 {
	color: #512800;
	font-weight: bolder;
	font-size: 1.2em;
}
#content img {
	border-color: #808080;
	padding: 5px;
	border: 3px solid;
}
#content p {
	color: #512800;
	font-size: 1.1em;
	margin-top: 5px;
}
lockquote {
	color: #512800;
	font-size: 1.1em;
	margin-top: 5px;
}
/* Footer Styles */
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #974B00;
	text-decoration: underline;
}
#footer a:hover {
	color: #783F04;
	text-decoration: none;
}
a {
	color: #974B00;
	text-decoration: underline;
}
a:hover {
	color: #5F3103;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}