/* header */

#topstrip {
	width:100%;
	height:15px;
	background:#8C6E41;
	border-bottom:1px solid #735A34;
	font-size:1px;
}

#botstrip {
	width:100%;
	height:15px;
	background:#BFA174;
	border-top:1px solid #CFB997;
	border-bottom:1px solid #AF8951;
	font-size:1px;
	clear:left;
}

#nav {
	background:#AF8951;
	border-top:1px solid #bfa174;
	border-bottom:1px solid #8c6e41;
	height:7em;
}

#nav IMG {
	position:relative;
	left:2.5%;
	top:8px;
	margin-bottom:1em;
}

#nav H4, .skip {
	margin:0;
	padding:0;
	position:absolute;
	right:2.5%;
	top:32px;
	border-right:1px solid #bfa174;
	border-bottom:1px solid #bfa174;
	border-top:1px solid #8c6e41;
	border-left:1px solid #8c6e41;
	width:7.2em;
	text-align:center;
	text-indent:0;
}

#nav H4 A, A.skip {
	color:#e6e6e6;
	background:#AF8951;
	border-right:1px solid #8c6e41;
	border-bottom:1px solid #8c6e41;
	border-top:1px solid #bfa174;
	border-left:1px solid #bfa174;
	font-size:11px;
	font-weight:normal;
	display:block;
	margin:0;
	padding:3px;
	text-decoration:none;
}

#nav H4 A:active, #nav H4 A:hover, #nav H4 A:focus, A.skip:active, A.skip:hover, A.skip:focus {
	color:#e6e6e6;
	background:#8C6E41;
	border-bottom:1px solid #735A34;
	border-right:1px solid #735A34;
}

#nav H4 {
	display:none;
}

#toc {
	color:#e6e6e6;
	background:#AF8951;
	margin:0 2.5%;
}

#toc LI {
	font-size: 0.846em;
	line-height:1.1em;
	list-style:none;
	list-style-image:none;
	margin:0;
	text-indent:0;
	border-top:1px solid #bfa174;
	border-left:1px solid #bfa174;
	border-right:1px solid #8c6e41;
	border-bottom:1px solid #735A34;
	width:8.88%;
	float:left;
}

#toc A {
	display:block;
	padding:0.5em 0.5em;
	color:#e6e6e6;
	background:#AF8951;
	text-decoration:none;
	font-weight:normal;
}

#toc A:hover, #toc A:focus {
	background:#8C6E41;
	color:#e6e6e6;
}


