#content {
	
}

#content .section {
	clear: both;
}

/* Section numbering */

#content .numberedSection {
	margin-left: 5em;
	position: relative;
}

#content .numberedSection .sectionNumber {
	position: absolute;
	top: 0;
	left: -5em;
	font-weight: bold;
}

/* Section headings */

#content h1 {
	font-size: 1.8em;
	color: #00aeef;
}

#content h2 {
	font-size: 1.4em;
	background: #00aeef;
	color: #ffffff;
	padding: 5px;
	border: 1px solid #000000;
}

#content h3 span {
	padding: 5px;
	border: 1px solid #000000;
}

/* Policies */

#content .policy {
	border: 1px solid #000000;
	background: #e2f4fd;
	padding: 0 10px 10px 10px;
	font-weight: bold;
	margin: 1em 0;
	clear: both;
}

#content .policy h4 {
	background: #000000;
	color: #ffffff;
	padding: 5px;
	margin: 0 0 10px -10px;;
}

#content .policy * {
	clear: left;
}

/* List styles */

#content ul, #content ol {
	clear: left;
}

#content li {
	margin: 0.5em 0;
}

/* Images */

#content img {
	margin-bottom: 10px;
}

/* Block quotes */

#content blockquote {
	font-style: italic;
}

/* Superscript text */

#content sup {
	font-size: xx-small;
}

/* Tables */

#content .section table, #content #appendix table, #content .policy table {
	margin: 1em 0;
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}

#content .section caption, #content #appendix caption, #content .policy caption {
	border: 1px solid #000000;
	border-bottom: none;
	text-align: left;
	padding: 10px;
	margin-bottom: -1em;
}

#content .section th, #content .section td, #content #appendix th, #content #appendix td, #content .policy th, #content .policy td {
	vertical-align: top;
	border: 1px solid #000000;
	padding: 5px;
}

#content .section th, #content #appendix th, #content .policy th {
	background: #000000;
	color: #ffffff;
}

#content .section tr.odd, #content #appendix tr.odd {
	background: #d2e4f8;
}

#content .section tr.even, #content #appendix tr.even {
	background: #e8f2fc;
}

#content .section tfoot tr.odd, #content .section tfoot tr.even, #content #appendix tfoot tr.odd, #content #appendix tfoot tr.even  {
	background: #b0d2f3;
}

#content .policy td, #content .policy caption {
	background: #ffffff;
}

#content #appendix table h3 {
	border: none;
	margin: -5px -6px;
	padding: 10px;
	background: #ffffff;
}

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;
}