﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #11151e;
	background-color: #212426
}
#container {
	border: medium #ffffff solid;
	background: #F3F3F1 url('bkg4.png') no-repeat;
	width: 842px;
	margin: 10px auto 0 auto;
}
#masthead {
	background-color: #B9AA81;
	text-align: right;
	width: 840px;
	overflow: auto;
}
#navigation {
	width: 840px;
	background-color: #212426;
}
#content {
	float: right;
	padding: 5px;
	overflow: auto;
	margin: 0px;
	width: 650px;
}
#sidebar {
	float: left;
	text-indent: inherit;
	max-width: 130px;
	padding-top: 15px;
	padding-left: 5px;
}
#content2 {
	width: 840px;
	padding: 5px;
}
#content img {
	border: medium #B9AA81 solid;
}
#content2 a {
	color: #690C07;
}
#content2 a:hover {
	color: #B9AA81
}
#footer {
	width: 840px;
	background-color: #B9AA81;
	padding: 3px;
	overflow: auto;
	margin-top: 6px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
}
#navigation li {
	float: left;
	display: inline-block;
}
#navigation a {
	text-decoration: none;
	color: #B9AA81;
	display: block;
	background-color: #212426;
	font-weight: bold;
	padding-left: 33px;
	padding-right: 33px;
}
#navigation a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#sidebar ul {
	list-style-type: none;
	display: inline;
}
#sidebar li {
	display: block;
	margin-bottom: 3px;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #690C07;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #690C07;
	background-color: #b9aa81;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #212426;
}
#footer a {
	color: #690C07;
	text-decoration: underline;
}
#footer a:hover {
	color: #212426;
	text-decoration: none;
}
#content a {
	color: #690C07;
	text-decoration: underline;
}
#content a:hover {
	color: #B9AA81;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}