﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #369;
}
#container {
	width: 780px;
	border-right: 2px #336699 solid;
	border-bottom: 2px #336699 solid;
	border-left: 2px #336699 solid;
	background-color: #336699;
}
#masthead {
	background-color: #336699;
	width: 780px;
	text-align: right;
	margin-left: 5px;
	background-image: url("../images/bannerleggett j.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#navigation1 {
	background-color: #336699;
	width: 780px;
	margin-left: 5px;
	border: 1px #336699 solid;
	text-align: justified;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
}
#navigation {
	position: relative;
	float: left;
	width: 90px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	background-color: #336699
}
#columnright{
	position: relative;
	float: right;
	width: 95px;
	margin-left: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px #336699 solid;
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-color: #FFFFFF;
}
#content {
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
	
}
#footer {
	text-align: center;
	clear: both;
	width: 780px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #800000;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	background: #336699;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #336699;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	background-color: #fff;
	border-color: #000080;
	background: #336699;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
}
#navigation a:hover {
	color: #59DAFF;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #336699;
}
#navigation1 a {
	background-color: #fff;
	background: #336699;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation1 a:hover {
	color: #59DAFF;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #336699;
}
/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #c82;
}
h3 {
	color: #c82;
}
h2 {
	color: #800000;
}
#content h1 {
	color: #800000;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
/* Footer Styles */
#footer p {
	color: #800000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #800000;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}