﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color: #000099;
	background-image: url('../images/background.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 900px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 870px;
	border-top: 1px solid #dcdcdc;
	border-right: 3px solid #404040;
	border-bottom: 3px solid #202020;
	border-left: 1px solid #404040;
	background-color: #f0f0f0;
}
#navigation {
	position: relative;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 3px solid #404040;
	border-bottom: 3px solid #202020;
	border-left: 1px solid #404040;
	background-color: #f0f0f0;
	font-size: small;
}
#content {
	float: left;
	width: 707px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 3px solid #404040;
	border-bottom: 3px solid #202020;
	border-left: 1px solid #404040;
	background-color: #f0f0f0;
}
#morecontent {
	float: left;
	width: 850px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 3px solid #404040;
	border-bottom: 3px solid #202020;
	border-left: 1px solid #404040;
	background-color: #f0f0f0;
}
#footer {
	text-align: center;
	clear: both;
	width: 870px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 3px solid #404040;
	border-bottom: 3px solid #202020;
	border-left: 1px solid #404040;
	background-color: #f0f0f0;
}
/* Masthead Styles */
#masthead h1 {
	color:#000099;
}
#masthead h3 {
	color:#000099;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	color: #000099;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	color: #000099;
	margin: 0;
	padding: 0;
	border: 1px solid #f0f0f0;
}
#navigation a {
<!--	color: #3d6c87; -->
	color:#000099;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #f0f0f0;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color:#000099;
}
#content img {
	padding: 5px;
	border: 0px #808080 solid;
}
/* Footer Styles */
#footer p {
	margin-top: 5px;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}