body {
	color: #009900;
	background-color: #660066;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma;
	font-size: 16px;
	}

p {
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: justify;
	font-family: Tahoma;
	font-size: 14px;
	}

a:link { 
	font-weight: bold; 
	color: #009900;
	text-decoration:none;
	}

a:visited { 
	font-weight: bold; 
	color: #7F7F7F;
	}

a:hover, a:active {  
	color: #660066;
	}

#container { 
	background: url(bg.png) repeat-y; 
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	}

#top { 
	background: url(header.png) no-repeat right top; 
	width: 430px;
	height: 215px;
	float: left;
	}

#graphic { 
	background: url(pie.png) no-repeat right top;
	padding-top: 15px; 
	width: 200px;
	height: 215px;
	float: right;
	}

#text {
	margin-left: 31px;
	padding: 20px;
	padding-top: 1px;
	padding-bottom: 30px;
	width: 306px;
	clear: both;
	background: url(bg_divide.gif) no-repeat bottom;
	}

#linkList {
list-style-type: none;
	width: 148px;
	font: 12px Tahoma; 
	position: absolute;
	top: 235px;
	left: 405px;
	margin: 0px;
	padding: 0px;
	
	}
#lselect ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
#lselect li a {
	display: block;
	}

