﻿/* CSS layout */
#masthead {
}
#top_nav {
	font-size: 16pt;
	background-color: #33528F;
	text-align: center;
}
#page_content {
	padding: 0px;
	margin: 0px;
}
#footer {
	text-align: center;
	clear: both;
}
#container {
	width: 800px;
	margin: auto;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 10px 3px 10px 3px;
}
#navlist a:link {
	color: #ffffff;
	text-decoration: none;
}
#navlist a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navlist a:hover {
	color: #A0D584;
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
}
#thanks {
	clear: both;
	padding: 10px 0px 6px 0px;
}
h3 {
	color: #70B23E;
	font-size: 16pt;
	font-weight: bold;
}
blockquote {
	border: 5px double #33528F;
	font-size: 14pt;
	color: #70B23E;
	line-height: 95%;
	text-align: center;
	width: 280px;
	float: right;
	padding: 5px;
}
a:link {
	color: #33528F;
}
a:visited {
	color: #70B23E;
}
.style4 {
	border: 1px solid #000000;
}
.style5 {
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
.style6 {
	font-size: 24pt;
}
.style7 {
	border: 1px solid #000000;
	text-align: right;
}
