@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:white;
	color:black;
	min-width:845px;
	border: none;
}

/* #4F2700 */
#header {
	background-color:#581123;
	margin:0px auto;
	padding-top: .5em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 0.5em;
	width:815px;
}

.headertext {
	color: #581123;
	text-align:center;
	font-weight:bolder;
	background-color:#EAB646;
	margin-left:0em;
	margin-right:0em;
	padding:0em;
}

.headertext  h1 {
	font-weight:bold;
	font-size:2em;
}

.headertext  h2 {
	margin-top:-1em;
	margin-bottom:-.2em;
	font-style:italic;
	font-weight:bold;
	font-size:1em;
}

.headertext  h3 {
	font-size:1em;
}

/* 	
	margin-top:0.1em;
	padding:0em;
	margin-top:0.1em;
	padding:0em;
font-size: 1.4em;
*/
#content {
	background-color:#581123;
	text-align: center;
	width: 815px;
	margin: 0 auto;
	padding-left: 0.7em;
	padding-right: 0.7em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#contentoverflow {
	overflow:hidden;
}

#nav {
	float:left;
	width:250px;
	background-color:#EAB646;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
.NavHeader {
	text-align:center;
	margin:1em;
}
#NavHeagerLogo {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:7em;
}
#NavHeaderTitle {
	font-size: 14pt;
	color: #581123;
}
#NavHeaderByLine {
	font-size:12pt;
}
.NavBody {
	text-align:center;
	font-size: 1.4em;
	color: #581123;
}

.NavItem {
	margin-top:1em;
	margin-bottom:1em;
}

.NavItem:hover {
background-color:#000;
}

.NavLink {
}

a.NavLink:link {
	text-decoration:none;
	color: #581123;
	border-color: #EAB646;
}
a.NavLink:visited {
	text-decoration:none;
	color: #581123;
	border-color: #EAB646;
}
a.NavLink:hover {
	text-decoration:none;
	background-color:#581123;
	color: #EAB646;
	border-color: #EAB646;
}
a.NavLink:active {
	text-decoration:underline;
	color: #581123;
	border-color: #EAB646;
}

#main {
	background:#581123;
	float:right;
	width: 550px;
}

#main img {
	padding: 0px;
	margin: 0px;
	border: none;
	float:left;
}

.maintextleft {
	margin-top:0px auto;
	font-size: 1em;
	color: white;
	text-align:left;
}

#headline a:link {
	text-decoration:none;
	color: #EAB646;
	border-color: #EAB646;
}
#headline a:visited {
	text-decoration:none;
	color: #EAB646;
	border-color: #EAB646;
}
#headline a:hover {
	text-decoration:none;
	background-color:#EAB646;
	color: #581123;
	border-color: #EAB646;
}
#headline a:active {
	text-decoration:underline;
	color: #EAB646;
	border-color: #EAB646;
}

.maintextcenter {
	margin-top:0px auto;
	font-size: 1em;
	color: white;
	text-align:center;
}

.maintextright {
	margin-top:0px auto;
	font-size: 1em;
	color: white;
	text-align:right;
}

#bistrolinks img {
	padding:10px;
	float: none;
}

.footnote {
	font-size:small;
}

#copyright {
	color:#EAB646;
	text-align:center;
	clear:both;
	margin: 0px auto;
	width: 815px;
	padding-left: 0.7em;
	padding-right: 0.7em;
	background-color: #581123;
}

#copyright a:link {
	text-decoration:none;
	color: #EAB646;
	border-color: #EAB646;
}
#copyright a:visited {
	text-decoration:none;
	color: #EAB646;
	border-color: #EAB646;
}
#copyright a:hover {
	text-decoration:none;
	background-color:#EAB646;
	color: #581123;
	border-color: #EAB646;
}
#copyright a:active {
	text-decoration:underline;
	color: #EAB646;
	border-color: #EAB646;
}

#footer {
	background-color:#581123;
	margin:0px auto;
	padding-top: 0.5em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	padding-bottom: .5em;
	width:815px;
}

.footertext {
	color: #581123;
	text-align:center;
	font-size: 1em;
	background-color:#EAB646;
	margin-left:0em;
	margin-right:0em;
}