#headerimg {
	position: relative;
	padding-left: 200px;
}

#container {
	width: 950px;
}


#content {
	margin:10px 5px 40px 175px;
}

#container #content thead tr td {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#container #content tbody tr td {
	border-top: 1px solid #000;
	padding: 0px 0px 0px 4px;
}

#container #content table thead tr {
	background-color: #7bd07b;
}
#container #content table {
	border: 1px solid #000;
}

#container #content tr .highlight {
	background-color: #D4E3F5;
}