﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image:url(../images/blue.jpg);
}
#container {
	width: 831px;
	margin: 10px auto;
	background-color: #99CCFF;
}
#masthead {
	background-color: #99CCFF;
	background-repeat: repeat;
	text-align: center;
	width: 831px;
	border: 0px solid #431;
}
#navigation {
	border-bottom-color: #99CCFF;
	border-style: inherit;
	border-width: 0px;
	border-color: #FFFFFF;
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #99CCFF;
	color: #000000;
	margin-right: 5px;
	padding-left: 5px;
	clear:both;
	display:inline
}
#content {
	float: left;
	width: 640px;
	border: 0px #431 solid;
	background-image: url(../images/blue.jpg);
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-align: justify;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#footer {
	text-align: center;
	clear: both;
	width: 831px;
	padding: 0px;
	border: 1px solid #431;
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
	background-color: #99CCFF;
}
#masthead h3 {
	color: #542;
	background-color: #99CCFF;
}
/* 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;
}
#navigation a {
	border-color: #FFFFFF;
	border: medium none #FFFFFF;
	border-bottom: #99CCFF;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #99CCFF;
	font-family: Georgia;
	font-size: small;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #0080C0;
}
/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #c82;
}
h3 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16pt;
}
h2 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#content h1 {
	color: #c82;
}
#content img {
	border-bottom: 1px;
	border: 1px none #000000;
}
/* Footer Styles */
#footer p {
	border-color: #FFFFFF;
	border: medium none #FFFFFF;
	border-bottom: #99CCFF;
	background: #99CCFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	border: 0px #000000;
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #004080;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
