﻿@import url("layout.css");
body {
	font-family: Calibri;
	font-size: medium;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #618545;
}
#container {
	width: 800px;/*730*/
	margin: auto;
	padding: 10px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
	background-color: #fff;
	border-right-color: #033047;
	border-bottom-color: #033047;
	border-left-color: #033047;
	min-height: 100%;
    margin-bottom: -36px;

}
#masthead {
	text-align: center;
	width: 730px; /*670*/
	padding: 10px;
	border: 20px #618545 double;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	color: #033047;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	border: thin none #FFFFFF;
}
#content {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 650px;
	height: 150px;
	border: thin none #006600;
}

/* Masthead Styles */
#masthead h1 {
	border-color: #618545;
	color: #000000;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #033047;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	border-right: thin #FFFFFF groove;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: thin #fff groove;
	background-color: #033047;
	border: thin groove #FFFFFF;
	font-size: small;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #9CBA7A;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	margin-right: 5px;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #008000;
	text-decoration: none;
}
a {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #5C621E;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
