﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	background-attachment: scroll;
	color: #003366;
}
#container {
	width: 1000px;
	margin: 0;
}
#masthead {
	text-align: center;
	width: 1000px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0 #FFFFFF solid;
	border-left: 0;
	background-color: #FFFFFF;
}
#navigation {
	position: relative;
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: right;
	width: 800px;
	margin-top: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding: 2px 2px 2px 2px;
	background-color: #fff;
	top: auto;
}
#footer {
	text-align: center;
	clear: both;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 0px #FFFFFF solid;
	border-right: 0px #FFFFFF solid;
	border-bottom: 0px #FFFFFF solid;
	border-left: 0px #FFFFFF solid;
	background-color: #FFFFFF;
	bottom: 0px;
}
#footer p {
	padding: 0 0 0 0;
	font: normal normal normal x-small Arial;
	color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 0;
	padding-bottom: 4px;
}
/* Masthead Styles */
#masthead h1 {
	color: #003366;
}
#masthead h3 {
	color: #003366;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 180px;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #003366;
}
h5 {
	color: #003366;
}
h4 {
	color: #003366;
}
h3 {
	margin: 0;
	font: normal normal normal 9pt Verdana;
	color: #003366;
}
h2 {
	margin: 0;
	color: #003366;
	font-family: Verdana;
	font-size: 9pt;
	font-style: italic;
	text-transform: ;
}
#content h1 {
	padding: 0;
	margin: 0 0 0 0;
	font: normal normal normal large Verdana;
	color: #003366;
	font-variant: normal;
	text-transform: none;
	font-size: medium;
}
/* Footer Styles */
#footer a {
	color: #003366;
	text-decoration: none;
	bottom: 0;
}
#footer a:hover {
	color: #003366;
	text-decoration: none;
}
a {
	margin-bottom: 0;
	border: 0;
	margin: 0;
	padding: 0;
	color: #003366;
	text-decoration: underline;
	text-align: right;
	font-weight: lighter;
	padding-bottom: 0;
	font-size: 9pt;
	text-transform: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
.style_italic {
	font-style: italic;
}