#maincontent {
	/* position: relative; */
}

#newscontentlft, #newscontentmid, #newscontentrgt {
	margin: 20px 0;
}

#newscontentlft {
	float: left;
	width: 176px;
	padding-right: 20px;
	background: transparent;
}

#newscontentmid {
	float: left;
	width: 368px;
	min-height: 25em;
	padding-left: 10px;
	background: transparent;
}

	* html #newscontentmid {
		height: 25em;
	}

	#newscontentmid h1 {
		font-size: 1.4em;
	}

#newscontentrgt {
	float: right;
	width: 176px;
	background: transparent;
}

	#newscontentleft img, #newscontentrgt img {
		margin-bottom: 10px;
	}

/***** MOREINFO DL / DT / DD *****/
#moreinfo {
	background: url(/images/moreinfotop.gif) no-repeat top left;
	padding-top: 1px;
}

#moreinfo h2 {
	font-size: 1.1em;
	margin: 5px 0 10px 10px;
}

#moreinfo ul {
	margin: 0;
	padding: 0;
}

	#moreinfo ul li {
		list-style: none;
		padding-left: 15px;
		margin-left: 10px;
		margin-bottom: 5px;
		background: url(/images/contactarrow2.gif) no-repeat left 3px;
	}
		
.btmcorners {
	clear: both;
	height: 11px;
	background: url(/images/moreinfobtm.gif) no-repeat bottom left;	
}
