﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: #783221;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #666699;
}

body {
	border: #783221;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border: 9px #99CC00 double;
	width: 740px;
	margin: 10px auto;
	background-color: #FFFFFF;
}
#masthead {
	text-align: right;
	width: 740px;
	float: left;
	border-bottom: 1px solid #783221;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	border-top: 1 px solid;
	position: relative;
	float: left;
	width: 155px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	font-size: 14px;
	margin-left: 5px;
}
#content {
	border-left: 1px solid #783221;
	float: right;
	width: 528px;
	margin-top: 5px;
	margin-bottom: auto;
	margin-left: 0px;
	padding: 10px;
	background-color: #fff;
}
#content {
	border-left: 1px solid #783221;
	float: right;
	width: 555px;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	border-top: ;
	text-align: center;
	clear: both;
	width: 740px;
	background-color: #CACED2;
}
/* Masthead Styles */
#masthead h1 {
	margin-bottom: 0px;
	margin-right: 5px;
}
#masthead h3 {
	color: #542;
}
/* 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 {
	border: 1px #ffffff solid;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
	background-color: #228b22;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #666699;
}
/* Content Styles */
h6 {
	color: #783221;
}
h5 {
	color: #006600;
	font-size: small;
}
h4 {
	color: #800000;
}
h3 {
	color: #783221;
	font-size: medium;
	margin-bottom:0px
}
h2 {
	color: #783221;
}
#content h1 {
	color: #006600;
}
#content img {
	padding: 0px;	
}
/* Footer Styles */
#footer p {
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-left: 5px;
}
#footer a {
	color: #006600;
	text-decoration: underline;
}
#footer a:hover {
	color: #999966;
	text-decoration: none;
}
a {
	color: #3366FF;
}
a:hover {
	color: #9999FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}