﻿@import url("layout.css");
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #234356;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 750px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 748px;
	padding-top: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	color: #234356;
	background-color: #fafaff;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 563px;
	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: 748px;
	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;
	color: #234356;
	background-color: #fafaff;
}
#base {
	text-align: center;
	clear: both;
	width: 748px;
	border-top: 1px solid #234356;
	border-right: 1px solid #234356;
	border-bottom: 1px solid #234356;
	border-left: 1px solid #234356;
	color: #ffffff;
	background-color: #234356;
	font-size: 8pt;
}
/* Heading Styles */
h1  {font-weight: bold; font-size: 16pt; color: #33627d;}
h2  {font-weight: bold; font-size: 14pt; color: #33627d;}
h3  {font-weight: bold; font-size: 12pt; color: #33627d;}
h4  {font-weight: bold; font-size: 10pt; color: #33627d;}
h5  {font-weight: bold; font-size: 8pt; color: #33627d;}
h6  {font-weight: bold; font-size: 8pt; color: #33627d;}

/* Navigation Styles */
#navigation a {
	color: #33627d;
	text-decoration: none;
	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,h4,h5,h6 {
	color: #33627d;
}
/* Footer Styles */
#footer p {
	color: #234356;
	margin-top: 5px;
}
#footer a {
	color: #234356;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #fff;
}
#footer a:hover {
	color: #234356;
	text-decoration: underline;
	border: 1px solid #fff;
	background-color: #fff;
}
#forminput {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

a {
	color: #33627d;
	text-decoration: none;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}