html { background:#f4f4f4; }

/*
xh1:before {
	content:"Archive ";
	color:#a02c2c;
	font-size:16px;
	margin-right:8px;
	display:inline-block;
	padding:8px;
	background:#fff;
}
*/
html.archive { background:#bbad98; }
html.archive body { background:#bbad98; }

html.archive .archive-label, html.archive .eff-dates { 
	display:inline-block;
	color:#a02c2c;
	font-size:16px;
	margin: 5px 20px 12px 0;
	font-weight:bold;
	padding:8px;
	background:#f9f9f5;
}

html.archive .eff-dates span:first-child { 
	margin-right:8px;
}
.current-reg {
	margin:5px 0 5px 0;
}

body { background:#f4f4f4; }

a { 
	color:#0066cc;
	text-decoration: none;
	border-bottom:dotted darkblue 1px;;
}
a:visited { color:#884088; }
a:hover { border-bottom-style:solid; }


div.t8_content {
    max-width:1218px;
    min-width:915px;
    margin:15px auto 0 auto;
    border:solid #ddd 4px;
    border-radius:15px;
    padding:0 19px 25px 19px;
    color:#000;
    background:#fff;
}
html.archive div.t8_content {
	background:#f1f1ec;
}
ul { 
	list-style:none; 
	margin:23px 0 32px 0;
}
ul li { margin-bottom:9px; }
ul.appendix li { margin-bottom:6px; }

.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }

.underline { text-decoration:underline; }

div.chapter-article { 
	display:inline-block;
	font-size:1.03em; 
	padding:6px 10px 6px 10px;
	margin:15px 0 20px 0;
	line-height:1.4;
	color:#333;
	background:#f7f7f7;
	border:solid #ddd 1px;
}
h1 { 
	font-size:1.2em;
	margin-top:20px;
	margin-bottom:20px;
	color:#333;
}

#skip-to-content {
    position: relative;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    z-index: 999;
}
#skip-to-content a {
    width: 0;
    height: 0;
    text-align: center;
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    clip: unset;
    background-color: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    overflow: hidden;
}
#skip-to-content a:focus {
    width: 160px;
    height: 27px;
}
