﻿@import url("layout1.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #8AD8ED;
	background-image:url('../images/Charcoal Background.jpg');
	background-repeat:repeat-x;
	background-position: top left;
}
#container {
	width: 870px;
	margin: 10px auto;
	background-color: #fde2aa;
}
#masthead {
	width: 870px;
	height:150px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color:#326799;
	background-image:url('../images/Masthead.gif');
	background-repeat:no-repeat;
	background-position:40px 5px;
	
}
#navigation {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	clear: both;
	overflow: hidden;
	text-align:center;
}
#page_content {
	position: relative;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding-left:5px;
	padding-right:5px;
}
#content {
	position: relative;
	float: left;
	width: 394px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border:2px #551015 solid;

}
#sidebar {
	float: left;
	width: 400px;
	text-align: left;
	margin-left:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border:2px #551015 solid;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:5px;
	font-size:100px;
	margin-left:250px;
	margin-top:30px;
	color: #F9C710;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #fde2aa;
	margin-left:400px;
	margin-top:0px;
	
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float:left
}
#navigation a {
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 1px;
	padding: 5px;
	border: 2px solid #000000;
	background-color: #F9C710;
	font-size:13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	text-decoration: none;
	color: #F9C710;
	background-color: #000000;
	border:2px solid #F9C710;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Content Styles */
#content h1,h2,h3 {
	color: #551015;
	font-size:x-large;
}
#content h4 {
	color: #551015;
	font-size:large;
}
#content h5,h6 {
	color: #551015;
	font-size:medium;
}
#content img {
	padding: 5px;
	border: 1px solid #55ab63;
}
/* Sidebar Styles */
#sidebar h1,h2,h3 {
	color: #551015;
	font-size:x-large;
}
#sidebar h4 {
	color: #551015;
	font-size:large;
}
#sidebar h5,h6 {
	color: #551015;
	font-size:medium;
}
#sidebar img {
	padding: 5px;
	border: 1px solid #55ab63;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #551015;
}
#footer a {
	color: #551015;
	text-decoration: underline;
}
#footer a:hover {
	color: #28ab63;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #28AB63;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #326799;
	font-weight:bold;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}