﻿@import url('layout.css');
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #000000;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border: #FEF0B8;
	width: 1200px;
	margin: 10px auto;
	background-color: #FFFFFF;
}
#masthead {
	border-color: #000000;
	border: 0px;
	background-position: center;
	text-align: center;
	width: 1200px;
	background-repeat: no-repeat;
	height: 200px;
}
#navigation {
	position: relative;
	float: left;
	width: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid #431;
	background-color: #F4F4F4;
	top: 126px;
	left: 0px;
	height: 340px;
	font-family: Arial;
	text-align: left;
}
#content {
	float: left;
	width: 800px;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 0px solid #431;
	background-color: #FFFFFF;
	text-align: left;
}
#footer {
	text-align: center;
	clear: both;
	width: 1200px;
	padding: 0px;
	border: 0px solid #431;
	background-color: #f4f4f4;
	height: 25px;
	color: #D2D2D2;
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
	font-size: large;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #F4F4F4;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #F2F2F7;
}
#navigation a {
	color: #903A00;
	text-decoration: none;
	display: block;
	border: 0px #FEF0B8 solid;
	background-color: #FFFFFF;
}
#navigation a:hover {
	color: #0000FF;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #C0C0C0;
}
/* Content Styles */
h6 {
	background-color: #EFEFF7;
	font-size: x-large;
}
h5 {
	background-color: #EFEFF7;
	font-size: x-large;
}
h4 {
	background-color: #EFEFF7;
	font-size: x-large;
}
h3 {
	background-color: #EFEFF7;
	font-size: x-large;
}
h2 {
	background-color: #EFEFF7;
	font-size: x-large;
}
#content h1 {
	background-color: #EFEFF7;
	font-size: x-large;
}
#content img {
	float: none;
	margin-left: 0px;
	margin-right: 0px;
}
/* Footer Styles */
#footer p {
	color: #903A00;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #E0E3E1;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #853;
	text-decoration: underline overline;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
