﻿@import url("layout.css");
body {
	background: #aaffaa url("../images/page_bg.png") repeat-x;
	text-align: center;
	font: 14px arial, sans-serif;
	color: #2b421d;
	padding: 20px 0 0 0;
}
#container {
	width: 100%;
	margin-top: 5px;
	border-bottom: 2px solid #358;
}
#masthead {
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
}
#navigation {
	padding-top: 195px;
	background: url("../images/header.jpg") no-repeat;
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	font: 14px arial, sans-serif;
}
#content {
	position: relative;
	float: left;
	width: 779px;
	padding-top: 5px;
	text-align: left;
	font: 14px arial, sans-serif;
}
#footer {
	clear: both;
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: center;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Navigation Styles */
#navigation ul {
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  border-left: 2px solid #9E9479;
  background: bottom left url("../images/nav_lit.gif") repeat-x;
}
#navigation li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 10px;
}
#navigation a {
  font: 20px "Times new roman", serif;
  color: #2b421d;
  text-decoration: none;
}
#navigation a:hover {
  color: #FFFFFF;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #a0522d;
}

#content h7 {
	color: #297229;
}

#content img {
	padding: 5px;
	border: 1px solid #358;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 1.25em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #2b421d;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
