﻿@import url("layout.css");
body {
	background: #FDFBF7;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #4E533A;
}
#container {
	width: 758px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 748px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #98a078;
	border-right: 1px solid #98a078;
	border-bottom: 1px solid #4e533a;
	border-left: 1px solid #98a078;
	background-color: #F5EDDE;
	vertical-align: middle;
}
#navigation {
	text-align: center;
	clear: both;
	width: 748px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #98a078;
	border-right: 1px solid #98a078;
	border-bottom: 1px solid #4e533a;
	border-left: 1px solid #98a078;
	background-color: #F5EDDE;
}

#content {
	width: 728px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #98a078;
	border-right: 1px solid #98a078;
	border-bottom: 1px solid #4e533a;
	border-left: 1px solid #98a078;
	background-color: #F5EDDE;
}
#footer {
	text-align: center;
	clear: both;
	width: 748px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px #98a078 solid;
	border-right: 1px #98A078 solid;
	border-bottom: 1px #4E533A solid;
	border-left: 1px solid #98a078;
	background-color: #F5EDDE;
}
#copyright {
	text-align: center;
	width: 748px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ourlogo {
	width: 728px;
	text-align: center;
	vertical-align: middle;
}

/* Masthead Styles */
#masthead img {
	vertical-align: middle;
}
#masthead h1 {
	color: #4E533A;
	text-align: center;
	vertical-align: middle;
}
#masthead h2 {
	color: #FAD233;
	text-align: center;
	vertical-align: middle;
}
/* Navigation Styles */
#navigation p {
	color: #4E533A;
	margin-top: 5px;
}
#navigation a {
	color: #4E533A;
	padding: 5px;
	text-decoration: none;
	background-color: #F5EDDE;
}
#navigation a:hover {
	color: #D2AD6B;
	text-decoration: none;
	background-color: #4E533A;
}
/* Content Styles */
h6 {
	color: #4E533A;
}
h5 {
	color: #4E533A;
}
h4 {
	color: #4E533A;
}
h3 {
	color: #4E533A;
}
h2 {
	color: #4E533A;
}
#content h1 {
	color: #4E533A;
}
#content img {
	padding: 5px;
	text-align: center;
}
/* Footer Styles */
#footer p {
	color: #4E533A;
	margin-top: 5px;
}
#footer a {
	color: #4E533A;
	padding: 5px;
	text-decoration: none;
	background-color: #F5EDDE;
}
#footer a:hover {
	color: #D2AD6B;
	text-decoration: none;
	background-color: #4E533A;
}
a {
	color: #4E533A;
	text-decoration: underline;
}
a:hover {
	color: #4E533A;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Copyright Styles */
#copyright p {
	text-align: center;
}
/* OurLogo Styles */
#ourlogo img{
	text-align: center;
	vertical-align: middle;
}

