﻿@import url("layout.css");
body {
	font-family: ,   Times Roman,Georgia, sans-serif;
	font-size: 1.0em;
	background-color: #000000;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 1000px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 1000px;
	background-color: #000000;
	border-bottom: 1px solid #808080;
	font-family: , Georgia, Times Roman, sans-serif;
	
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;*/
	background-color: #000000;
}
#content {
	float: left;
	width: 825px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	background-color: #000000;
	color: #C0C0C0;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000000;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
	font-size: 2.0em;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 10;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 10;
	font-family: ,   Times Roman,Georgia, sans-serif;
	font-size: 1.0em;
	/*border: 1px #808080 inset;*/
	background-color: #5F8EA9;
}
#navigation a {
	color: #3D6C87;
	text-decoration: none;
	display: block;
	padding: 10px;
	font-family: ,   Times Roman,Georgia, sans-serif;
	font-size: 1.0em;
/*border: 1px #808080 inset;*/	
    background-color  : #000000;
}
#navigation a:hover {
	color: #fff;
	font-family: ,   Times Roman,Georgia, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	/*border: 1px solid #5f8ea9;*/
	background-color: #5f8ea9;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	border: medium #000000 double;
	padding: 2 px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}