@charset "UTF-8";
/* CSS Document */

/* HOME PAGE CONTENT */

#pageContent{
	clear: both;
	width: 843px;
	height: 100%;
}

#colLeft{
	float: left;
	width: 553px;
	padding-bottom: 15px;
}

#flashBanner{
	width: 485px;
	height: 350px;
	margin-top: 20px;
	margin-left: 52px;
}

#contBox{
	width: 485px;
	background-color: #FFFFFF;
	padding: 16px;
	margin-left: 36px;
	margin-top: 14px;
}

#contBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	margin-top: 16px;
}

#colRight{
	width: 205px;
	float: left;
	background-color: #e0e0e0;
	margin-top: 20px;
	/*margin-right: 53px;*/
	padding: 16px;
	height: 698px;
}

#colRight h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #333333;
}

#highlights{
	border-bottom: dotted 1px #333333;
	margin-bottom: 14px;
}

.hRow{
	clear: both;
	height: 55px;
	width: 205px;
	padding-bottom: 16px;
}

.hp{
	width: 55px;
	height: 55px;
	float: left;
}

.ht{
	float: right;
	width: 140px;
}

.ht p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	line-height: 16px;
	text-decoration: none;
}

.ht a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	line-height: 16px;
	text-decoration: none;
}

.ht a:hover{
	color: #3c669e;
}

#news p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	line-height: 16px;
	margin-top: 16px;
}

#news a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	line-height: 16px;
	text-decoration: none;
}

#news a:hover{
	color: #3c669e;
}


