/* v4 */
body {
	margin: 0;
	padding: 0 0 0 140px;
	background-color: #f2ffd9; /* note -- not a 'safe' colour */
	color: black;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.masthead {
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	height: 90px;
	background: transparent url(leaf.gif) no-repeat center;
	}
.navbar {
	position: absolute;
	left: 0;
	top: 90px;
	width: 140px;
	background-color: #cc9;
	}
.navbar ul {
	margin: 0;
	list-style: none;
	}
.navbar li {
	margin: 1px;
	font-size: 12px;
	font-weight: bold;
	}
.navbar li.rightbutton {
	}
.navbar li .thispagebutton {
	background-color: #633;
	color: #cc6;
	height: 18px;
	padding-top: 3px;
	padding-left: 1em;
	}
.navbar li li .thispagebutton {
	padding-left: 2em;
	}
.navbar li a {
	display: block;
	height: 18px;
	padding-top: 3px;
	padding-left: 1em;
	text-decoration: none;
	}
.navbar li li a {
	padding-left: 2em;
	}
.navbar li a:link, .navbar li li a:link {
	background-color: #cc6;
	color: #633;
	}
.navbar li a:visited, .navbar li li a:visited {
	background-color: #cc6;
	color: #963;
	}
.navbar li a:hover, .navbar li li a:hover {
	background-color: white;
	color: #633;
	}
.main {
	margin: 0 auto 0 auto;
	padding: 3em 2em 0 2em;
	width: auto;
	max-width: 30em;
	}
h1 {
	text-align: center;
	color: #633;
	font-family: Georgia, Times New Roman, serif;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	}
h2 {
	text-align: center;
	color: #633;
	font-size: 150%;
	font-weight: normal;
	}
h4 {
	text-align: center;
	color: #633;
	font-size: 80%;
	font-weight: bold;
	}
.summary, .keyphrases, .persons {
	margin: 1em 0 1em 0;
	}
.textcentred {
	text-align: center;
	}
strong {
	font-weight: bold;
	color: #633;
	}
.keyword {
	color: red;
	}
.footer {
	}

/* The following stuff just for trees.htm */
.treelistmain {
	margin: 0 auto 0 auto;
	padding: 3em 0 0 0;
	width: 570px;
	}
ul.treelist {
	position: relative;
	width: 570px;
	}
.treelist li {
	float: left;
	width: 113px;
	height: 63px;
	/* ellipse.gif is width: 76px; height: 42px; */
	background: transparent url(ellipse.gif) no-repeat top center;
	text-align: center;
	font-size: 12px;
	color: #633;
	}
.treename {
	height: 27px;
	padding-top: 15px;
	}
.treename a
	{
	color: #633;
	text-decoration: none;
	}
.treekey {
	height: 18px;
	padding-top: 3px;
	}

