﻿@import url('layout.css');
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	background-color: #fff;
	border-color: #EEECE8;
	padding: 5px 5px 5px 5px;
	font: normal normal normal 100% sans-serif;
	background: #FFFFFF;
	width: inherit;
	margin: 0 10% 0 10%;
	position: relative;
	font-size: small;
}
/* Masthead background */
#masthead {
	width: inherit;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	background-color: #FFFFFF;
	padding: 0 2px 0 0;
	background: #FFFFFF;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	font-size: medium;
}
#column_l {
	position: relative;
	margin: 0 300px 0 0;
	padding: 0 2px 0 2px;
	background-color: #FFFFFF;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #FFFFFF;
	background: #FFFFFF;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: inherit;
	margin: 0;
	padding: 0 0 0 0px;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: medium;
}
#navigation li {
	float: left;
	margin-left: auto;
	margin-right: auto;
	font-size: medium;
}
#navigation a {
	margin: 0px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #7A97E0;
	background-color: #EEECE8;
	font-size: medium;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #FFFFFF;
}
/* Styles for Content */
h1 {
	font-size: 130%;
	color: #000066;
	text-align: center;
}
h2 {
	font-size: 120%;
	color: #000080;
}
h3 {
	font-size: 110%;
	color: #000080;
	padding-top: 0;
	padding-bottom: 0;
}
h4 {
	font-size: 130%;
	color: #469;
	text-align: center;
}
h5 {
	font-size: 120%;
	color: #469;
	text-align: center;
}
h6 {
	font-size: 110%;
	color: #469;
	text-align: center;
}
table {
	border: thin none #FFFFFF;
	padding: 0px;
	table-layout: auto;
	border-spacing: inherit;
	empty-cells: show;
	line-height: normal;
	vertical-align: middle;
	width: 100%;
	height: auto;
}
td {
	padding: 1px;
	border: thin #EEECE8 solid;
	width: auto;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}

/* Styles for Footer */
#footer p {
	background-color: #FFFFFF;
	background: #FFFFFF;
	font-size: x-small;
	text-align: center;
	color: #393939;
	padding: 10px;
}
#footer a {
	background: #FFFFFF;
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.Foot_Note_Font {
	font-family: serif;
	font-size: small;
}
#site_map_content {
	font-size: 80%;
}

