#dates h3, #costs h3 {
	color: #9C6D28;
}

#dates h2 {
	padding-top: 20px;
}

#dates table td, #costs table td, #costs table th {
	padding: 0px;
	font-size: 11px;
}

#costs table td, #costs table th {
	padding-left: 10px;
	padding-right: 10px;
}

#dates td.projectLength, #costs td.projectLength {
	padding-right: 30px;
	padding-left: 0px;
	font-weight: bold;
}

#dates table, #costs table {
	margin-top: 5px;
	margin-bottom: 10px;
}

.floatBox {
	float: left;
	width: 270px;
}

.clear {
	clear: both;
}