body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	text-align: center;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
* html body {
	font-size: x-small; /* for IE5 */
	f\ont-size: small; /* other IE */
}

#container {
	width: 800px;
	height: 100%;
	background-color: #DED1AF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	position: relative;
}#masthead {
	background-image: url(images/masthead.jpg);
	height: 120px;
	background-color: #067A84;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	width: 800px;
}
#content {
	float: left;
	background-color: #FFFFFF;
	border: solid 2px #067A84;
	background-position: top left;
	min-height: 250px;
	margin: 23px 0 0 23px;
	width: 555px;
	padding: 10px;
}
#left_image {
	position: absolute;
	left: 13px;
	top: 198px;
}
#sub_navigation ul li {
	margin: 0;
	padding: 0;
}
#sub_navigation ul li a {
	font-size: 120%;
	padding: 3px 0 3px 6px;
	border-bottom: solid #8e724d 2px;
	display: block;
	text-decoration: none;
}
#sub_navigation ul li a:hover, #sub_navigation ul li[current="true"] a:hover {
	background-color: #F3EEDF;
}
#sub_navigation ul li[current="true"] a {
	background-color: #FFFFFF;
}
#sub_navigation {
	float: left;
	width: 150px;
	margin: 23px 0 0 23px;
}
#sub_navigation ul {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	border-top: solid #8e724d 2px;
	padding: 0;
	list-style-type: none;
}
#navigation {
	background-color: #F3EEDF;
	list-style-type: none;
	margin: 4px 0 0 0;
	clear: left;
	float: left;
	width: 100%;
	display: block;
	padding: 0;
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}
#navigation li {
	display: block;
	left: 0px;
	float: left;
	margin: 0;
	padding: 0;
}
#navigation li a {
	text-decoration: none;
	margin: 0 25px 0 25px;
	padding: 2px 18px 2px 18px;
}
#navigation li a:hover {
	background-color: #DED1AF;
}
#navigation li[current="true"] a {
	border-left: solid 2px #067A84;
	border-right: solid 2px #067A84;
	padding: 2px 18px 2px 18px;
	background-color: #DED1AF;
}
h1 {
	color: #FFFFFF;
	display: none;
	font-family: "Times New Roman", Times, serif;
}
a {
	color: #000000;
	text-decoration: underline;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.15em;
}
a:hover {
	text-decoration: none;
}
#footer {
	clear: left;
	float: left;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
#content p {
	line-height: 3ex;
	margin-top: 0px;
}
.highlight {
	color: #067A84;
}
h2 {
	color: #067A84;
	font-weight: bold;
	font-size: 100%;
}
#content ul {
}
#content ul li {
	display: block;
	line-height: 3ex;
}
#content a {
	color: #067A84;
}
