﻿body {
	font-family: "Times New Roman";
	font-size: 12pt;
	background-color: #FFFFFF;
}
#container {
	width: auto;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: auto;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#content {
	border-style: none;
	float: inherit;
	width: inherit;
	margin-top: 10px;
	margin-bottom: inherit;
	margin-left: inherit;
	border-bottom: none;
	background-color: #fff;
	margin-right: inherit;
	position: inherit;
	padding-left: 10px;
	padding-right: 10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
	font-size: 36pt;
	font-family: "Maiandra GD";
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}
/* Navigation Styles */
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
/* Footer Styles */
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
