﻿/* CSS layout */
.centered10pt {
	font-size: 10pt;
	text-align: center;
	margin: 0px 0px 5px 0px;
}
.bold {
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.centered {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.left10pt {
	font-size: 10pt;
	color: #000000;
}
h2 {
	padding: 5px;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 14pt;
	color: #000000;
}
#masthead {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	background-color: #394918;
	padding: 0px;
	text-align: center;
	border-bottom-color: #182400;
}
#top_nav {
	border-style: solid;
	border-width: 2px 0px 5px 0px;
	border-color: #182400;
	background-color: #182400;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 2px;
	color: #EBDECD;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	text-decoration: none;
	height: 12px;
}
#page_content {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	padding: 10px;
	margin: 0px;
	font-size: 10pt;
}
#container {
	width: 777px;
	padding: 4px;
	margin: 2px auto 0px auto;
	border: 6px solid #000000;
	background-color: #BDBEAD;
}
#footer {
	background-color: #424D18;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #EFDFCE;
	text-align: center;
	padding: 4px;
}
h1 {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 4px;
	color: #424D18;
}
.HeaderGraphic {
	margin: 3px auto 5px auto;
}
.BoldItalic {
	font-weight: bold;
	font-style: italic;
}

