﻿@import url("layout.css");
#container {
	border: thin #000080 solid;
	background: #A4C3EB;
	width: 800px;
	margin: auto;
}
#masthead {
	background-color: #fafaff;
	background: #DCDCDC;
	text-align: center;
	width: 800px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	color: #000080;
}
.style1 {
	list-style-type: square;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
}
.style3 {
	color: #000080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#navigation {
	background-color: #FFFFFF;
	float: left;
	display: block;
	text-indent: 5px;
	line-height: 30px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content {
	background: #FFFFFF;
	width: 590px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	clear: right;
	float: right;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DCDCDC;
	border: thin solid #000080;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Masthead Styles */
#masthead h1 {
	background-color: #DCDCDC;
	background: #DCDCDC
	color: #000080;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000080;
	border-right-color: #000080;
	border-bottom-color: #000080;
	border-left-color: #000080;
}
#masthead h3 {
	background: #DCDCDC;
	color: #000080;
}
/* Navigation Styles */
#navigation ul {
	background: #DCDCDC;
	width: 140pt;
	display: block;
	margin: 0;
	padding: 0;
	color: #000080;
}
#navigation li {
	list-style: none;
	background-color: #DCDCDC;
	background: #DCDCDC;
	margin: 0;
	padding: 1;
	color: #000080;
	display: block;
}
#navigation a {
	background-color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 1;
	color: #000080;
	width: 140pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #A4C3EB;
	background-color: #A4C3EB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000080;
	text-align: center;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	background: #DCDCDC
	color: #000080;
	margin-top: 5px;
}
#footer a {
	background: #DCDCDC color: #000080;
	text-decoration: none;
	color: #000080;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a {
	color: #5f8ea9;
	text-decoration: none;
}
a:hover {
	color: #4C85EB;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	font-variant: normal;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #000080;
	text-align: center;}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	text-align: center;
	font-size: 13px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000080;
	text-align: center;

}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;

}
.tableLT {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	height: auto;
	margin: 4px;
	padding: 5px;
	background-color: #CCCCCC;
}
.tableDK {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	height: auto;
	margin: 4px;
	background-color: #A4C3EB;
	padding: 5px;
}
