﻿body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #008000;
}
#masthead {
	width: auto;
	overflow: auto;
	text-align: inherit;
	position: relative;
	max-width: inherit;
	min-width: inherit;
	right: inherit;
	top: inherit;
	min-height: inherit;
	max-height: inherit;
	left: inherit;
	height: inherit;
	bottom: inherit;
	float: inherit;
}
#page_content {
	position: relative;
	white-space: normal;
	overflow: auto;
}
#sidebar {
	border: 5px solid #FFCC00;
	position: inherit;
	float: left;
	background-color: #CC0000;
	color: #FFFFFF;
	font-family: "Arial Rounded MT Bold";
	font-size: large;
	width: inherit;
}
#content {
	margin-left: 160px;
	padding: 10px;
	background-color: #fff;
	color: #000000;
}
#footer {
	background-color: #cdf;
	background: #008000;
	clear: both;
	width: auto;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
}
#masthead img {
	margin: auto auto auto auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h3 {
	font-family: "Arial Black";
	font: x-large serif;
	color: #000000;
	font-weight: bold;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 150px;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	border-style: groove;
	border-width: 2px;
	display: block;
}
#sidebar a {
	display: block;
	font-family: "Arial Rounded MT Bold";
	color: #FFFFFF;
	cursor: pointer;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Styles for Footer */
#footer p {
	background: #008000;
	font-size: x-small;
	color: #00FF00;
}
#footer a {
	color: #FFFF00;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#subhead1 {
	background-color: #94EFAF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: 900;
	color: #0000FF;
}
#subpara1 {
	color: #FFFFFF;
	background-color: #0000FF;
}
.newStyle2 {
	background-color: #00A800;
}
