﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #FFFFFF;
	background-image: url('../master12_background.jpg');
}
#container {
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #FFFFFF;
	height: 261px;
	background-image: url('../master12_background.jpg');
	color: #FFFFFF;
}
#page_content {
	position: relative;
	top: 3px;
	left: 4px;
	height: 528px;
	background-image: url('../master12_background.jpg');
	background-repeat: repeat;
	color: #FFFFFF;
	width: auto;
}
#sidebar {
	position: relative;
	float: left;
	width: 179px;
	background-color: #000000;
	top: -1px;
	left: 0px;
	text-align: left;
	height: 357px;
	background-image: url('../master12_background.jpg');
	color: #FFFFFF;
}
#content {
	margin-left: 120px;
	padding: 10px;
	background-color: #000000;
	height: 490px;
	left: auto;
	right: auto;
	text-align: center;
	background-image: url('../master12_background.jpg');
	width: auto;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	height: 83px;
	background-image: url('../master12_background.jpg');
	color: #FFFFFF;
}
#masthead img {
	float: left;
	margin-bottom: 24px;
	margin-right: 0px;
}
#masthead p {
	font-size: small;
	margin-right: 1%;
	float: right;
	width: 708px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	top: 68px;
	left: -4px;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	text-align: center;
	left: auto;
}
h1 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 90%;
	display: block;
	margin: 0;
	padding: 0;
	height: 148px;
}
#sidebar li {
	display: block;
	border: 1px solid #0000FF;
	width: 66px;
	text-align: left;
	height: 33px;
}
#sidebar a {
	padding: 5%;
	display: block;
	width: 155px;
	margin-bottom: 5px;
	height: 22px;
	margin-top: 0px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
}
/* Styles for Footer */
#footer p {
	font-size: small;
	height: 30px;
	text-align: center;
	color: #000000;
	background-image: url('../master12_background.jpg');
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url('../master12_background.jpg');
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #FFFF00;
	text-decoration: underline;
	text-align: center;
	left: auto;
	right: auto;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}