﻿@import url("layout.css");
body {
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: medium;
	background-image: url('../images/bluebackground2.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 725px;
	margin: 10px auto;
	font-family: Arial;
	min-height: inherit;
	table-layout: fixed;
	padding-top: 5px;
}
#masthead {
	text-align: center;
	width: 720px;
	border: 2px solid #FFCC66;
	background-repeat: no-repeat;
	height: 222px;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #FFCC66;
}
#content {
	margin-top: 5px;
	border: 2px solid #FFCC66;
	background-color: #E2EFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	padding-bottom: 5px;
	position: relative;
	left: 5px;
	margin-bottom: 5px;
}
#footer {
	text-align: center;
	clear: both;
	width: 720px;
	padding: 0px;
	border: 2px solid #FFCC66;
	background-color: #E1EEFE;
}
/* Masthead Styles */
#masthead h1 {
	padding: 0% 0% 0% 0%;
	background: #FFFFFF inherit;
	color: #000099;
	background-color: #FFFFFF;
	font-weight: bold;
	background-attachment: fixed;
	font-family: Arial;
}
/* 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: #E1EEFE;
}
#navigation a {
	margin: 3 3 3 3;
	color: #000099;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-bottom: 3;
	margin-left: 3;
	margin-right: 3;
	margin-top: 3;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
}
/* Content Styles */
h6 {
	color: #000099;
	font-family: Arial;
	font-size: medium;
	background-color: #FFFFFF;
}
h5 {
	color: #000099;
	font-family: Arial;
	font-size: medium;
	background-color: #FFFFFF;
}
h4 {
	color: #000099;
	font-family: Arial;
	font-size: medium;
	background-color: #FFFFFF;
}
h3 {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
h2 {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: lighter;
}
#content h1 {
	color: #000099;
	font-family: Arial;
	font-size: medium;
	background-color: #FFFFFF;
}
#content img {
	padding: 5px;
	border: 1px solid #CC3300;
}
/* Footer Styles */
#footer p {
	color: #0000CC;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: small;
}
#footer a {
	color: #000099;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #3333FF;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	color: #0000FF;
}
.style_italic {
	font-style: italic;
}
