﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	background-color: #E3E3E3;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#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;
	background-color: #fff;
}
#navigation a {
	color: #440a0a;
	text-decoration: none;
	display:block;
	padding: 1px;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #e7e6d9;
}
/* Content Styles */
h6 {
	color: #6e6e6e;
}
h5 {
	color: #6e6e6e;
}
h4 {
	color: #6e6e6e;
}
h3 {
	color: #6e6e6e;
}
h2 {
	color: #6e6e6e;
}
/* Additional Styles */
.subheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D3B;
	font-weight: bold;
}
.subheadingA {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6D6D3B;
	font-weight: bold;
}
.tableinput {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6D3B;
	margin-top: 0;
	margin-bottom: 0;
}
.btktext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D3B;
}
#content h1 {
	color: #6e6e6e;
}
#content img {
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #440a0a;
	text-decoration: underline;
}
#footer a:hover {
	color: #6e6e6e;
	text-decoration: none;
}
a {
	color: #440a0a;
	text-decoration: underline;
}
a:hover {
	color: #6e6e6e;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
