body {
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
}

#notes	{ 
	font-weight: 500;
	width: 900px;
	}
	
#error	{
	font-size: 12pt;
	color: red;
}#nounder	{
	font-size: 12pt;
	color: black;
	text-decoration: none;
}

#header {
	margin: 0;
}

#header img {
	display: block;
}

#leftbar {
	position: absolute;
	left: 0;
	width: 9em;
	padding: 0;
}

#leftbar, #leftbar ul {
	margin: 0;
	list-style-type: none;
}

.leftbarsection {
	padding: 0.2em;
	padding-left: 0.5em;
}

.leftbarsection ul {
	padding: 0;
}

.leftbarsection ul ul {
	/*padding-left: 1em;*/
}

#leftbar a {
	/*color: black;*/
}

#rightbar {
	position: absolute;
	left: 50em;
}

#sbi {
	width: 14em;
}

#mainbar {
	margin: 0;
	margin-left: 9em;
	padding: 0.2em;
	padding-left: 0.4em;
	max-width: 39em;
	width: 39em;
}

#mainbar.wide {
	max-width: none;
	width: inherit;
}

/*
@media print {
	#mainbar {
		position: relative;
	}
}
*/

#mainbartitle {
	margin-top: 0;
}

h3.plain {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0;
}

h3.plain + p {
	margin-top: 0;
}

.floatInBody {
	clear: both;
	margin-bottom: 1em;
}

.floatInBody.left {
	float: left;
	margin-right: 1em;
}

.floatInBody.right {
	float: right;
	margin-left: 1em;
}

.floatInBody.left + p {
	clear: right;
}

.floatInBody.right + p {
	clear: left;
}

#Grower {
	padding: 0;
	margin: 0;
	margin-top: 1em;
	list-style-type: none;
}

#Grower li {
	padding: 0;
	padding-bottom: 1em;
}

#Grower .details {
	color: #444;
	text-decoration: none;
	font-size: small;
}

img {
	border-style: none;
}

table.numeric {
	border-collapse: collapse;
	margin: 1em 0;
}

table.numeric caption {
	text-align: left;
	font-size: 125%;
	font-weight: bold;
}

table.numeric th {
	vertical-align: bottom;
}

table.numeric th[scope="row"] {
	font-weight: normal;
}

table.numeric td, table.numeric th[scope="row"], table.numeric th[scope="rowgroup"] {
	vertical-align: baseline;
}

table.numeric th[scope="rowgroup"] {
	padding-right: 1em;
}

table.numeric td {
	vertical-align: baseline;
	white-space: nowrap;
}

table.numeric td, table.numeric th {
	padding: 0.15em 0;
	padding-left: 1em;
	border-bottom: 1px solid gray;
	text-align: right;
}

table.numeric tr.rowspan td, table.numeric tr.rowspan th {
	border-bottom-style: none;
}

table.numeric tr.totals, table.numeric tr.totals th {
	font-weight: bold;
}

table.numeric td.nonnumeric, table.numeric th.nonnumeric {
	padding-left: 0;
	text-align: left;
	white-space: normal;
}

table.numeric .indent th {
	padding-left: 2em;
}

table.numeric .indent th[scope="rowgroup"] {
	padding-left: 0em;
}

table.numeric td.colspan, table.numeric th.colspan {
	text-align: center;
}

tr.newsection td, tr.newsection th {
	padding-top: 2em;
}

.accesskey {
	text-decoration: underline;
}

@media print {
	#leftbar {
		display: none;
	}

	#rightbar {
		display: none;
	}

	#mainbar {
		margin: 0;
		padding: 0.2em;
	}
}

