﻿@import url("layout.css");
body {
	font-family: Verdana;
	font-size: small;
	color: #000;
	background-color: #67b;
}
#container {
	width: 630px;
	margin: 0 auto;
	background-color: #D1DEBA;
	right: auto;
	left: auto;
}
#masthead {
	text-align: right;
	width: 700px;
	overflow: auto;
	background-color: #D1DEBA;
}
#sidebar {
	border-style: 5;
	float: left;
	width: 115px;
	background-color: #D1DEBA;
	position: relative;
	clear: both;
	display: inline;
	left: 20px;
}
#content {
	float: left;
	width: 540px;
	padding: 15px;
	overflow: auto;
	background-color: #D1DEBA;
	margin: 0px;
	position: relative;
	color: #540000;
	left: 60px;
}
#content
#content img {
	display: block;
	float: left;
	text-align: center;
	margin-right: 15px;
}

	clear: both;
	width: 630px;
	background-color: #A9B675;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	height: 50px;
	position: relative;
}
#masthead img {
	float: left;
	background-color: #A9B675;
	z-index: inherit;
	position: relative;
	left: auto;
	width: 796px;
	height: 216px;
}
#masthead p {
	border-color: #D1DEBA;
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	background-color: #D1DEBA;
	position: fixed;
	color: #800000;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
}
#sidebar a {
	border-color: #540000;
	border-width: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #540000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	background-color: #D1DEBA;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #D1DEBA;
	border-bottom: 1px solid #f9f9f9;
	background-color: #540000;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #540000;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #990033;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style20 {
	font-family: verdana;
	font-size: medium;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
}

