﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
}
#container {
	border-style: solid;
	border-width: 1px;
	width: 860px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #6EC9DE;
	border-left: 1px solid #ffffff;
}
#masthead {
	text-align: right;
	width: 840px;
	background-color: #ffffff;
	vertical-align: bottom;
}
#navigation {
	margin: 0px;
	position: relative;
	float: left;
	width: 160px;
	padding: 10px;
	background-color: #ffffff;
	clear: both;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #3366CC;
}
#content {
	margin: 0px;
	float: left;
	width: 655px;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #3366CC;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #3366CC;
	border-left-color: #3366CC;
}
#footer {
	text-align: center;
	clear: both;
	width: 850px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #6EC9DE;
	background-color: #ffffff;
	border-top-color: #3366CC;
}
/* Masthead Styles */
#masthead img {
	border-style: none;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
#masthead h1 {
	color: #0D469A;
	font-family: "Times New Roman", Times, serif;
	vertical-align: middle;
	text-align: center;
	font-size: xx-large;
}
#masthead h2 {
	color: #0D469A;
	font-family: "Times New Roman", Times, serif;
	vertical-align: middle;
	text-align: center;
	font-size: medium;
	font-style: italic;
	line-height: 25px;
}
#masthead h3 {
	color: #0D469A;
	vertical-align: bottom;
	font-size: small;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-style: normal;
	font-family: Arial;
}
/* Navigation Styles */
#navhead {
	text-align: left;
	color: #4C83C8;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #3366CC;
	border-bottom-style: solid;
	margin-bottom: 0px;
}
#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 #ffffff;
	background-color: #ffffff;
}
#navigation a {
	color: #0D469A;
	text-decoration: none;
	display: block;
}
#navigation a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* Content Styles */
h6 {
	color: #0D469A;
}
h5 {
	color: #0D469A;
}
h4 {
	color: #0D469A;
}
h3 {
	color: #0D469A;
}
h2 {
	color: #0D469A;
}
#content h1 {
	color: #0D469A;
}
#quote {
	color: #0D469A;
	font-style: italic;
	margin-right: 20px;
	margin-left: 20px;
}
#content img {
	padding: 5px;
	border: none;
}
/* Footer Styles */
#footer p {
	color: #6091CE;
	margin-top: 5px;
}
#footer a {
	color: #0D469A;
	text-decoration: none;
}
#footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#footer2 p {
	padding: 0px;
	margin: 0px;
	color: #C0C0C0;
	font-size: xx-small;
}
#footer2 a {
	color: #C0C0C0;
	text-decoration: none;
	font-size: xx-small;
}
#footer2 a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}

a {
	color: #0D469A;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
