﻿@import url("../../../styles/layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
/*	font-size: 0.8em; */
	background-color: #f2f2f7;
	background-image: url("../../../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 1000px; /* was 700px */
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 998px; /* was 698px */

	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	padding: 10px;
}
#content {
	float: left;
	width: 998px; /* was 698px */

	margin-top: 10px;
	margin-bottom: 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;
}
#navigation {
	text-align: center;
	clear: both;
	width: 998px; /* was 698px */

	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: #fefeff;
	padding: 10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
/*	border: 1px solid #808080; */
}
/* Footer Styles */
#navigation p {
	color: #808080;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height:2em;
}
#navigation a {
	color: #33627d;
	padding: 5px;
	padding-left:5px;
	background-color: #e0f0ff;
	text-decoration:none}
#navigation a:hover {
	color: #23526d;
	text-decoration:none;
	padding: 5px;
	padding-left:5px;
	background-color: #90c0ff;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

