﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	
}
#container {
	width: 800px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-attachment: inherit;
}
#masthead {
	width: 800px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#sidebar {
	font: 100% Arial, Helvetica, sans-serif;
	float: left;
	width: 135px;
	position: relative;
	clear: both;
	margin-left: 0px;
	display: inline;
	background-color: #E20A16;

}
#content {
	float: right;
	width: 655px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: left;
	clear: both;
	width: 800px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0 0 0 0;
	overflow: auto;
	background-color: #CC0001;
	height: 26px;
	text-align: left
}
#masthead img {
	float: none;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
}
/* Styles for Navigation */
#sidebar ul {
	background: #E20A16;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 0px none;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px #82858A solid;
	font-size: 11px;
	height: 15px;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFF00;
	border-bottom: 1px #82858A solid;
	background-color: #E20A16;
}
/* Styles for Footer */
#footer p {
	font-size: 9px;
	color: #FFFFFF;
	margin: 2px;
	padding: 5px 0px 0px 3px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
input.red {
	font-weight: bold; font-size: 15px; color: red;
}
