﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #663300;
	background-color: #30743A;
}
#container {
	width: 780px;
	margin: 0 auto;
	background-color: #FFFFD5;
}
#masthead {
	text-align: center;
	width: 780px;
	overflow: auto;
	background-color: #FFFFD5;
	color: #663300;
	font-size: xx-small;
}
#sidebar {
	float: left;
	width: 125px;
	padding: 15px background-color: #FFFFD5;
	position: relative;
	clear: both;
	display: inline;
	margin-top: 15px;
}
#content {
	float: right;
	width: 600px;
	padding: 15px;
	overflow: auto;
	background-color: #FFFFD5;
	margin: 0px;
	position: relative;
}
#content img {
	margin: 2px;
	border-width: 0px;
	display: block;
		
}
#footer {
	clear: both;
	width: 780px;
	background-color: #FFFFD5;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	text-align: center;
}
#masthead img {
	float: left;
	text-align: center;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 0px solid #663300;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #663300;
	display: block;
	padding: 5px;
	border-bottom: 0px solid #663300;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #30743a;
	border-bottom: 0px solid #FFFFD5;
	background-color: #FFFFD5;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}