#main {
	border-top: 1px solid  #142530;
	margin-top: 4px;
}

.lhs {
	width: 540px; 
	float: left; 
	padding-left: 14px; 
	padding-right: 14px; 
	margin-bottom: 14px;
}

.rhs {
	width: 260px; 
	float: left;
	padding-left: 14px; 
	padding-right: 14px; 
	margin-bottom: 14px;
}

.text {
	padding-top: 10px;
	float: left;
}

.text h2 {
	font-family: 'Times CE','Times New Roman','Times',sans-serif;
	font-size: 14px;
	font-stretch: narrower;
	font-weight: bold;
	text-transform: uppercase;
	color: #6a737b;
	margin-bottom: 1.5em;
	margin-right: 12px;
}

.text h3 {
	font-weight: bold;
	margin-top: 1.25em;
	margin-bottom: 0.25em;
}

.text p {
	margin-bottom: 1em;
	margin-right: 12px;
}

.text em {
	font-weight: bold;
	font-style: normal;
}

.text ul {
	margin-left: 2em;
}

.text a {
	text-decoration: none;
	color: white;
}

.text a:hover {
	text-decoration: none;
	color: white;
}

.text a:visited {
	text-decoration: none;
	color: white;
}