﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #B7A66A;
}
#container {
	background: #fff;
	width: 854px;
	position: relative;
}
#masthead {
	width: 854px;
}

#page_content {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	margin: 0 auto 0 auto;
	text-align: left;
	height: auto;
	width: 830px;
	z-index: inherit;
}
#sidebar {
	float: right;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: center;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-align: center;
	width: auto;
	margin-bottom: 0px;
}
#masthead h3 {
	font-weight: normal;
	color: #b22222;
	text-align: center;
	width: auto;
}

/* Navigation Styles */
#sddm
{
	margin: 0px 0px 0px 0px;
	z-index: 30;
}

#sddm li
{
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px Arial;
	height: 25px;
	z-index: 1;
}

#sddm li a
{
	display: block;
	padding: 0px 0px 0px 0px;
	width: 122px;
	background: #b22222;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	height: 25px;
	line-height: 24px;
	z-index: 1;
}

#sddm li a:hover
{
	color: #b22222;
	background-color: #E1E1E1;
	z-index: 1;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #b22222;
	z-index: 1;
}

	#sddm div a
	{
	border-bottom: 1px #E1E1E1 solid;
	position: relative;
	display: block;
	margin: 0;
	padding: 0 8px 0 8px;
	width: 160px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #b22222;
	color: #ffffff;
	font: bold 12px Arial;
	height: 25px;
	line-height: 24px;
	z-index: 1;
}
	#sddm div a:hover
	{
	color: #b22222;
	background-color: #E1E1E1;
	z-index: 1;
}



/* Content Styles */
h6 {
	color: #b22222;
}
h5 {
	color: #b22222;
}
h4 {
	color: #b22222;
}
h3 {
	color: #b22222;
}
h2 {
	color: #b22222;
	height: auto;
}
#content h1 {
	color: #b22222;
}
#content img {
	float: right;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.topline {
	height: 2px;
	margin: 3px 0px 0px 0px;
	width: 858px;
	background-color: #eee8aa;
}
.divback{
	background-color: #eee8aa;
}
#bookmark a {
	color: #b22222;
	text-decoration: none;

