#body {
	position: relative;
	display: block;
	float: left;
	width: 890px;
	padding-bottom: 10px;

}

	#body .bodyrowRight {
		padding:40px 0px 0px 0px;
		color:#737A7F;
		float:left;
		width:500px;
	}
	
	#body .bodyrowRight .title1 {
		padding-left:10px;
	}


#list {
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width:650px;
}
	#list .titles {
	margin-top: 5px;
	margin-bottom: 10px;
	}

	#list .titles ul {
	clear: both;
	margin: 0px 0px 0px 18px;
	padding: 0;
	xpadding-top:5px;
	list-style-image: url(/img/bulletsArrowGreenSm.gif);
	}
	#list .titles li {
	padding: 0;
	padding-top:5px;
	padding-bottom:5px;
	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: #7e7e34;
	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:#7e7e34;
	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: #666666;
	text-decoration:none;
	font-weight:bold;
	padding-right: 10px;
		}
		#list .details .back a:hover {
	color: #333333;
		}
