/* CSS Document */

.Heading {
	font-size: medium;
	color: #4E7897;
	background-color:#FFFFFF;
	font-weight: lighter;
	width: 650px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #52746A;
	margin-bottom: 10px;
	padding-top: 5px;
	clear: both;
}

.Description {
	height: auto;
	width: auto;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.NarrowDescription {
	height: auto;
	width: 50%;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
}

.RightPicture {
	float: left;
	height: auto;
	width: 250px;
	padding-left: 20px;
}