﻿@import url('layout.css');
body {
	font-family: Verdana, sans-serif;
	font-size: .9em;
	color: #000;
}
}
#container {
	width: 100%;
	height: 100%;
	background-color: #999999;
	color: #000000;
}
#masthead {
	width: 99%;
	overflow: auto;
	text-align: right;
	background-color: #999999;
	font-family: Calibri;
	margin-right: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 0;
}
#page_content {
	background: #999999;
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 160px;
	background-color: #999999;
	height: auto;
}
#content {
	margin-left: 160px;
	padding: 10px;
	background-color: #fff;
	color: #000000;
	font-size: small;
	margin-right: 0px;
	z-index: inherit;
	position: relative;
	top: 0px;
	left: 0px;
}
}
#footer {
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	padding: 5px 5px 5px 5px;
	clear: both;
	width: 99%;
	overflow: hidden;
	background-color: #999999;
	margin-right: 160px;
}
#masthead img {
	float: left;
	height: 106px;
	width: 400px;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	color: #333333;
}
h6 {
	font-family: Verdana, sans-serif;
}
h5 {
	font-family: Verdana, sans-serif;
}
h4 {
	font-family: Verdana, sans-serif;
	h3 { font-family: Verdana;
}
}
h2 {
	font-family: Calibri;
	color: #006666;
	font-size: 40px;
}
h1 {
	font-family: Verdana, sans-serif;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font: 100% Calibri;
	display: block;
}
#sidebar a {
	font-weight: bold;
	font: normal normal bold 100% Calibri;
	text-decoration: none;
	color: #82A0DF;
	padding: 5%;
	display: block;
	border-bottom: 2px #f5f5f5 solid;
	font-size: medium;
	background-image: url('../images/headerpics/background.gif');
	border: 2px solid #999999;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
}
/* Styles for Footer */
#footer p {
	font-size: .7em;
}
}
.style4 {
	text-align: left;
	color: #787249;
}
.style7 {
	color: #3399FF;
}
.style5 {
	font-family: Verdana;
}
.style6 {
	color: #1A74EE;
	font-size: medium;
}
#footer a {}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #3333FF;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
	font-size: inherit;
}

.style_bold_xsmall {
	font-weight: bold;
	font-size: x-small;
}

.style_bold_xsmall_grey {
	font-weight: bold;
	font-size: x-small;
	color: #808080;
}

.style_teal_bold {
	font-weight: bold;
	font-size: inherit;
	color: #009999;
}

