﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #B5CC84;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	width: 800px;
	height: 200px;
	text-align: center;
	background-color: #fff;
	background-image: url('../images/masthead_image.png');
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #76923C;
	border-top-color: #76923C;
	border-bottom-color: #76923C;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 767px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 770px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
#navigation li {
	float: left;
}
#navigation a {
	border-color: #D6E2BA;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px 20px 5px 20px;
	border-right-style: solid;
	border-right-width: 1px;
}
#navigation a:hover {
	border-color: #D6E2BA;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #BD0B10;
	border-right-style: solid;
	border-right-width: 1px;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #B00B10;
}
h2 {
	font-size: x-large;
	color: #B00B10;
}
h3 {
	font-size: large;
	color: #B00B10;
}
h4 {
	font-size: medium;
	color: #B00B10;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #B00B10;
}
h6 {
	font-size: xx-small;
	color: #B00B10;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #B00B10;
}
/* Links */
a {
	color: #B00B10;
	text-decoration: underline;
}
a:hover {
	color: #A4C069;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}