
html {
height:100%;
max-height:100%;
padding:0;
margin-left: 0;
margin-right: 0;
border:0;
background:white;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	background-color: white;
	color: black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: 0px;
	padding: 0px;
	height:100%;
	max-height:100%;
	overflow:hidden;
}

a {
	background-color: white;
	color: blue;
	margin: 0;
	padding: 0;
}

a:hover {
	background-color: paleturquoise;
	color: blue;
	text-decoration: none;
}

a img {
	border: 0;
}

#header {
	position: absolute;
	margin-left: 0;
	margin-right: 0;
	top:0;
	left:0;
	display:block;
	width:100%;
	padding: 0px 0px;
	z-index:5;
}

#navigation {
	position: absolute;
	text-align: left;
	color: blue;
	border-top: 1px silver dashed;
	border-bottom: 1px silver dashed;
	background-color: white;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	top: 6.3em;
	padding: 0.25ex 0;
	clear: both;
	z-index:5;
	font-size: 90%
}

#navigation .menu1 {
	float: left;
	clear: left;
}

#navigation .menu2 {
	float: right;
	clear: right;
}

#navigation a{
	font-size: 90%;
	background-color:transparent;
	color: blue;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0 0.5ex 0 0.5ex;
}

#navigation a:hover{ color: red; }

#main {
	position:absolute;
	overflow:auto;
	left:0.0em;
	top:7.2em;
	right: 0px;
	bottom: 0.0em;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	padding: 0.5em 10px;
}

#main h1 {
	background-color: white;
	color: blue;
	font-size: 200%;
	text-align: left;
	margin: 0;
	padding: 0 0 0.5ex 0;
}

#main h2 {
	background-color: white;
	color: blue;
	font-size: 160%;
	text-align: left;
	margin: 10;
	padding: 0 0 0 0.0ex;
}

#main h3 {
	background-color: white;
	color: black;
	font-size: 100%;
	text-align: left;
	margin: 10;
	padding: 0 0 0 0.0ex;
}

#main h4{
	margin:1ex 0;
}

#main p {
	color: black;
	line-height: 1.5em;
	margin: 0.0em 0 0.5em 0;
	padding: 0;
}

#main ul {
	list-style-type: none;
	margin: 1em 0 1.5em 0;
	padding: 0 0 0 1em;
}

#main ul li {
	line-height: 1.5em;
	margin: 1.25ex 0 0 1.5em;
	padding: 0;
}

#main table {
	font-size: 100%;
	border-collapse: separate;
	empty-cells: show;
}

#main tbody{
	empty-cells: show;
}

#main th {
	color: blue;
	page-break-inside: avoid;
	padding: 0.5ex;
	font-size: 120%;
	font-weight: bold
	text-align: left;
}

#main td {
	color: black;
	page-break-inside: avoid;
	padding: 0.5ex;
	margin: 0;
	font-size: 100%
}

* html #main {
	overflow:auto;
	position:absolute;
	top:0;	left:0;
	right:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;
	z-index:3;
	border-top:7.2em solid white;
	border-bottom:0em solid white;
	border-left:0em solid white;
}

#bgdiv

{
	position: absolute;
	background-image: url(sitemap/tree1.png);
	background-repeat: no-repeat;
	background-attachment:scroll !important;
	background-attachment: scroll;
	background-position: 70px 100px;
	padding: 0;
}

* html #bgdiv

{
	position: absolute;
	background-image: url(sitemap/tree1.png);
	background-repeat: no-repeat;
	background-attachment:scroll !important;
	background-attachment: scroll;
	background-position: 70px 80px;
	padding: 0;
}

#map

{
        margin: 0 auto;
}