﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	margin: 10px auto 0px auto;
	width: 680px;
	background-color: #FFFF99;
}
#masthead {
	text-align: center;
	width: 678px;
	border: 2px solid #431;
	background-color: #FFFF66;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: relative;
}
#content {
	width: 650px;
	border: 1px solid #431;
	background-color: #FFFFCC;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#footer {
	text-align: center;
	clear: both;
	width: 680px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #FFFFCC;
	position: relative;
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
}

/* Navigation Styles */



#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #C600C6;
}
/* Content Styles */

#content img {
	padding: 5px;
	border: 1px solid #964;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: small;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
#footer a:hover {
	color: #000080;
	text-decoration: none;
	background-color: #FFFFCC;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #000080;
	text-decoration: underline;
	background-color: #FFFFCC;
}

