p, td, ul, li {
	font-family:Arial;
}

div.addressBlk {
	position:absolute;
	top:5px;
	left:5px;
	width:135px;
	height:110px;
}

iframe.addressBlk {
	width:135px;
	height:110px;
}

div.banner {
	background-color:#000080;
	position:absolute;
	top:5px;
	left:140px;
	width:660px;
	height:110px;
}

iframe.banner {
	width:660px;
	height:110px;
}

div.navPanel {
	background-image:url('../images/bkgd_BlackToRed.jpg');
	position:absolute;
	top:115px;
	left:5px;
	width:135px;
	height:530;
}

div.content {
	position:absolute;
	top:115px;
	left:140px;
	width:660px;
	height:530;
	padding:16px;
	overflow: auto;
}

iframe.content {
	width:640px;
	height:530;
}

.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

b.about {
	color:#000080;
}


td.content {
	padding: 16;
}

table.truckListing {
	width: 95%;
	border-style:solid;
	border-width: 2px;
	border-color:#000080;
	background-color:#FFFFFF;
	margin-bottom:15;
}

td.label {
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px;
	width: 20%;
}
td.value {
	font-family:Arial;
	font-weight:normal;
	color:#FFFFFF;
	padding:3px;
	width: 30%
}
tr.truckListing {
	background-color:#000080;
}

p.subtableHeader {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-bottom:2px;
}

