﻿@import url(layout.css);
body {
	color: #000;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	line-height: 28px;
	text-indent: 30px;
	text-align: left;
}
