.topThreeDiv {
	border: 1px solid #bbb;
	margin: 0px 6px 3px 0px;
	background: #fff
}

#topHeader1 {
	position: relative;
	background: URl(images/topHostHDR1.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	height: 26px;
}
#topHeader2 {
	position: relative;
	background: URl(images/topHostHDR2.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	height: 26px;
}
#topHeader3 {
	position: relative;
	background: URl(images/topHostHDR3.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	height: 26px;
}
.topHeaderLink, .topHeaderLink:hover{
	position: relative;
	top: 3px;
	left: 45px;
	font-size: 16px;
}
.topContent {
	border-top: 1px solid #bbb;
	padding: 5px;
}
.topContent ul {
	/*--- ie ---*/
	margin:  0px 0px 0px 15px;
    /*--- moz ---*/
	padding: 0px 0px 0px 15px;
}
.topContent li {
	margin: 0px;
}
.topContent li.noBullet {
	list-style-type: none;
}