﻿@import url("layout.css");
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #f2f2f7;
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	line-height: 1.2em;
}
#container {
	width: 800px;
	margin: 10px auto;
}
#masthead {
	text-align: left;
	width: 788px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #5f8ea9;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	border-color: #006666;
	font-weight: bolder;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#masthead h1 {
	color: #FFFFFF;
}
#masthead h3 {
	color: #FFFFFF;
}
#top_nav {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border-color: 0;
	clear: both;
	width: 798px;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	text-decoration: none;
	height: 22px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
}
#top_nav a {
	text-decoration: none;
	color: #406377;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
}
#top_nav a:hover {
	display: block;
	background-color: #5f8ea9;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation {
	padding: 10px;
	margin: 10px 0px 0px 0px;
	float: left;
	width: 150px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	position: relative;
}
/* Masthead Styles */
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 120%;
	font-weight: normal;
}
#navigation li {
	margin: 0;
	padding: 0;
	border: 0px none #fff;
	background-color: #fff;
	list-style-type: none;
}
#navigation a {
	border-style: solid;
	border-width: 3px;
	border-color: #fff;
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 0px;
	background-color: #fff;
}
#navigation a:hover {
	border-style: solid;
	border-width: 3px;
	border-color: #5f8ea9;
	color: #fff;
	text-decoration: none;
	background-color: #5f8ea9;
}
#content {
	float: right;
	width: 595px;
	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;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	line-height: 1.2em;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #5f8ea9;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
#content img {
	border-style: none;
	border-width: 0px;
	padding: 5px;
}
#footer {
	border-color: 0;
	padding: 0px;
	margin: 0px;
	text-align: left;
		clear: both;
		width: 798px;
		border-style: none;
		border-width: 0px;
	}
/* Footer Styles */
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_normal {
	font-style: normal;
}
.indryk {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 110%;
}
.lineheight {
	line-height: 125%;
}
