﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image:  url('../images/blue-blue2.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color:  #94C0D0;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	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-image: none;
	background-color: #94C0D0;
}
#content {
	float: left;
	width: 518px;
	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: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	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: #FFFFFF;
	font-size:small;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
#Banner_text{
font-family:Arial, Helvetica, sans-serif;
	font-size:xx-large;
	font-weight:700;
}
#Banner_sub_text{
font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:200;
}
#editor{
font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* 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 #fff;
	background-color:;
}
#navigation a {
	color:  black;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #FFFFFF;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color:  #8CBCD1;
}
/* Content Styles */
h6 {
	color:  black;
}
h5 {
	color:  black;
}
h4 {
	color:  black;
}
h3 {
	color:  black;
}
h2 {
	color:  black;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}
#content h1 {
	color:  black;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color:  black;
	text-decoration: underline;
}
#footer a:hover {
	color:  black;
	text-decoration: none;
}
}
#footer_copyright{
	padding-top: 8px;
	font-size:x-small;
}
a {
	color:  black;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration:  none;
	background-color: white
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.disclaimer li{
	padding-bottom: 7px;
