﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	position: absolute;
	width: 100%
}
#container {
	width: 100%;
	height: 100%;
	right: auto;
	left: auto;
}
#masthead {
	width: 100%;
	text-align: right;
}
#page_content {
	position: relative;
	min-height: 180px;
	top: auto;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
}
#c
tent {
	padding: 10px;
	background-color: #fff;
}
#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
	text-align: center;
	left: 0;
}
#masthead img {
	margin-left: auto;
	margin-right: auto;
	width: 413px;
	right: auto;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
	font-style: italic;
	font-size: medium;
	color: #7788AA;
}
h1 {
	font-family: Arial Black;
	text-align: center;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	border-right: none;
	display: block;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	background-repeat: repeat-y;
	background: url('../images/Bluefade.gif') repeat-y;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	width: 100%;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
	width: 100%;
}
#wrapper
{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
}
