﻿@import url("layout.css");
body {
	font-family: Tahoma;
	font-weight: 700;
	font: small serif;
	background-color: #000000;
}
#container {
	width: 630px;
	margin: 0 auto;
	background-color: #AE0000;
}
#masthead {
	text-align: right;
	width: auto;
	overflow: auto;
	background-color: #F9F9F9;
	color: #000000;
	font-size: large;
	height: 213px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #333333;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 446px;
	padding: 15px;
	overflow: auto;
	background-color: #FFFFFF;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	color: #494949;
}
#content img {
	border-style: none;
	border-width: 2px;
	display: block;
	position: inherit;
	top: 23px;
	left: 324px;
	float: right;
	vertical-align: top;
}
#footer {
	clear: both;
	width: 630px;
	background-color: #333333;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	color: #FFFFFF;
}
#masthead img {
	float: left;
	position: relative;
	top: -16px;
	left: 11px;
	right: -11px;
	height: 99px;
	width: 114px;
}
#masthead p {
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	font-size: large;
	height: 58px;
	margin-left: 0;
	margin-bottom: 0;
	top: -8px;
	left: 5px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #AE0000;
	color: #808080;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	font-size: small;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	border-bottom: 1px solid #f9f9f9;
	background-color: #F9F9F9;
	border-bottom-style: hidden;
}
/* Styles for Footer */
#footer p {
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
	font-family: Tahoma;
	text-align: left;
	font-size: medium;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
