﻿@import url("layout.css");
.txt {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #800000;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #FFFFCC;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	background-image: url('../images/amerg (2).gif');
	background-repeat: repeat;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 0px;
	border: 1px dotted #725972;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	font-family: "Courier New", Courier, monospace, arial;
	text-decoration: none;
	border-right-style: none;
	border-right-color: #FF0000;
}
#content {
	float: left;
	width: 610px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: 00000000;
	height: auto;
}
#footer {
	padding: 5px 5px 5px 75px;
	text-align: center;
	clear: both;
	width: 780px;
	display: inline;
	list-style-type: none;
	float: none;
	word-spacing: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	margin-top: 50px;
	color: #0000FF;
}
/* Masthead Styles */
/* Navigation Styles */
#navigation ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFCC;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: .2em 1em .2em 1em;
	border-bottom: 1px dotted #fff;
	background-color: #FFFFCC;
	text-align: center;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #fff;
}
#navigation a:hover {
	color: #008080;
	text-decoration: none;
	background-color: #C0C0C0;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: 503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: FFFFFF;
}
#content h1 {
	color: #503750;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace, arial;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
}
.style_italic {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	text-decoration: underline;
}

