/* Page content */

/* Page structure:
Wrapper
-Header
--Logo image
--Logo background
--Linkbar
-Content
--H1 Page name
--H2#contents Contents (optional)
---UL list of sections
----UL list of subsections where found
-----etc
--HR (if contents are displayed)
--H2.section Section
---H3 Subsection (if found)
----H4 Subsubsection (if found)
-----etc
--Update
--Footer


-p
-img
-span.left
-span.right

*/

/* Outline */

/* h5 and h6 are reserved for future use. */

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000000 !important;
	font-family: Cooper Std Black, Cooper Black, Rockwell Extra Bold, Arial Rounded MT Bold, Lucida Sans Unicode, Century Gothic, Arial, Verdana;
	text-indent: 0px !important;
	text-decoration: none !important;
	position: relative;
	display: block;
	cursor: default;
	padding: 0px;
	margin: 0px;
	padding-top: 0.5em;
	clear:both;
}

#content h1 {
	padding-top: 0px;
	padding-left:16px;
	font-size:24pt;
	text-shadow: #666666 5px 5px 5px;
}

#content h2 {
	padding-top: 6pt;
	padding-left:8px;
	font-size:18pt;
	text-shadow: #888888 4px 4px 4px;
}

#content h3 {
	padding-top: 4pt;
	padding-left:8px;
	font-size:14pt;
	text-shadow: #aaaaaa 3px 3px 3px;
}

#content h4,
#content h5,
#content h6 {
	padding-top: 2pt;
	padding-left:8px;
	font-size:12pt;
	text-shadow: #cccccc 2px 2px 2px;
}

#content {
/* font-size is controlled by XSLT */
	background:white;
	color: black;
	padding-top:8px;
	padding-bottom: 48px;
/* TITLE: 120px; LINKBAR: ~20px; CONTENT: *px; UPDATE+FOOTER: ~100px; TOTAL ~ 500px */
	min-height: 300px;
	padding-right: 32px;
}

#content p {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	color: #000000;
	padding-top:0.5em;
}

/* Indent all items in a section (relative to its respective header */
#content p,
#content span,
#content object,
#content .section div {
	padding-left: 32px;
}

/* Add an extra 2em indent to lists */
#content ul,
#content ol {
	margin-left: 32px;
	padding-left: 2em;
}

/*Indent first line of all paragraphs immediately following other paragraphs */
#content p+p {
	text-indent: 1em;
}

#content p.noindent {
	text-indent: 0px !important;
}

#content h1>a,
#content h2>a,
#content h3>a,
#content h4>a,
#content h5>a,
#content h6>a {
	color: #000000 !important;
	font: inherit !important;
}

/* First H2 after table of contents does not need pre-space */
#content #contents+.section>h2:first-child{
	padding-top:0px;
}

/* Table of contents */
#content #contents {
	padding-bottom:24px;
}

#content #contents ul {
	padding-left:2em;
	margin:0px;
}

#content #contents>ul {
	padding-bottom: 1em;
}

#content #contents li>ul {
	font-size:0.85em;
	padding-bottom: 0.7em;
}

#content #contents>ul {
	padding-left:40px;
}

#content #contents li {
	padding-top:0.5em;
}

#content #contents a,
#content #contents li {
	font-size: inherit !important;
}

#content .section+.section {
	padding-top: 48pt;
}

/* Don't push section after contents down any further */
#content #contents.section+.section {
	padding-top:0px;
}

/* Inline images are annoying */
#content img {
	display: block;
}

/* Display ALT tag after image in silver italics */
#content img:after {
	content: attr(alt);
	color: #c0c0c0;
	font-style: italic;
	display: block;
}

#content img.nocaption:after {
	content: normal;
}

/* Image with no border */
#content img.noborder {
	border: none;
}

/* Aligned object */
#content .left,
#content .right {
	padding: 20px;
}

#content .left {
	float: left;
	padding-top: 4px;
	padding-left: 16px;
	text-align: center;
}

#content .right {
	float: right;
	padding-top: 4px;
	padding-right: 16px;
	text-align: center;
}

/* Unpadded object */
#content .nopadding {
	padding:0;
}

/* Indented objects and quotes */
#content .indent,
#content .q {
	margin-left:24pt;
}

/* Small objects and quotes */
#content .small,
#content .q {
	font-size:0.8em;
}

/* Link / anchor style */
#content a {
	color:#000066;
}

#content a:hover {
	text-decoration: underline;
}

#content a:link,
#content a:visited {
 color:#0000ff;
}

/* Recursive indent per section level */

#content .section {
	padding-left: 32px;
}

/* Table layout classes */
#content table {
	table-layout:fixed;
	width:100%;
}

#content table.auto {
	table-layout:auto;
	width:inherit;
}

/* Decoration */
#content .section span.underline {
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

#content .section span.strikeout {
	text-decoration: line-through;
	padding: 0;
	margin: 0;
}

/* LaTeX equations */
/* http://www.forkosh.dreamhost.com/source_mathtex.html */

#content .section > img.equation {
	display: block;
	text-align:left;
	padding-top:0.8em;
	padding-bottom:1em;
	padding-left:2em;
}

#content img.equation:after {
	content: normal;
}

#content img.equation.inline,
#content p>img.equation {
	display: inline;
	padding: 0px;
}

#content img.equation.center {
	display: block;
	padding: 0.4em;
	text-align: center;
}

#content img.equation.indent {
	display: block;
	padding-top: 0.4em;
	padding-left: 0.2em;
	padding-bottom: 0.6em;
	text-align: left;
}

#content div.equation {
	display: block;
	padding-bottom: 2em;
	font-size: 0.9em;
}

#content div.equation ul {
	margin-top: 0px;
}

#content div.equation li {
	font-size: 0.9em;
}

/* Internal svg support */
#content img.svg {
	position: relative;
	left: 32px;
	top: 16px;
	margin-bottom: 32px;
}

#content img.svg.maths {
	border: 1px dashed black;
}

#content img.maths:after {
	content: normal;
}

#content p.importantmessage {
	font-weight: bold;
	text-align: justify;
	font-size: 0.9em;
	font-style: italic;
}
