.homeBanner {
	text-align: left;
	background-image: url(../images/sky_boardroom_cropped_180_wide.jpg);
	background-repeat: no-repeat;
	background-position: center -40px;
	height: 157px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.homeTagline {
	color: #990000;
	width: 500px;
	padding-top: 20px;
	font-size: 1.5em;
	text-align: center;
}
.homeLinks {
	padding-top: 3px;
	font-size: 1em;
	width: 500px;
	text-align: center;
}
.thrColFixHdr #mainContent {
	padding: 10px;
	margin-top: 0px;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 234px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	background-image: url(/images/featured.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E7E7E7;
	padding-top: 35px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	background-image: url(/images/news_and_events.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E7E7E7;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 35px;
}

.homeBody {
	margin-left: 0px;
}
#breadcrumb {
	border-bottom-width: 0;
}
