div#panel {
	background-image:url("/images/services/panel-bg.jpg");
	background-repeat:no-repeat;
	background-color:#fff;
	height:233px;
	width:808px;
	padding-bottom:10px;
}

div#panel h1 {
	color: #6380b0;
	font-family: Tahoma, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	line-height: 20pt;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 40px;
	width: 400px;
}

div#panel p {
	font-family:Tahoma, sans-serif;
	font-size:9pt;
	line-height:12pt;
	width:400px;
	margin-left: 30px;
}

div.column {
	float:left;
	width:250px;
	padding:5px;
	height:100%;
}

div#left-column {
	border-right:1px solid #dae9fe;
}

div#center-column {
	border-right:1px solid #dae9fe;
}

.column h2 {
	color:#003c79;
	font-family: Tahoma, sans-serif;
	font-size:12pt;
	line-height:13pt;
	font-weight:bold;
	margin: 10px;
}

.column p {
	margin-left:15px;
	margin-right:10px;
	margin-bottom:18px;
}

.column ul {
	margin-left:15px;
	margin-right:10px;
	list-style:disc;
}
.column ul li {
	margin-left:20px;
	margin-bottom:6px;
}
