#mainContent dl {
	clear:both;
	width:920px;
	margin-top: 20px;
	height: 220px;
}
#mainContent dd {
	width:20%;
	float:left;
	margin:0;
}
#mainContent ul {
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 15px;
	height: 160px;
}
#mainContent ul.last {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: auto;
}
#mainContent li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	float: left;
	clear: left;
	font: 400 normal 12px/14px 'PT Sans Narrow', serif;
}
#mainContent li:hover {
	color: #000;
}
#mainContent li h2:hover {
	background-color: #FFFFFF;
}
#mainContent li img {
	margin: 0px;
	padding: 0px 3px 0px 0px;
}
h2 {
	color: #666;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
	font: 700 normal 18px/30px 'PT Sans Narrow', serif;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover, a:active  {
	color: #333;
	text-decoration: none;
}
li.hilited a {
	color: #CC0000;
}
li.hilited a:hover, a:active {
	color: #000000;
}

