﻿@import url("layout.css");
body {
	font-family: "Times New Roman", Times, serif;
	font: 100% "Times New Roman", Times, serif;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #2E3627;
	font-family: "Times New Roman", Times, serif;
}
#container {
	background-color: #fff;
	background: #2E3627;
}
#masthead {
	text-align: right;
	background-color: #2E3627;
	background-position: left;
	background-repeat: no-repeat;
}
#navigation {
	background-color: #fea;
}
html>body #navigation {
	background: #2E3627;
	overflow: hidden;
}
#title_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #title_l {
	width: 370px;
	padding: 0 10px;
	background-color: #fff;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	background-color: #fff;
	background: #2E3627;
	width: 220px;
	padding: 15px 10px;
	color: #B1A170;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	border-top-width: medium;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	border-top-color: #B1A170;
}
/* Masthead */
#masthead h1 {
	font: 100%;
	color: #B1A170;
	margin-right: 0.5em;
	margin-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
}
#masthead h3 {
	color: #B1A170;
	margin-top: 0;
	margin-right: 1em;
	font-family: "Times New Roman", Times, serif;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
}
#navigation li {
	background: #2E3627;
	float: left;
	font-weight: bold;
}
#navigation a {
	font-weight: bold;
	font: 100% "Times New Roman", Times, serif;
	text-decoration: none;
	color: #B1A170;
	display: block;
	padding: 5px 0px 5px 0px;
	background-color: #2E3627;
	overflow: auto;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #B1A170;
	background-color: #8b0000;
}
/* Left Column */
#column_l img {
	border: 0px;
}

#column_l a {
	color: #CC9900;
	text-decoration: none;
}
#column_l a:hover {
	color: #fa3;
	text-decoration: underline;
}
/* Right Column */
#column_r img {
	border: 0px;
}
#column_r a {
	color: #CC9900;
	text-decoration: underline;
}
#column_r a:hover {
	color: #fa3;
	text-decoration: underline;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #B1A170;
}
h2 {
	font-size: x-large;
	font: xx-large "Times New Roman", Times, serif;
	color: #B1A170;
}
h3 {
	font-size: large;
	color: #B1A170;
}
h4 {
	font-size: medium;
	color: #B1A170;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
	font: small Arial, Helvetica, sans-serif;
	color: #B1A170;
}
/* Links */
a {
	color: #CC9900;
	text-decoration: none;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}