.headerLeft {
	float: left;
	width: 370px;
}
.headerRight {
	float: right;
	width: 179px;
}
.headerBoth {
	float: left;
	width: 551px;
}
.headerRight img {
	vertical-align: top;
}
.biggerDescriptionBox {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	height: 100px;
	background-color: #0065c0;
	margin: 0px;
	margin-bottom: 2px;
	margin-right: 1px;
	color: #000;
	padding: 0px;
	padding-left: 10px;
}

.biggerDescriptionBox h2 {
	color: #fff;
	font-weight: normal;
	font-size: 125%;
	margin: 7px 10px 6px 0px;
}
.biggerDescriptionBox p {
	color: #FFF;
	margin: 7px 10px 6px 0px;
}

.biggerDescriptionBox.middle {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.biggerDescriptionBox.bottom {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-top: 5px;
	font-size: 1em;
	font-weight: normal;
}

.biggerImageBox {
	display: inline;
	float: left;
	width: 179px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	margin-right: 1px;
}
.content {
	clear: both;
	margin: 10px 0px 0px 0px;
}
.contentLeft {
	float: left; 
	width: 350px;
}
.contentRight {
	float: right; 
	width: 180px; 
}
.TextBox {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: 340px;
	margin: 0px 5px 0px 5px;
	float: left;
	color: #000;
	font-weight: normal;
	font-size: 1em;
}
.strongPara {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 1em;
}

.LargeTextBox {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: 530px;
	margin: 0px 5px 0px 5px;
	float: left;
	color: #000;
	font-weight: normal;
	font-size: 1em;
}
.articleHeaderBottomBar {
	clear: both;
	height: 5px;
	font-size: 0%;
	margin-top: 2px;
	background-color: #d2d2e0;
}