﻿@import url("layout.css");
body {
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #708254;
	color: #000000;
}
#container {
	border-style: solid;
	border-width: 4px 4px 4px 4px;
	border-color: #4f5b3b #4f5b3b #4f5b3b #4f5b3b;
	border-right: 4px solid #4f5b3b;
	border-bottom: 4px solid #4f5b3b;
	border-left: 4px solid #4f5b3b;
	background-color: #EAEAEA;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	background-image: url('../tausta2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 180px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #808080;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: transparent;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: transparent;
}
#column_r {
	border-style: 1;
	border-width: 1px;
	border-color: #808080;
	width: 217px;
		padding: 15px 10px;
		background-color: #000000;
	}
html>body #column_r {
	border-style: 1;
	border-width: 1px;
	border-color: #808080;
	width: 220px;
	padding: 15px 10px;
	background-color: #4a5438;
	margin-bottom: 15px;
}
#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;
}
#masthead h3 {
	color: #BFD0A6;
	margin-top: 0;
	margin-right: 1em;
}
/* 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: #E4E4E4;
	display: block;
	padding: 5px;
	border: 1px solid #4f5b3b;
	background-color: #4a5438;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #4f5b3b;
	background-color: #708254;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #53861C;
}
h2 {
	font-size: x-large;
	color: #000000;
	margin-top: 10px;
}
h3 {
	font-size: large;
	color: #E4E4E4;
}
h4 {
	font-size: medium;
	color: #E4E4E4;
}
h5 {
	font-size: x-small;
	color: #53861C;
}
h6 {
	font-size: xx-small;
	color: #53861C;
}

/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #53861C;
	text-decoration: underline;
}
a:hover {
	color: Black;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}