﻿@import url(layout.css);
body {
	color: #000066;
	font-family:  "Maiandra GD", Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	background-color: #FFF7AE;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #FFF7AE;
	position: relative;
}
#masthead {
	text-align: center;
	width: 100%;
	background-image: url('../images/masthead.jpg');
}
#navigation {
	background-color: #FFF7AE;
	overflow: hidden;
	margin-left: 40px;
}
#page_content {
	position: relative;
	width: 80%;
	margin-left: 0;
	background-color: #FFF7AE;
	font-weight: normal;
	padding-left: 120px;
	padding-right: 120px;
	font-size: large;
	text-align: left;
}
#footer {
	background-color: #FFF7AE;
	padding-bottom: 5px;
}
#navigation a {
	color: #000066;
	text-decoration: none;
	display: block;
	padding: 5px 25px 5px 25px;
	border: 1px solid #FFF7AE;
	background-color: #FFF7AE;
	font-weight: normal;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead h1 {
	font-size: x-large;
	text-align: center;
	color: #000066;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #163C0D;
	background-color: #163C0D;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	font-weight: normal;
	color: #000066;
}
h2 {
	font-size: 1.5em;
	color: #990000;
	padding-top: 10px;
	text-decoration: none;
	font-weight: normal;
}
h3 {
	font-size: 1.25em;
	color: #163C0D;
	font-weight: normal;
}
h4 {
	font-size: 1.25em;
	color: #163C0D;
	text-decoration: underline;
}
h5 {
	font-size: 1.25em;
	color: #163C0D;
	text-align: center;
	font-weight: normal;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: small;
	text-align: center;
	color: #000000;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #000066;
	text-decoration: underline;
	font-size: small;
	font-weight: 500;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #163C0D;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
