@charset "utf-8";
/* CSS Document for IE 8, FireFox and compliant browsers*/
body {
	background-color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}
div#wrapper {
	display: table;
	width: 960px;
	min-height: 700px;
	margin: 1% auto;
	padding: 0;
	text-align: left;
	background-color: white;
	overflow: inherit;
	font: inherit;
	border: 1px solid #030;
	-webkit-border-radius: 9px;  /* safari-chrome */ 
	-moz-border-radius: 9px;   /* firefox */ 
 	border-radius: 9px;  /* opera */ 
 }
div#trees {
	display: table-row;
	height: 50px;
	background: white url(../images/tree.gif) repeat-x;
	border: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
div#header {
	display: table-row;
	height: 72px;
	background-color: white;
	margin: 0;
	padding: 0;
	clear: both;
	vertical-align: bottom;
}
div#header img {
	border: 0;
}
div#navi {
	float: right;
	margin-top: 1em;
}
#navi ul {
	padding: 0.5em 0;
	text-align: right;
}
#navi ul li {
	display: inline;
	list-style-type: none;
	font-size: 85%;
	text-decoration: none;
}
#navi a:link {
	color: black;
}
#navi a:visited {
	color: black;
}
#navi a:hover {
	text-decoration: none;
	background-color: #030;
	color: #fff;
}
#navi a:visited:hover {
	text-decoration: none;
	background-color: #030;
	color: #fff;
}
div#clear {
	height: 2px;
	clear: both;
}
div#content {
	display: table-row;
	height: 100%;
	margin: 2em 1em;
	padding-top: 2em;
	vertical-align: top;
	overflow: inherit;
	clear: both;
}
div#navimain {
	display: table-cell;
	width: 20%;
	float: left;
	vertical-align: top;
	margin-top: 0.5em;
	padding: 0.15em;
}
.menutitle {
	cursor:pointer;
	margin-bottom: 4px;
	background: url(../images/bgbtn.png) bottom left repeat-x;
	color:black;
	font-weight: bold;
	width:180px;
	padding:4px;
	text-align:left;
	border-bottom:2px solid #030;
}
.menutitle a:link {
	text-decoration: none;
	color: black;
}
.menutitle a:visited {
	text-decoration: none;
	color: black;
}
.menutitle a:hover {
	text-decoration: none;
	color: #030;
}
.menutitle a:visited:hover {
	text-decoration: none;
	color: #030;
}
.menutitle img {
	border: 0;
}
.submenu {
	margin: 0;
}
.submenu li {
	cursor:pointer;
	margin: 0;
	margin-left: -2em;
	background: url(../images/bgbtn.png) bottom left repeat-x;
	color:black;
	font-weight: bold;
	width:165px;
	padding: 6px;
	text-align:left;
	list-style-type: none;
	border-bottom:1px solid #030;
	font-size: inherit;
}
.submenu a:link {
	text-decoration: none;
	color: black;
}
.submenu a:visited {
	text-decoration: none;
	color: black;
}
.submenu a:hover {
	color: #030;
}
.submenu a:visited:hover {
	color: #030;
}
span.selected {
	color: #030;
}
div#blurb {
	display: table-cell;
	width: 78%;
	float: right;
	font: inherit;
	margin: 0;
	padding: 0.25em 0.5em;
	color: black;
}
div#blurb a:link {
	color: black;
}
div#blurb a:link:hover {
	text-decoration: none;
	background-color: #030;
	color: #fff;
}
div#blurb a:visited {
	color: #060;
}
div#blurb a:visited:hover {
	text-decoration: none;
	background-color: #030;
	color: #fff;
}
div#blurb h1 {
	font-size: 120%;
	color: #030;
}
div#blurb h2 {
	font-size: 110%;
	color: #030;
}
div#blurb h3 {
	font-size: 105%;
	color: #030;
}
div#crumb {
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #030;
	color: #030;
	font-size: 85%;
}
p.right {
	text-align: right;
	font-size: smaller;
	padding-right: 1em;
}
div#graphic {
	position: relative;
	float: right;
	margin: 0px 0 8px 8px;
	overflow: inherit;
	width: 240px;
	color: #030;
	background: url(../images/bgGraphic.png) center top repeat-y;
	text-align: center;
	font-size: 90%;
	font-style: italic;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}
div#graphic img {
	border: 0;
	padding-top: 12px;
}
div#graphic p {
	margin: 0.25em;
	line-height: 150%;
	margin: 0.5em;
}
div#graphic form {
	color: #030;
	vertical-align: middle;
	font-size: smaller;
}
.clear {
	clear: both;
	margin: 6px 0;
}
#footer {
	display: table-row;
	vertical-align: bottom;
	border: 0;
	height: auto;
	padding: 0.25em 0;
	margin-left: -1px;
	text-align: center;
	color: #030;
}
p.bold {
	font-weight: bold;
}
abbr, acronym {
	border:none;
}
abbr[title], acronym[title] {
	cursor: help;
}
abbr {
	speak:spell-out;
}
acronym {
	speak: normal;
}
hr {
	color: #030;
}
.spaced { 
	line-height: 1.4em; 
	border: thin solid black; 
	padding: 0.5em; 
}
.spaced SUB, .spaced SUP { 
	line-height: 0; 
}
table#hc {
	border: 2px solid silver;
}
table#hc th {
	Color: #030; 
	background-color: white;
	vertical-align: bottom; 
	text-align: center;
	border-bottom: 1px solid #030;
	border-right: 1px solid silver;
	padding: 0.25em;
	border-collapse: collapse;
}
table#hc th.lastcol {
	border-right: 0;
	border-bottom: 2px solid #030;
}
table#hc td {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	text-align: right;
	padding: 0.25em;
	border-collapse: collapse;
}
table#hc td.lastcol {
	border-right: 0;
	border-bottom: 1px solid silver;
}
table#hc td.lastrow {
	border-right: 1px solid silver;
	border-bottom: 0;
}
#textarea {
	font-family: arial, helvetica, sans-serif;
	color: #030;
	background-color: white;
}

