/* /homepage/center.cfm */
#centertable {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#centertable td{
	margin: 0px;
	padding: 0px;
}
#imageholder {
	/* background-image: url(/img/homepage/center/main_image_1.jpg); */
	background-repeat: no-repeat;
	height:226px;
	border: 0px;
	text-align: left;
	vertical-align: bottom;
	padding: 0px;
}
/* #centertable #imageholder ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	vertical-align:bottom;
}
#centertable #imageholder li {
	margin: 2px 0;
	padding: 0px;
} */
#centertable #imageholder img {
	margin: 0px;
	padding: 1px 0px;
	border: 0px;
	vertical-align: bottom;
}
#centertable #imageholder img.bottom {
	padding-bottom: 15px;
}

/* /homepage/news.cfm */
td#newseventsbkg {
	background-image: url(/img/homepage/news_bkg_btm.jpg);   /*Works both in IE & FF*/ 
}

table#newseventsbkgrlg {
	background-image: url(/img/homepage/news_bkg.jpg);   /*Works both in IE & FF*/ 
	background-repeat: no-repeat;
}

#newscontainer {
	/*background-image: url(/img/homepage/news_bkg.jpg);*/ /* Works in IE only */
	margin: 0px;
	padding: 0px;
	width: 800px;
	border: 0px;
	text-align: left;
	color: #484836;
	height: inherit;
}

#newscontainer a:link, #newscontainer a:visited{
	font-size:11px; 
	color:#f60;
	text-decoration:underline;
}

.newsandevents{
	padding: 0px 5px 0px 43px;
	margin: 0px;
	width:230px;
	float:left;
	/*overflow: hidden; */
}

#newscontainer dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#newscontainer dt {
	font-weight: bold;
	/* width: 50%; */
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px 5px 3px 0px;
	line-height: 12px;
	font-size: 11px;
}
#newscontainer .date {
	font-weight: normal;
	padding-left: 10px;
}
#newscontainer dd {
	float: left;
	/* width: 49%; */
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 14px;
	font-size: 11px;
}
#newscontainer dd.morenews{
	float: right;
}

#insideacis{
	padding: 0 5px 0 15px;
	/* margin:0 5px 0 15px; */
	margin: 0px;
	width:200px;
	float:right;
	/* height:expression(this.scrollHeight > document.getElementById('newscontainer').scrollHeight  ? ""+this.scrollHeight+"px" : ""+document.getElementById('newscontainer').scrollHeight+"px"); */
	/* overflow: hidden; */
}
#newscontainer #insideacis ul {
	list-style-type: none;
	margin:0;
	padding:0;
	font-size: 11px;
}
#newscontainer #insideacis li {
	margin: 0px;
	padding: 0px;
	/* border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000; */
	width:200px;
	line-height: 16px;
}
#newscontainer #insideacis hr{
	width: 90%;
	text-align: left; /* IE */
	margin: 0 auto 0 0; /* Mozilla */
	padding: 10px 0px 0px 0px;
	color: #717167;
	height: 1px;
	background: none;
	border: none; 
	border-bottom: 1px dotted;
}
