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

body {
	background-color:#666554;
	margin:0;
	padding:0;
	color:black;
	min-width:845px;
	border: none;
	font-family:'Century Gothic', 'Apple Gothic', AppleGothic, sans-serif;
}

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

#headertext {
	color: black;
	background-color:white;
	margin-left:0em;
	margin-right:0em;
	padding:0em;
	height:40px;
	width:815px;
}
div#headertitle {
	text-align:center;
	font-size:xx-large;
	float:left;
	width:250px;
	height:auto;
}
div#headerbyline {
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	font-size:large;
	float:right;
	width:515px;
	height:auto;
}
/* 	
	margin-top:0.1em;
	padding:0em;
	margin-top:0.1em;
	padding:0em;
font-size: 1.4em;
*/
#content {
	background-color: White;
	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: White;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
#NavHeader {
	text-align:center;
	margin:1em;
}
#NavHeaderLogo {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:7em;
}
#NavHeaderTitle {
	font-size: xx-large;
	color: Black;
}
#NavHeaderByLine {
	font-size:10pt;
}
.NavBody {
	text-align:center;
	font-size: 1.4em;
	color: Black;
}

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

.NavItem:hover {
background-color:Gray;
}

.NavLink {
}

a.NavLink:link {
	text-decoration:none;
	color: Black;
	border-color: Gray;
}
a.NavLink:visited {
	text-decoration:none;
	color: Black;
	border-color: Gray;
}
a.NavLink:hover {
	text-decoration:none;
	background-color:Black;
	color: White;
	border-color: Gray;
}
a.NavLink:active {
	text-decoration:underline;
	color: Black;
	border-color: Gray;
}

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

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

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

#headline a:link {
	text-decoration:none;
	color: Black;
	border-color: Gray;
}
#headline a:visited {
	text-decoration:none;
	color: Black;
	border-color: Gray;
}
#headline a:hover {
	text-decoration:none;
	background-color: Black;
	color: White;
	border-color: Gray;
}
#headline a:active {
	text-decoration:underline;
	color: Black;
	border-color: Gray;
}

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

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

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

.footnote {
	font-size:small;
}

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

#copyright a:link {
	text-decoration:none;
	color: Gray;
	border-color: Gray;
}
#copyright a:visited {
	text-decoration:none;
	color: Gray;
	border-color: Gray;
}
#copyright a:hover {
	text-decoration:none;
	background-color:Black;
	color: White;
	border-color: Gray;
}
#copyright a:active {
	text-decoration:underline;
	color: Black;
	border-color: Gray;
}

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

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