/* CSS Document */

.LeftContent {
	height: auto;
	width: 450px;
	float: left;
	padding-right: 25px;
}

.RightContent {
	height: auto;
	width: 195px;
	float: right;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 7px;
	border: 2px solid #52746A;
}

.Narrow {
	height: auto;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(../images/Background/HighLight%20Background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.HighlightHeadline {
	font-size: medium;
	color: #4E7897;
	background-color:#FFFFFF;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4E7897;
	width: 425px;
	padding-top: 15px;
}