﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #FFFFFF;
}
#container {
	width: 670px;
	margin: 0 auto;
	background: #D5CEBF top;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 650px;
	padding: 0;
	background-color: #cde;
	background-image: url('../images/logo2.jpg');
	height: 147px;
	background-repeat: no-repeat;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F2EFEC;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DBD1C7;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #DBD1C7;
	padding-top: 3px;
}
#column_l {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	background-color: #DBD1C7;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #F1E4D8;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #F2EFEC;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
.bannertext {
	font-size: xx-large;
	padding-top: 60px;
	text-align: right;
	padding-left: 45px;
	color: #FFFFFF;
	padding-right: 20px;
}
.bannersmallText {
	color: #FFFF99;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
.rightbottom {
	background-image: url('../images/rightbottom.jpg');
	background-repeat: no-repeat;
	background-position: 50% bottom;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #DBD1C7;
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
}
#navigation a:hover {
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #C2CBD8;
	background-color: #F8F5F3;
}
/* Styles for Content */
h1 {
	color: #8B735A;
	font-size: 2.0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
}
h2 {
	color: #8B735A;
	font-size: 1.75em;
}
h3 {
	color: #8B735A;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #8B735A;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #8B735A;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	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;
}
.highlight {
	background-color: #F5F3F1;
	border: 1px solid #E8E2DD;
	padding: 5px;
	color: #A09170;
	margin: 0px;
}
