﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #764;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 10px auto;
}
#masthead {
	padding: 0px;
	margin: 0px;
	text-align: center;
	border: 1px none #431;
	background-color: #fff;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	margin: 10px 0px 0px 00px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
	height: 90px;
	background-image: url('../images/masthead.gif');
}
#content {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px none #431;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	text-align: center;
	clear: both;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1,h2,h3,h4 {
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #996600;
	text-align: center;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	margin: 0;
	padding: 0;
	border: 2px outset #E3E3E1;
	background-color: #fff;
	width: 124px;
	float: left;
	text-align: center;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #fff;
	font-weight: bold;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #964;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #996600;
	text-align: center;
}
#content img {
	margin: 0px;
	padding: 0px;
	border: 0px none #964;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #663300;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #663300;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#content p {
	padding: 0px;
	margin: 0px 20px 0px 20px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#masthead p {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
