﻿@import url("layout.css");

.bodytext {
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	text-decoration: none;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #D8DFED;
	background-image: none;
	background-repeat: no-repeat;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	border-style: none;
	text-align: center;
	width: 698px;
	background-color: #839AC5;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: url('../media/images/Masthead/blue-masthead.jpeg');
	height: 115px;
}
#navigation {
	border-style: none;
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #D8DFED;
}
#content {
	background-position: center;
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 2px solid #839AC5;
	background-color: #E8EDF7;
	background-repeat: no-repeat;
	background-image: none;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	background-color: #FFFFFF;
}
/* Masthead Styles */
#masthead h1 {
}
#masthead h3 {
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	position: relative;
}
#navigation a {
	padding: 5px;
	border-style: none none solid solid;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 15px;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-color: #D8DFED;
	border-left-width: 1px;
	border-left-color: #D8DFED;
	font-size: small;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #838AC5;
	background-color: #839AC5;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	border-width: 0px;
	border-style: none;
	color: #000000;
}
#content img {
	border-style: none;
	border-width: 0px;
	padding: 0px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
}
#footer a:hover {
	text-decoration: none;
}
a:link {
	color: #000000;
	font-size: medium;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.h1{
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
}
.h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
}
.h3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
}
.h4
{
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
}
