﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-image: url('../images/red_background.gif');
}
#container {
	border-style: solid;
	border-width: medium medium thin thin;
	border-color: #000000;
	width: 644px;
	margin: 10px auto 0 auto;
	background-image: none;
	background-repeat: ;
	background-color: #B69B30;
}
#masthead {
	margin: 0 0px 0 0px;
	width: 644px;
	overflow: hidden;
	background-image: url('../images/red_background.gif');
	color: #FFFFFF;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	height: 157px;
}
#sidebar {
	float: left;
	width: 142px;
	background-color: #B69B30;
	position: relative;
	clear: both;
	margin-left: 5px;
	display: inline;
	margin-top: 5px;
}
#content {
	margin: 0;
	float: right;
	width: 460px;
	padding: 5px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 643px;
	padding: 0;
	overflow: auto;
	background-color: #dcb;
	color: #787878;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 142px;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: medium;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, "Monotype Corsiva";
	font-weight: normal;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #990000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
	font-family: Arial;
	border-bottom-color: #D5D500;
}
#sidebar a:hover {
	border-width: 0px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	color: #000000;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #D5D500;
	text-decoration: none;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}