﻿@import url("layout.css");
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color:silver;
	color:#3d6c87
}
#container {
	width: 898px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 896px;
	height: 285px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	background-image:url('../images/header8.jpg')
}
#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: #fff;
}
#content {
	float: left;
	width: 721px;
	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: #fff;
}
#pagefooter {
	text-align: center;
	clear: both;
	width: 897px;
	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: silver;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
	margin:0px;
	padding:0px;
	font-size:x-large;
}
#masthead h3 {
	color: #5f8ea9;
	margin:0px;
	padding:0px;
}
/* Navigation Styles */
#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 #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
	margin-bottom: 3px;
}

#content h4 {
	text-align:center;
	margin:0,0,0,0;
	padding:0;
	font-size:13px;
}
#content h5 {
	font-size:13px;
}
	
h1 {
	color: #3d6c87;
	
}
h4 {
	text-align:center;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;	
}
.style_right {
	font-style: italic;
	text-align:right;
}

/*LB Styles*/

.footer {
	background-color: white;
	padding: 0.5em;
	text-align:center;
	font-weight:bold;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 75%;
	height: 75%;
	padding: 1em;
	border: 0.5em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.leightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
