/* CSS Document */

body, html{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}

body{
	background-color:#FFFFFF;
	color:#396060;
	font-family:"Gill Sans MT", "Gill Sans", "Trebuchet MS", verdana, _sans-serif;
	font-size: 12pt;
}
h1{
	color: #FF6600;
	font-size:1.2em;
}
h2{
	font-size:1em;
}



#content{
	font-size: 12pt;
    width:100%;;
	height:auto;
	top:0px;
	line-height:1.5em;

}

.noprint, .chop, #nav, #header{
	display:none;  
}

#header{
 	display:none;
}

#footer {
  background-color:#FFFFFF;
  color:#396060;
  font-size:10pt;
  width:auto;
  height:auto;
  position:relative;
  bottom: 0px;
  padding:0px;
  margin:0px;
}

#footer a, #header a, .tree dt a{
	color:#396060;
	text-decoration:none;
}
tree dd{
	margin-bottom:1em;	
}
.tree dt{
	font-weight:bold;
	margin-top:1em;	
}
a{
	color:#9D3756;
}
img{
	border:#669999 1px solid;
}