﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #280000;
	background-color: #FFE3BB;/* light ochra*/
/*	background-color: #E1EBD8; light green*/
/*	background-repeat: repeat;*/
	background-attachment: fixed;
	overflow:auto;
}
#container {
	width: 700px;
	margin: 30px auto;
}
#masthead {
	text-align: center;
	width: 668px;
	border-top: 2px solid #FFC56C;
	border-left: 2px solid #B96F00; 
	border-right: 2px solid #B96F00;
	border-bottom: 2px solid #683F00;
	background-color: #FF9900; /* yellow-orange*/
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 7px;
	margin-bottom: 7px;
	border-top: 2px solid #FFC56C;
	border-left: 2px solid #B96F00; 
	border-right: 2px solid #B96F00;
	border-bottom: 2px solid #683F00;
	background-color: #FF9900; /* yellow-orange*/
}
#content {
	float: left;
	width: 518px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	padding: 7px;
	border-top: 2px solid #FFF9F0;
	border-left: 2px solid #a9a9a9;
	border-right: 2px solid red;
	border-bottom: 2px solid #683F00;
	background-color: #FFE3BB;/* light ochra*/
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
		color: #A12942;
}
#masthead h3 {
	color: #37825D;/*mushroom green*/

}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 4px;
	border: 1px solid #f3eef1;
	background-color: #A12942;
}
#navigation a:hover {
	color: #A12942;
	color: white;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #37825D;/*mushroom*/
	background-color: teal; /*blueish green*/ 

}
/* Content Styles */
h6 {
	color: #999976;
}
h5  {
	color: gray;
}
h4 {
	color: #99394D;
	font-size:small;
}
h4 {
	color: #99394D;
	font-size:small;
}
h3 {
	color: #999976;/* dark green*/
	color: #003900;/* darker green*/
}
h2 {
	color: #99394D;
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content h1 {
	color: #C43C4C;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #3d6fcb;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}