﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000080;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	text-align: left;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: left;
	background-color: #ffffff;
	font-size: xx-small;
}
#page_content {
	position: relative;
	top: 0px;
	left: 0px;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #cdf;
	top: 0px;
	left: 0px;
	height: 952px;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
	text-align: center;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
	text-align: center;
}
#masthead img {
	margin: 10px 30px 10px 0px;
	float: left;
		text-align: center;
		height: 102px;
	width: 700px;
	vertical-align: baseline;
}
#masthead p {
	font-size: small;
	margin-right: 1%;
	margin-left: 144px;
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 1px;
}
	font-family: Arial, Helvetica, sans-serif;}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #00000;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #f5f5f5;
	background-color: #0066cc;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
	text-align: center;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	font-weight: 700;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}