﻿@import url(layout.css);
body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-style: normal;
	font: 100%/normal Arial, Helvetica, sans-serif, "Arial Narrow";
	color: #333333;
	background-color: #8C8C3C;
}
#container {
	width: 790px;
	margin: 0 auto;
	background: #FFFFFF;
	background-repeat: repeat-y;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
}
#masthead {
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	width: 790px;
	padding: 0;
	background-color: #FFFFFF;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: small;
	border-right: #780A0A;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #780A0A;
	overflow: hidden;
}
#column_l {
	width: 550px;
	margin: 0 0 0 5px;
	padding: 0 5px 5px 5px;
}
#column_r {
	width: 240px;
	margin: 0;
	float: right;
	background-color: #333333;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	background-position: bottom;
	float: left;
	background-attachment: scroll;
	background-color: #780A0A;
}
#navigation a {
	background: #780A0A;
	color: #FFFFFF;
	text-decoration: none;
	margin: 1px;
	padding: 5px;
	display: block;
	border: 1px solid #780A0A;
}
#navigation a:hover {
	background-color: #DCC896;
	border: 1px solid #f2f2f2;
	color: #000000;
}
/* Styles for Content */
h1 {
	border-right: thin;
	border-top: thin;
	font-size: x-large;
	background: #FFFFFF;
	color: #780A0A;
	margin: 6px 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	background: #0A4614;
	color: #FFFFFF;
	font-size: medium;
	margin: 6px 0 3px 0;
	text-indent: 10px;
	line-height: 30px;
}
h3 {
	background: #A08C14;
	color: #FFFFFF;
	font-size: small;
	margin: 6px 0 3px 0;
	text-indent: 10px;
	line-height: 25px;
}
h4 {
	color: #780A0A;
	font-size: small;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	font-size: x-large;
	background: #FFFFFF;
	color: #0000FF;
	margin: 6px 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
}
h11 {
	color: #0000FF;
	font-size: x-large;
}
h12 {
	color: #965; 
	font-size: small;
}
.style9 {
	border-width: 0px;
	background-color: #F0F0BE;
}
.style10 {
	margin-left: 0px;
	margin-top: 0;
}
.style11 {
	font-size: xx-small;
	margin-left: 0px;
	margin-top: 0;
	color: #0A1E64;
}
.style12 {
	border: 0px #FFFFFF solid;
	background-color: #FFFFFF;
}
.style13 {
	border-color: #F0F0BE;
	border-width: 0px;
}
.style14 {
	border: 3px solid #A08C14;
}
.style15 {
	border: 3px solid #A08C14;
	text-align: center;
}
.style16 {
	text-align: left;
}
.style17 {
	font-family: "Arial Narrow";
	font-weight: bold;
	background-color: #F0F0BE;
}
.style18 {
	font-family: "Arial Narrow";
}
.style19 {
	font-size: 9.0pt;
	font-family: "Arial Narrow";
	width: 160px;
	background-color: #D2DCF0;
}
.style20 {
	background-color: #D2DCF0;
}
.style21 {
	font-size: 10.0pt;
	font-family: "Arial Narrow";
	background-color: #F2F2F2;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 0px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 0px;
	padding-top: 0;
	padding-left: 0px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
	background-color: #333333;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}