#top {
	height: 70px;
	width: auto;
}
#left {
	background-color: #FDEEAD;
	float: left;
	width: 180px;
	height: 335px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
#center {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 200px;
	height: 335px;
	border: 1px solid #CCCCCC;
}
#listhead {
	font-size: 12px;
	font-weight: bold;
	background-color: #FDEEAD;
	padding: 5px;
}
#listdescription {
	padding: 5px;
}
#listfooter {
	color: #666666;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;	
}

a:link {
	color: #3C4070;
	text-decoration: none;
}
a:active {
	color: #3C4070;
	text-decoration: none;
}
a:visited {
	color: #51547F;
	text-decoration: none;
}
a:hover {
	color: #20086B;
	text-decoration: underline;
}