﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../Images/clouds3.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	padding: 0px;
	width: 800px;
	margin: auto;
}
#masthead {
	margin: 5px 0px 0px 0px;
	text-align: center;
	background-color: #A6AED9;
}
#navigation {
	margin: 5px 0px 0px 0px;
	background-color: #A6AED9;
	height: 135px;
}
#content {
	border: 0px solid #000000;
	margin: 5px 0px 0px 0px;
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	margin: 5px 0px 0px 0px;
	border-style: none;
	text-align: center;
	background-color: #A6AED9;
}
/* Masthead Styles */
#masthead h1 {
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #3d6c87;
	text-align: center;
}
#masthead h2 {
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #3d6c87;
	text-align: center;
}
#masthead h3 {
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #3d6c87;
	text-align: center;
}
#masthead h4 {
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #3d6c87;
	text-align: center;
}
#masthead p {
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-style: none;
}
#masthead h5 {
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
}
#masthead a {
	color: #3d6c87;
}
#masthead a:hover {
	background-color: #FFFF00;
}
/* Navigation Styles */
#navigation ul  {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	height: 70px;
}
#navigation li  {
	border: 2px outset #808080;
	float: left;
	width: 196px;
	font-family: Myriad Pro, Verdana;
	color: #000000;
	text-align: center;
	height: 24px;
	background-color: #99CCFF;
	padding-top: 6px;
}
#navigation a {
	margin: 0px;
	color: #000000;
	text-decoration: underline;
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
}
#navigation a:hover {
	text-decoration: underline;
	background-color: #FFFF00;
}
/* Content Styles */
#content h1 {
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
	text-align: center;
}
#content h2,h3 {
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
	text-align: center;
}
#content img {
	margin: 0px;
}
#content p {
	padding: 0px;
	margin: 0px 10px 0px 10px;
	text-align: Left;
}
#content h5 {
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #3d6c87;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 1.2em;
}
#content h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0px;
	color: #3d6c87;
	margin: 0px 0px 0px 10px;
	text-align: left;
	font-style: italic;
	font-size: 1.5em;
}
#content a:hover {
	background-color: #FFFF00;
}
/* Footer Styles */
#footer p {
	padding: 0px;
	margin: 0px;
	color: #808080;
}
#footer a {
	color: #0000FF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#footer h4 {
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #3d6c87;
}
#footer h5 {
	border-style: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
}


#content li {
	margin: 0px 0px 0px 10px;
	font-size: 1.3em;
	color: #000000;
	list-style-type: none;
	list-style-position: inside;
	width: 250px;
	height: 22px;
	float: left;
}


#content h6 {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	color: #000000;
}


#content ul {
	padding: 0px;
	margin: 0px;
	height: 810px;
}
#content a {
	color: #0000FF;
}
.underline {
	text-decoration: underline;
}
.redtext {
	color: #FF0000;
}
#content table {
	border-style: none;
	padding: 0px;
	margin: 0px;
	border-spacing: 1px;
}
#masthead h6 {
	font-size: .9em;
	color: #000066;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#navigation h6 {
	font-size: .85em;
	color: #000066;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
