﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #ffffff;
}
#container {
	width: 900px;
	margin: 10px auto;
}
#masthead {
	background-color: #ffffff;
	text-align: left;
	width: 894px;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
}
#content {
	float: left;
	width: 518px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	background-color: #ffffff;
	color: #000000;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
}
/* Masthead Styles */
#masthead h1 {
	color: #A9A9A9;
	text-align: left;
	font-size: x-large;
}
#masthead h3 {
	color: #808080;
	font-size: xx-large;
	font-weight: lighter;
}
#masthead a {
	color: #A9A9A9;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #ffffff;
}
#masthead a:hover {
	color: #A9A9A9;
	text-decoration: none;
	background-color: #ffffff;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	text-decoration: none;
	color: #A9A9A9;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-color: #ffffff;
	color: #A9A9A9;
}
#navigation a {
	color: #A9A9A9;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #ffffff;
}
#navigation a:hover {
	color: #808080;
	text-decoration: none;
	background-color: #DCDCDC;
}
/* Content Styles */
#content h1,h2,h5,h6 {
	color: #800000;
	text-align: left;
	font-size: large;
	font-weight: normal;
}
#content h3 {
	color: #808080;
	text-align: left;
	font-size: medium;
	font-weight: lighter;
}
#content h4 {
	color: #808080;
	text-align: left;
	font-size: small;
	font-weight: lighter;
	font-style: italic;
}
#content img {
	padding: 0px;
	border: 0px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #A9A9A9;
	margin-top: 5px;
}
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	color: #A9A9A9;
	text-decoration: underline;
}
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #A9A9A9;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
