﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #5f8ea9; /* was f2f2f7 */
}
#container {
	width: 910px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 907px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #F2F3F2;
}
#navigation {
	position: relative;
	float: left;
	width: 156px;
	margin-top: 0px;
	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: #ffffff;
}
#content {
	float: left;
	width: 729px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #F2F3F2;
}
#footer {
	float:right;
	text-align: center;
	width: 729px;
	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: #F2F3F2;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
#masthead map {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #ffffff;
	font-weight:bold;
}

/* 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 #f9fcff;
	background-color: #ffffff;
}
#navigation a {
	color: #CF1010;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #ffffff;
	font-weight:bold;
}
#navigation a:hover {
	color: #000033;
	text-decoration: none;
	background-color: #ffffff; /* Changed - original was same as border */
}
/* Content Styles */
#content h1 {
	color: #660000;
	font-size: large;
	font-family: "Trebuchet MS";
}
#content h2 {
	color: #990000;
	font-size:large
}
#content h3 {
	color: #990000;
	font-size:small
}
#content h4 {
	color: #151B54;
	font-size:medium;
	font-style:italic;
}
#content h5 {
	color: #151B54;
}
#content h6 {
	color: #151B54;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #B1052D;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #000033;
	text-decoration: underline;
	font-weight:bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #CF1010;
	font-size: x-large;
}

.style_2 {
	font-family: Verdana;
	font-size: small;
	font-weight: bolder;
	color: #000000;
}
.style_3 {
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
.style_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #CF1010;
}
.style_5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #CF1010;
	font-style: normal;
	font-variant: normal;
}
.style_6 {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #73BFC8;
}
.style_7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
