#column_left {
	float: left;
	width: 200px;
}
#widget_related {
	width: 200px;
}
#column_content {
	width: 785px;
	float: left;
	margin-left: 10px
}

/* CTE Hub */
.cte_category {
	display: block;
	float: left;
	margin: 5px;
	text-align: center;
}
.cte_category a {
	font-face: helvetia;
	color: blue;
	text-decoration: none;
	font-weight: bold;
	display:inline-block;
	vertical-align:middle;
}
.cte_category img {
	width: 236px;
	height: 50px;
	border: 0;
}

#featured_content {
	border: 12px solid #CCCCCC;
	margin: 2px;
	padding: 5px;
}
.top_title {
	background-color: white;
	padding: 10px;
}
.top_title span {
	border-bottom: 1px dotted black;
	border-top: 1px dotted black;
	font-weight: bold;
	color: #3366cc;
	font-size: 24pt;
	width: 100%;
	display: block;
}
.blue_bg_title {
	background: url('/images/cte/featured_bg.jpg');
	height: 25px;
	color: white;
	font-size: 18pt;
	padding: 5px;
	margin: 2px;
	margin-bottom: 8px;
}

/* featured profile */
.bio_first {
	color: #3366CC;
	font-size: 18pt;
	font-weight: bold;
}
.bio_last {
	color: #666666;
	font-size: 18pt;
	font-weight: bold;
}
.bio_title {
	font-weight: bold;
}
.bio_quote {
	font-style: italic;
	
	border-top: 1px dotted black;
	margin: 5px 0;
	padding: 5px 0
}
.bio_excerpt {
	border-top: 1px dotted black;
	margin: 5px 0;
	padding: 5px 0;
}

.body_text {
	font-family: arial;
	font-size: 11pt;
	color: #333333;
	margin: 10px 5px;
}
