body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 15px 5% 0px 5%;
	background-color: #FFE6C5;
}
a {
	color: #000;
	text-decoration: none;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #06f;
	text-decoration: none;
}
a:hover {
	color: #009;
	text-decoration: underline;
}
#header h1 {
	text-align: center;
	color: #1969ff;
	font-weight: normal;
	font-family: Times New Roman;
	font-size: 40px;
	font-style: normal;
}
#header a:hover {
	text-decoration: none;
}
#header a:visited {
	color: #4467A9;
}
#navigation {
	border-top: 2px solid #A97D44;
	padding-top: 5px;
	padding-bottom: 6px;
	text-align: center;
}
#navigation a {
	color: #1969FF;
	font-size: 16px;
	margin-right: 7px;
	margin-left: 7px
}
#navigation a:link {
	text-decoration: none;
}
#navigation a:visited {
	color: #1969FF;
}
#navigation a:hover {
	color: #c00;
	text-decoration: none;
}
#content {
	margin-top: 25px;
	padding: 10px;
	font-size: 13px;
	background-color: #FFE6C5;
	color: black;
	border: 1px dotted #A97D44;
}
#content h1 {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	color: #069;
	padding: 10px 0px 20px 40px;
}
#content h2, h3 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	color: #069;
	padding: 10px 0px 10px 40px;
}
#content p {
	font-size: 13px;
	text-align: justify;
}
#content hr {
	color: #00487f;
}
#content table, table td, tr {
	font-size: 13px;
}
#content form, form select, input, textarea {
	font-size: 13px;
}
#content img {
	float: left;
	margin-right: 5px;
}
#content form img {
	float: right;
}
.feedback {
	background-color: #FFE6C5;
	padding: 5px;
	margin-bottom: 5px;
	width: 60%;
	border-top: 1px #ded7ad solid;
}
.feedback h4 {
	display: inline;
	padding-left: 3px;
	font-size: 10px;
}
.active {
	font-size: 140%;
}
#footer p {
	font-size: 10px;
	color: darkgray;
	text-align: center;
}

