﻿@import url("layout.css");
body {
	font-family: Tahoma;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	background-image: url('file:///C:/Documents%20and%20Settings/Linda%20Jane/My%20Documents/My%20Web%20Sites/NovaDesign/Images/Index/bk_grey_diag_stripe.gif');
	}
#container {
	width: 855px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 853px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #000066;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #000066;
}
#content {
	float: left;
	width: 677px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #D5D5FF;
}
#footer {
	text-align: center;
	clear: both;
	width: 853px;
	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;
	background-color: #000066;
	color: #FFFFFF;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
	height: 39px;
}
#masthead h3 {
	color: #5f8ea9;
	width: 698px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #171799;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #4D5396;
	background-color: #171799;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #000066;
	height: 16px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
h6 {
	color: #000000;
	text-align: right;
	font-weight: normal;
}
h5 {
	color: #3d6c87;
	text-align: right;
}
h4 {
	color: #3d6c87;
	text-align: right;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #FFFFFF;
	background-color: #000080;
	height: 39px;
}

#content h1 {

	color: #3d6c87;

}

#content img {
	border-style: solid;
	border-color: inherit;
	border-width: 3px;
	padding: 5px;
float: none;
		text-align: center;
		color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer a {
	color: #171799;
	}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #000080;
	text-decoration: none underline;
	text-align: left;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}