﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	margin: 0px;
	font-family: Arial, Helvetica;
	font-style: normal;
	text-align:left;
	background-color: white;
}
#container {
	width: 670px;
	margin: 0 auto;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	color: black;
	margin-right: 10px;
	margin-left: 10px;
	width: 650px;
	padding: 0;
	background-color: silver;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	font-weight:bold;
	background-color:silver;
	overflow: hidden;
	width: 820px;
}
#footer {
	text-align: center;
	background-color: silver;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
	width: 820px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	left:auto
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 7px;
	color: black;
	display: block;
	border: 1px solid silver;
}
#navigation a:hover {
	color: white;
}
/* Styles for Content */
/* 	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/Header1.gif');
	font-style: inherit;
	font-size: 22pt;
	color: black;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: inherit;
	font-size: 22pt;
	margin-bottom: 0px;
	color: black;
}
h2 {
	color: #0033CC;
	text-align:left;
	margin-bottom: 0px;
	font-size: x-large;
}
h3 {
	color: #0033CC;
	text-align:left;
	margin-bottom: 0px;
	font-size: large;
}
h4 {
	color: #0099FF;
	text-align:left;
	margin-bottom: 0px;
	font-size: medium;
}
p {
	color:black;
	margin-top: 0px;
	text-align:left;
	font-size: small;
}
li {
	color:black;
	text-align:left;
	font-size: small;
}
/* Styles for Footer */
#footer p {
	color: black;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
	min-width: 840px;
}
#footer a {
	color: black;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: gray;
	text-decoration: underline;
}