﻿/* CSS layout */
body {
	background-color: #FFFF91;
}
#masthead {
	border: 2px solid #663300;
	background-color: #FFC03E;
	background-image: url('assets/CornIconTrimed2.gif');
	background-position: center;
	background-repeat: repeat-x;
	height: 68px;
}
#top_nav {
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #663300;
	margin-top: 8px;
}
#page_content {
	padding: 10px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #663300;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #663300;
	margin-top: 2px;
}
#footer {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #663300;
	text-align: center;
	height: 35px;
}
h1 {
	margin: 0px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #663300;
	text-align: center;
}
table {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 18px;
	color: #663300;
	background-color: #FFC03E;
	text-align: center;
	width: 800px;
	font-weight: normal;
	margin-left: 40px;
}
a:link {
	color: #663300;
}
a:visited {
	color: #CC9900;
}
a:hover {
	color: #FF8000;
}
p {
	text-align: left;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}
