﻿@import url('layout.css');
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #CACAD0;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	background: #EFEFF7;
	width: 1200px;
	margin: 10px auto;
	background-color: #F4F4F4;
}
#masthead {
	background-position: center;
	text-align: center;
	width: 1200px;
	border: 1px solid #431;
	background-color: #B2B2B2;
	background-repeat: no-repeat;
	height: 220px;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 40px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #F4F4F4;
	top: -8px;
	left: 2px;
	height: 358px;
}
#content {
	float: left;
	width: 1000px;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #FBFBFB;
}
#footer {
	text-align: center;
	clear: both;
	width: 1199px;
	padding: 0px;
	border: 0px #431 solid;
	background-color: #FFFFFF;
	height: 27px;
}
/* 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;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #E10915;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #B2B2B2 solid;
	background-color: #E0E3E1;
}
#navigation a:hover {
	color: #008000;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #FFFF00;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	background-color: #EFEFF7;
	font-size: x-large;
}
#content img {
	border-color: #EFEFF7;
	border-width: 2px;
	float: none;
	padding-right: 3px;
}
/* Footer Styles */
#footer p {
	color: #E10915;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#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: #CACAD0;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
