
#flash-logo {
	float: left;
	width: 360px;
	height: 135px;
}

#tagline {
	float: left;
	width: 360px;
	height: 135px;
}

#white-half {
	float: left;
	margin-left: 14px;
	width: 424px;
	min-height: 500px;
	padding: 26px 38px 20px 34px;
	border-right: 1px solid #9CAFBE;
	background: #FFF;
}

#blue-half {
	float: left;
	margin-left: 0px;
	width: 369px;
	min-height: 500px;
	padding: 26px 29px 20px 36px;
	border-left: 1px solid #FEFEFE;
	background: #DAE4EC;
}

* html #white-half, #blue-half {
	height: 500px;
	display: inline;
}

.news-list {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.news-date {
	float: left;
	width: 54px;
}
.news-date a {
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	color: #143159;
}

.news-blurb {
	float: right;
	width: 366px;
	padding: 4px 0 0 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 120%;
	color: #464646;
}
.news-blurb a {
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	color: #143159;
}
.news-blurb a:hover {
	text-decoration: underline;
}


.cs-list {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.cs-img {
	float: left;
	margin-right: 12px;
	width: 136px;
	height: 101px;
	overflow: hidden;
}

.cs-info {
	float: right;
	width: 211px;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	color: #464646;
	text-align: justify;
}
.cs-info a {
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #143159;
}
.cs-info a:hover {
	color: #000;
}