#list {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
	#list .titles {
	margin-top: 5px;
	margin-bottom: 10px;
	}

	#list .titles ul {
	clear: both;
	margin: 0px 0px 0px 18px;
	padding: 0;
	list-style-image: url(/img/bulletsArrowGreenSm.gif);
	}
	#list .titles li {
	padding: 0;
	padding-top:10px;
	margin: 0;
	clear: both;
	width: 100%;
	}
/* Holly Hack Targets IE Win only \*/
* html #list .titles li {height: 1%;}
/* End Holly Hack */

	#list .titles a:link,
	#list .titles a:visited {
	display: block;
	color: #669900;
	text-decoration:none;
	font-weight:bold;
	}
	#list .titles a:hover {
	color: #666666;
	}
	#list .titles .title {
	display: index;
	float: left;
	width: 300px;
	}
	#list .titles .date {
	display: inline;
	float: right;
	width: 100px;
	text-align: right;
	font-weight: normal;
	}

#list .break {
	display: block;
	border-bottom:1px solid #cccccc;
	height: 10px;
	clear: both;
	margin-bottom: 10px;
}

#list .details {
	margin-bottom: 10px;
	margin-top: 10px;
}
	#list .details .item {
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0;
	margin: 0px 0px 5px 0px;
	}
	#list .details .item.last {
		border-bottom: 0px;
	}
		#list .details h4 {
	font-weight:bold;
	color:#669900;
	margin:0px 0px 0px 0px;
	padding:2px 0px 5px 0px;
	font-size: 1em;
	clear: both;
		}
			#list .details h4 .title {
			display: block;
			float: left;
			width: 340px;
			}
			#list .details h4 .date {
			display: block;
			float: right;
			width: 100px;
			text-align: right;
			font-weight: normal;
			}
		#list .details .desc {
	padding-left: 20px;
	clear: both;
		}
		#list .details .back {
	display: block;
	text-align: right;
	padding-bottom: 5px;
		}
		#list .details .back a:link,
		#list .details .back a:visited {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	padding-right: 10px;
		}
		#list .details .back a:hover {
	color: #666666;
		}

