#adspace {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #E2E3D1;
	background-repeat: repeat-y;
	background-position: left top;
}

#adbanners,
#adspace td {
	margin: 0px;
	padding: 0px;
	border: none;
}

#adbanners img {
	border: 1px solid #959595;
	margin: 5px 2px;
}

.subheader {
	padding: 20px 0px 4px
}

#news-holder,
#finance-holder,
#lending-holder {
	margin: 0px;
	padding: 0px;
}

#news-holder,
#finance-holder {
	border-left: 1px solid #ccc;
}

.news-item {
	font-size: 11px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#news .news-item {
	border-left-color:#6699cc;
}

#finance .news-item {
	border-left-color:#51AC61;
}

#lending .news-item {
	border-left-color:#B18265;
}

#news h5,
#finance h5,
#lending h5 {
	display: block;
	margin-left: 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.news-item p,
#news h5,
#finance h5,
#lending h5 {
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.news-item p {
	margin-bottom: 1em;
}

#news {
	background: #E7F0F3 url(/img/frontpage/bg_News.gif) repeat-x left top;
	background-color: #E1EDF1;
	margin: 0px 6px 0px 9px;
}

#finance {
	background: #E1F1E4 url(/img/frontpage/bg_Finance.gif) repeat-x left top;
	margin: 0px 9px;
}

#lending {
	background: #F2EDE2 url(/img/frontpage/bg_Lending.gif) repeat-x left top;
	margin: 0px 9px;
}

#news,
#finance,
#lending {
	/* adjust height of all three columns here */
    height: 650px;
	padding: 0px 6px 4px;
}

#news .seperator,
#finance .seperator,
#lending .seperator {
	color: #999999;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}

.news-item a:link,
.news-item a:visited {
	font-weight: bold;
	text-decoration: none;
}

.news-item a:hover {
	text-decoration: underline;
}

#news .news-item a:link,
#news .news-item a:visited {
	color:#3C78B5;
}

#finance .news-item a:link,
#finance .news-item a:visited {
	color:#009900;
}

#lending .news-item a:link,
#lending .news-item a:visited {
	color:#B18265;
}

.hoursHeading {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #6C654D;
	display: block;
	margin: .3em;
}

.hours {
	font-size: 10px;
	color: #6C654D;
}
.disclosure {
	font-size: smaller;
}
#socialicons {
	padding: 0px;
	text-align: right;
	margin: 0px;
}

