﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
}
#container {
	background-position: left;
	width: 100%;
	margin-top: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#masthead {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#navigation {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #990000;
}
#navigation_side {
	width: 150px;
	margin-right: auto;
	margin-left: 0;
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
#page_content {
	position: relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 160px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}
#maincontent {
	position: relative;
	float: left;
	width: 510px;
	text-align: left;
	padding-top: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	color: #000000;
}
#maincontentduo {
	position: relative;
	float: left;
	width: 770px;
	text-align: left;
	padding-top: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	color: #000000;
}
#sidebar {
	float: right;
	width: 260px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #67482F;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #7C624E;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	height:  auto
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #808080;
	background-color: #FF9933;
}
#navigation a:hover {
	text-decoration: none;
	color: #808080;
	background-color: #563A24;
}
/* Navigation_Side Styles */
#navigation_side ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	height:  auto
}
#navigation_side li {
	float: left;
}
#navigation_side a {
	text-decoration: none;
	color: #CCCCCC;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #808080;
	background-color: #990000;
}
#navigation_side a:hover {
	text-decoration: none;
	color: #808080;
	background-color: #563A24;
}
/* Content Styles */
#content img {
	padding: 5px;
	border: 0px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #000000;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #563A24;
	text-align: center;}
#footer a {
	color: #67482F;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}