img.spotlight {
	height: 64px; width: 64px;
	border: 1px solid #bfbfbf;
}

/* first row, first column */
td.body-aa{
	height: 100%; width: 426px;
	vertical-align: top;
}
/* first row, second column */
td.body-ab{
	height: 100%; width: 144px;
	vertical-align: top;
}
/* second row, first column */
td.body-ba{
	height: 100%; width: 100%;
	padding-left: 7px;
	vertical-align: middle;
}

/* spotlight and hotlinks */
table.centre{
	width: 100%;
}
/* spotlight */
td.centre-aa{
	width: 50%;
	vertical-align: top;
}
/* hotlinks */
td.centre-ab{
	width: 50%;
	vertical-align: top;
}

/* clients */
table.column-b{
	width: 100%;
}

table.box{
	height: 135px; width: 100%;
	border-left: 3px solid #003763;
	border-right: 3px solid #006dc5;
	border-bottom: 1px solid #003763;
}
td.header{
	height: 20px; width: 100%;
	background: url("../images/blue_background.gif") repeat-y;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
td.spotlight-image{
	width: 72px;
	text-align: center;
	vertical-align: top;
	padding: 3px;
}
td.spotlight-text{
	width: 100%;
	font-size: 12px;
	color: #003763;
	vertical-align: top;
	padding: 3px 5px 3px 0px;
}
td.hotlinks-text{
	vertical-align: middle;
}

table.promo{
	width: 100%;
	background: #ffffff;
	border: 1px solid #bfbfbf;
	margin: 0px;
}
table.promo td{
	padding: 5px 0px 5px 0px;
	text-align: center;
}

table.boombox{
	width: 100%;
	background: #ffffff;
	border: 1px solid #bfbfbf;
	table-layout: fixed;
}
td.boombox{
	text-align: center;
	vertical-align: middle;
}

ul.hotlinks{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
        list-style: disc outside;
	color: #003763;
}
li.hotlinks{
        padding: 0px 0px 10px 0px;
}
