/*
blue #014994
*/

H1 {
	margin-top: 0;
	}

H1, H2, H3, H4, H5, H6, #header {
	font-family: sans-serif;
	color: #014994;
	page-break-after: avoid;
	}

A.external {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
	}

P.seeother {
	font-style: italic;
}

p.credit {
	display: none;
}

/* Header */

DIV#content {
	padding-top: 120px;
	}

DIV#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background-image: url(nw-cont.png);
	background-repeat: repeat-x;
/*	background-attachment: fixed;*/
	z-index: 1;
	}

UL.nav {
	position: absolute;
	left: 10px;
	bottom: 10px;
	margin: 0;
	padding: 0;
	
	color: white;
	font-weight: bold;
	}

UL.nav A {
	color: white;
	text-decoration: none;
	}

UL.nav A:hover {
	text-decoration: underline;
	}

UL.nav LI {
	display: inline;
	list-style-type: none;
	}

UL.nav LI::before {
	content: " > ";
	}

UL.nav LI:first-child::before {
	content: "";
	}

/* Footer */

#footer {
	position: relative;
	border-top: 3px solid #014994;
	padding-top: 5px;
	}

#footer IMG {
	border: none;
	}

#footer IMG.right {
	float: right;
	}

DIV#homelink {
	text-align: center;
	margin: 0;
	padding: 0;
	}

DIV#validator {
	position: absolute;
	right: 0;
	top: 5px;
	}

DIV#dr {
	position: absolute;
	right: 90px;
	top: 5px;
	}

DIV#webmaster {
	font-size: 80%;
	position: absolute;
	left: 5px;
	top: 5px;
	}

DIV.copyright {
	font-size: 80%;
	position: absolute;
	left: 5px;
	top: 2em;
	}

/* Motions */

.motion {
	padding: 5px;
	background-color: #ccccff;
}

.motion .init, .motion .birt {
	font-weight: bold;
}

.motion DT {
	font-family: sans-serif;
	font-weight: bold;
	color: #014994;
	page-break-after: avoid;
}

/* Constitution */

DIV.const OL {
	list-style-type: upper-roman;
	}

DIV.const OL OL {
	list-style-type: decimal;
	}

DIV.const OL OL OL {
	list-style-type: lower-alpha;
	}

DIV.const > OL > LI {
	padding-top: 1em;
	font-weight: bold;
	page-break-after: avoid;
	}

DIV.const OL OL OL {
	page-break-inside: avoid;
}

DIV.const > OL > LI > OL > LI, DIV.const > OL > LI > DL > DT {
	padding-top: 0.5em;
	}

DIV.const > OL OL, DIV.const > OL DL {
	font-weight: normal;
	}

DIV.const OL DIV {
	position: absolute;
	left: 0px;
	display: block;
	width: 150px;
	text-align: right;
	font-size: 80%;
	}

DIV.const OL.section {
	padding-left: 150px;
	}

@media print {

DIV#header, #footer, .printversion {
	display: none;
}

DIV#content {
	padding-top: 0;
}

DIV.const OL DIV {
	position: static;
	width: auto;
	text-align: left;
	font-size: 100%;
}

DIV.const OL.section {
	padding-left: 2em;
}

}
