﻿@import url("layout.css");
body {
	background-color: #336600;
	background-attachment: scroll;
	background: #000080;
	font-family: Tahoma,"Georgia", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	width: 1050px;
	margin: 0 auto;
	padding: 5px;
	background-color: #FFFFFF;
}
#masthead {
position:relative;
	text-align: center;
	width: 1050px;
	background-image: url('../images/summerheaderb.jpg');
	background-color: #FFFFFF;
		}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
#content {
	float: left;
	width: 890px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border:medium:maroon
	inset}
#footer {
	text-align: center;
	clear: both;
	width: 1050px;
	border: 1px #336600;
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
	font-size: xx-large;
}
#masthead h3 {
	color: #0066CC;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	font-size:medium;
	margin: 0;
	padding: 0;
	/*border: 1px #000080 solid;*/
	background-color: #FFFFFF;
}
#navigation a {
	color: #FEFDFC;
	text-decoration:inherit;
	display: block;
	padding: 5px;
	/*border-bottom: medium #C0C0C0 solid;*/
	background-color: #000080;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #800000;
}
/* Content Styles */
h6 {
	color:#000080;
}
h5 {
	color:#000080;
}
h4 {
	color:#000080;}
h3 {
	color:#000080;
}
h2 {
	color: #000080;
}
#content h1 {
	color: #000080;
}
#content img {
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #800000;
}
#footer a {
	color: #800000;
	text-decoration: underline;
}
#footer a:hover {
	color: #336600;
	text-decoration: none;
}
a {
	font: normal normal bold 100% serif;
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #B83F46;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
