﻿div#content h1 {
	font-size: 1.4em;
	margin-top: 0;
	background: #00573d url(/images/headings.gif) top right no-repeat;
	color: #ffffff;
	padding: 3px 180px 3px 10px;
	position: relative;
}

span#chapterNumber {
	display: block;
	position: absolute;
	top: 5px;
	left: 520px;
	width: 60px;
	text-align: center;
	color: #006f58;
}

h2, h3, h4 {
	font-size: 1em;
	margin-top: 0;
}

div#content {
	padding: 20px 15px 15px 15px;
	background: #ffffff;
	margin-left: 160px;
	min-height: 300px;
}

* html div#content {
	height: 300px;
}

div.numberedSection {
	position: relative;
	margin-left: 50px;
}

span.sectionNumber {
	display: block;
	position: absolute;
	top: 0;
	left: -50px;
}

div.policy {
	background: #00573d;
	color: #ffffff;
	padding: 10px;
	margin: 1em 0;
}

div.policy * {
	color: #ffffff;
}

div.policy img {
	border: 0;
}

div.proposal {
	background: #b6d0c7;
	color: #00573d;
	padding: 10px;
	margin: 1em 0;
}

div#content li {
	margin-bottom: 1em;
}

/* Tables */

div#content table {
	margin-bottom: 1em;
}

div#content th {
	text-align: center;
	background: #00573d;
	color: #ffffff;
}

div#content th.numberCell {
	width: 3em;
}

div#content th, div#content td {
	vertical-align: top;
}

div#content tr.odd td {
	background: #eaf1f0;
}

div#content tr.even td {
	background: #b6d0c7;
}

div#content thead tr.odd td, div#content thead tr.even td {
	background: transparent;
}

div#content td.policyNumber {
	width: 4em;
}

/* Glossary */

div#glossary strong {
	display: block;
	margin-right: 1em;
	color: #00573d;
}

div#glossary td {
	padding-bottom: 10px;
}

p#glossaryLink {
	margin-top: 0;
}

div#glossary td ol {
	margin: 0;
}

/* Contents page */

div#content table.contentsTable th {
	background: transparent;
	color: inherit;
	text-align: left;
}

/* Help page images */

div.captioned {
	float: right;
	margin: 0 10px 10px 10px;
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
}

div.captioned p {
	margin: 0;
	font-size: x-small;
}