﻿/* CSS layout */
@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #8EAB75;
/*	color: #53861C; */
	color:maroon;
}
#container {
	border-right: 2px solid #4C6754;
	border-bottom: 2px solid #4C6754;
	border-left: 2px solid #4C6754;
/*	background-color: #E0E9D1; */
	background-color:white;
}
#content {
	padding: 15px;
	background-color: transparent;
}
html>body #content
	padding: 0 15px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #E0E9D1;
	display: block;
	padding: 5px;
	border: 1px solid #9AB95B;
	background-color: #86A94D;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #5B705D;
	border: 1px solid #5B6F71;
	background-color: #E0E9D1;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #53861C;
}
h2 {
	font-size: x-large;
	color: #53861C;
}
h3 {
	font-size: large;
	color: #53861C;
}
h4 {
	font-size: medium;
	color: #53861C;
}
h5 {
	font-size: x-small;
	color: #53861C;
}
h6 {
	font-size: xx-small;
	color: #53861C;
}
/* Links */
a {
	color: #1E861C;
	text-decoration: underline;
}
a:hover {
	color: Black;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
