﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border-style: dotted;
	border-color: #333333;
	width: 800px;
	margin: 10px auto;
	background-color: #FFFFFF;
}
#masthead {
	background-position: center;
	border: 3px double #CC9900;
	text-align: center;
	width: 798px;
	background-image: url('../images/test1.jpg');
	height: 157px;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: #CC9900;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #CC9900;
	border-right: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	background-color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
#content {
	border-color: #000000;
	float: left;
	width: 612px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #CC9900;
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #CC9900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #CC9900;
	background-color: #CC9900;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #CC9900;
	background-color: #CC9900;
	font-weight: bold;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #CC9900;
	background-color: #CC9900;
}
/* Content Styles */
h6 {
	color: #000000;
}
h5 {
	color: #000000;
}
h4 {
	color: #000000;
}
h3 {
	color: #000000;
}
h2 {
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#content h1 {
	color: #000000;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #000000;
	margin-top: 5px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
