﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	margin: 10px auto 10px auto;
	width: 700px;
	height: 100%;
	background-color: #FFFFFF;
}
#masthead {
	text-align: center;
	width: 900px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	border-style: none;
}
#navigation {
	position: inherit;
	float: left;
	width: 148px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFFF;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #999999 #a9a9a9 #808080 #a9a9a9;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content {
	padding: 1px 15px 12px 15px;
	float: left;
	width: 752px;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	background-color: #FFFFFF;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: justify;
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	padding-top: 3px;
	padding-bottom: 4px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFFF;
	border-style: solid none none none;
	border-color: #999999 #a9a9a9 #808080 #a9a9a9;
}
/* 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;
	height: 100%;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #5f8ea9;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h1, h2, h3, h5, h6 {
	color: #000000;
	font-size: 16px;
}
#content img {
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #000000;
}
#footer a {
	color: #5f8ea9;
	text-decoration: none;
}
#footer a:hover {
	color: #33627d;
	text-decoration: underline overline;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}