#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
} 
.twoColFixLtHdr #header {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #F8F7F2;
	border: 3px double #999;
} 
#header img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#breadcrumbs {
	font-size: 0.85em;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	padding-left: 1em;
	line-height: 3em;
	text-decoration: none;
}
#breadcrumbs a {
	color: #83440e;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#breadcrumbs a:hover {
	color: #4A2404;
	border: 1px solid #0B670F;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 5px;
	background-color: #E0EBD3;
	margin-left: 10px;
}
#sidebar1 img {
	border: 3px double #000;
	margin-top: 2px;
	margin-bottom: 20px;
	padding: 2px;
	margin-left: 2px;
}
#flyout {
	float:left;
	padding:0;
	margin:3px 0 0 0;
	list-style:none;
	position:relative;
	width:170px;
	}
	
#flyout ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	width:150px; 
	height:auto; 
	background: url(trans.gif); 
	position:absolute; 
	left:-9999px; 
	top:0;}

#flyout li {
	float:left;
	margin-bottom:2px;
	}
	
#flyout li a {
	display:block;
	float:left;
	width:170px;
	height:40px;
	color:#000;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-indent:15px;
	background-color: #E6F0DD;
	border: 1px solid #C7C7C7;
	}
	
#flyout li a.fly {
	background-color: #E6F0DD;
	}

#flyout li:hover {
	position:relative;
	background-color: #093;
	}
#flyout li a:hover {
	position:relative;
	background-color:#093;
	color:#fff;
	}
	
#flyout li:hover > a {
	background-color:#F9DD89;
	color:#733706;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	border-top-color: #666;
	border-bottom-color: #666;
	}

#flyout ul li a {
	height: 30px;
	line-height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2A605;
	border-right-color: #E2A605;
	border-bottom-color: #E2A605;
	border-left-color: #E2A605;
	background-color: #0B670F;
	width: 120px;
	color: #FFF;
	font-size: 12px;
	z-index: 1000;
	}
#flyout ul li a.fly {background:#aaa url(right-arrow.gif) no-repeat right center;}


#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current {
	background-color:#E2A605;
	color:#FFF;
	height: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffe;
	border-right-color: #aaab9c;
	border-bottom-color: #ccc;
	border-left-color: #fff;
}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {
	left:155px
}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px;}

#flyout ul li:hover > a {
	background-color:#FCEFC7;
	color:#000;
	border: 1px solid #800000;
}
