﻿@import url("layout.css");
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #FFFF6A;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#masthead {
	background: #000000;
	text-align: right;
	width: 800px;
	overflow: auto;
	color: #FFFFFF;
	vertical-align: middle;
}
#sidebar {
	background: #000000;
	float: right;
	width: 160px;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 600px;
	padding: 20px;
	overflow: auto;
	background-color: #FFFFFF;
	position: relative;
	height: 240;
}
#contentpadding {
	padding: 10px;
}
#SmallerContentFont {
	font-size: small;
}
#content img {
	margin: 10px;
	display: block;
}
#InfoBox {
	font-size: small;
	padding: 15px;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.smallfont {
	font-size: small;
}
.altcolor {
	color: #800080;
}
.ImageBox {
	border-style: solid;
	border-width: 0px;
	margin: 1px;
}
.PDFbutton {
	padding: 2px;
	margin: 2px;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}
#ImagePadding {
	margin-right: 50px;
	margin-left: 50px;
}
#footer {
	clear: both;
	width: 800px;
	background-color: #FBB66A;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: center;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	font-family: "Hobo BT";
	font-size: 50px;
	font-weight: normal;
	font-style: oblique;
	text-decoration: underline;
	vertical-align: middle;
	padding-top: 25px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	margin: 4px;
	display: block;
	border: medium ridge #E26E16;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	color: #FFFF66;
}
#sidebar a:hover {
	border-style: none;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	border-bottom: 1px solid #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
.xsmallfont {
	font-size: x-small;
}
#footer a:hover {
	color: #ECE9D8;
	text-decoration: none;
	background-color: #B98853;
}
a {
	color: #2D31E1;
	text-decoration: underline;
}
.RedFont {
	color: #FF0000;
}
.RedLight {
	color: #FF4F5A;
}
.RedOrange {
	color: #FE8649;
}
.OrangeFont {
	color: #FF6600;
}
.OrangeLight {
	color: #FBB66A;
}
.YellowOrange {
	color: #F5DB70;
}
.Yellowfont {
	color: #FFFF00;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.itemdiv {
	border-style: inset none none none;
	padding: 5px;
	margin: 0px;
}
