﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #808080;
/*	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
*/
}
#container {
	width: 777px;
	margin: 0 auto;
/*	padding: 10px; */
	border-top: 1px solid #000080;
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;
	border-left: 1px solid #000080;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 777px;
	padding: 0px;
	border: 0px;
}
#siteheading {
	width: 777px;
	height: 15px;
	padding-top: 1px;
	padding-bottom: 2px;
	z-index: 2;
	color: #999999;
	font-size: xx-small;
	background-color: #000080;
}
#masthead_nav {
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	width: 777px;
	height: 23px;
	z-index: 1;
	color: #999;
	font-size: 14px;
	font-weight: 700;
	background-color: #000080;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-right: 5px;
	border-right: 1px solid #999; 
}
#content {
	float: left;
	width: 604px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;

}
#footer {
	font: 10px Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
	clear: both;
	width: 777px;
	border: 0px;
	color: #0066ff;
	padding: 0px 0px 20px 0px;
	background: #6699FF;
}
#sitefooting {
	width: 777px;
	height: 14px;
	padding-top: 2px;
	padding-bottom: 1px;
	z-index: 2;
	color: #999;
	font: 8px Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: middle;
	background-color: #000080;
}
#footer_site_interlink{
	font: 10px Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
	margin: 0 auto;
	width: 780px;
	padding-top: 25px;
	color: #000080;
}
#footer_site_interlink a{
	color: #000080;
	text-decoration: none;
}
#footer_site_interlink a:hover{
	color: #0066FF;
	text-decoration: underline;
}

/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
#masthead_nav a {
	color: #999;
	text-decoration: none;
}
#masthead_nav a:hover {
	color: #CCCCCC;
}
/* Navigation Styles */
#navigation h5 {
	color: #999;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 5px;
	border-bottom: 2px solid #fff;
	background-color: #000080;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #191970;
	background-color: #FFFACD;
}
#navigation a {
	color: Navy;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
	background-color: #FFFACD;
}
#navigation a:hover {
	color: Blue;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #800000;
}
h5 {
	color: #800000;
}
h4 {
	color: #800000;
}
h3 {
	color: #800000;
}
h2 {
	color: #800000;
}
#content h1 {
	color: #800000;
}
#content img {
	padding: 5px;
	border: 0px solid #402640;
}
#contact_img {
	float: left;
	margin-left: 20px;
	margin-right: 21px;
	margin-top: 8px;
}
#contact p {
	margin-left: 140px;
}
/* Footer Styles */
#footer p {
	color: #000080;
}
#footer a {
	color: Navy;
	text-decoration: underline;
}
#footer a:hover {
	color: Blue;
	text-decoration: none;
}
#copyright {
		color: Navy;
}
a {
	color: #191970;
	text-decoration: none;
}
a:hover {
	color: Blue;
	text-decoration: underline;
}
.style_center {
	text-align: center;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.image_floatleft {
	margin-right: 10px;
	margin-bottom: 12px;
	float:left;
	border-width: 1px;
	border-color:gray;
}
.image_floatright {
	margin-left: 15px;
	margin-bottom: 12px;
	float:right;
	border-width: 1px;
	border-color:gray;
}
.image_center {
}

