﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #33CC33;
}
#container {
	border-right: 2px solid #4C6754;
	border-bottom: 2px solid #4C6754;
	border-left: 2px solid #4C6754;
	background-color: #ffffff;
}
#masthead {
	text-align: center;
	background-color: #008000;
	background-image: none;
	background-position: top;
	background-repeat: no-repeat;
	height: auto;
	font-family: Mufferaw;
	font-size: xx-large;
	font-weight: bolder;
	color: #FFFFFF;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #008000;
	border-top-color: #000000;
	border-bottom-color: #808080;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: transparent;
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif";
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: transparent;
}
#column_r {
	width: 217px;
	height: auto;
	padding: 15px 10px;
	background-color: #008000;
	text-align: center;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif";
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #008000;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #FFFFFF;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-top: 20px;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
#navigation li {
	float: left;
	
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px solid #9AB95B;
	background-color: #008000;
	font-family: Mufferaw;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #5B705D;
	border: 1px solid #5B6F71;
	background-color: #E0E9D1;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000000;
	font-family: Mufferaw;
}
h2 {
	font-size: x-large;
	color: #000000;
	font-family: Mufferaw;
}
h3 {
	font-size: large;
	color: #FFFFFF;
	font-family: Mufferaw;
}
h4 {
	font-size: medium;
	color: #000000;
	font-family: Mufferaw;
}
h5 {
	font-size: x-small;
	color: #000000;
	font-family: Mufferaw;

}
h6 {
	font-size: xx-small;
	color: #000000;
	font-family: Mufferaw;
}

p {
	font-size:small;
	font-family: Mufferaw;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
