html, body 
{
	margin: 0;
	padding: 0;
	color: #000;
	background: #EEF;
	background: url(../images/scrn_7.gif) no-repeat;
}
#introduction
{
	position: absolute;
	left: 28px;
	top: 110px;
	width: 735px;
	height: 50px;
	overflow: auto;
}
#links li 
{
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
	text-align: left;
}
#panelleft 
{
	position : absolute;
	left : 3px;
	top : 38px;
	width : 230px;
	height: 280px;
	visibility : visible;
	z-index : 99;
	font-size: 13px;
	overflow: auto;
}
#panelright {
	position : absolute;
	border: 0px;
	left : 275px;
	top : 30px;
	width : 460px;
	height: 295px;
	visibility : visible;
	z-index : 99;	
	overflow: auto;
}
ol li {
	list-style-type: lower-alpha;
}