/* CSS Document */
#positioner {
	position: relative;
}
#diagram {
	height: 220px;
	width: 511px;
	position: relative;
	border: 1px solid #00CC00;
}
#diagram p {
	color: #00CC00;
	font-size: 11px;
	font-style: italic;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
}

#display {
	position: absolute;
	top: 40px;
	left: 280px;
	visibility: hidden;
	height: 148px;
	width: 148px;
}
#search {
	position: absolute;
	top: 35px;
	left: 5px;
	visibility: hidden;
	height: 180px;
	width: 180px;
}
#pages {
	position: absolute;
	top: 15px;
	left: 310px;
	visibility: hidden;
	height: 165px;
	width: 165px;
}
a:link, a:visited, a:active {
	color: #00CC00;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
}
