﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	position: relative;
}
#container {
	width: 800px;
	margin: 10px auto;
	position: relative;
}
#masthead {
	border: 1px #FF9623 solid;
	text-align: center;
	width: 800px;
	background-color: #fafaff;
	height: 85px;
	background-image: url('../_images/headerlogo3.gif');
	position: 0;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
}
#content {
	float: left;
}
#footer {
	border: 1px #FF9623 solid;
	text-align: center;
	clear: both;
	width: 800px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FF9623;
	height: 25px;
	position: 0;
	top: 0;
}
/* 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 #fff;
	background-color: #fff;
}
#navigation a {
	display: block;
	padding: 0px;
	border: 1px #FF9623 solid;
	background-color: #FF9623;
	text-align: left;
}
#navigation a:hover {
	color: #000080;
	text-decoration: none;
	border: 1px solid #FF9623;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 10px 10px 10px 10px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 0;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
