﻿@import url("layout.css");
.boldgreen {
	font-family: "Times New Roman", Times, serif;
	color: #008000;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}
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: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border: 1px solid #431;
	background-color: #fff;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/masthead.gif');
	color: #000000;
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
}
#masthead h3 {
	color: #000000;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-image: url('../images/masthead.gif');
	background-repeat: repeat;
	background-attachment: inherit;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
	background-image: url('../images/masthead.gif');
	background-repeat: repeat;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: none;
	background-color: #fff;
	font-family: Garamond;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	background-image: url('../images/masthead.gif');
	background-repeat: repeat;
}
#navigation a:hover {
	color: #3d9b35;
	border: none;
	background-color: #ffffff;
	font-family: Garamond;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	border-color: #000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
#content img {
	padding: 5px;
	border: 1px solid #FFFFFF;
}
/* Footer Styles */
#footer p {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url('../images/masthead.gif');
}
#footer a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	background-image: url('../images/masthead.gif');
}
#footer a:hover {
	color: #3d9b35;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/masthead.gif');
	font-size: small;
	font-weight: bold;
	font-style: normal;
}
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
a:hover {
	color: #3d9b35;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	text-align: center;
}
.style_italic {
	font-style: italic;
}