.topbanner {

	position: relative;

	top: 0px;

	left: 0px;

	height: 120px;

	width: 100%;

	/*background-image: url(../images/ardenlogo.png);

	background-position: center;

	background-repeat: no-repeat;

	border: 1px dotted red;*/

	text-align: center;

}

.leftcolumn {

	position: absolute;

	left: 10px;

	width: 200px;

	z-index: 4;

	/*border: 1px dotted green;*/

}

.centercolumn {

	margin-left: 201px;

	margin-right: 201px;

	/*border: 1px dotted #CCCCCC;*/

}

.rightcolumn {

	position: absolute;

	right: 10px;

	width: 200px;

	text-align: center;

	/*border: 1px dotted blue;*/

}

.rightwidecolumn {

	margin-left: 201px;

	margin-right: 10px;

	text-align: left;

	/*border: 1px dotted blue;*/

}

.address {

	font-size: 8pt;

	text-align: left;

	width: 180px;

	border-color: #49b686;

	border-style: solid;

	border-width: 1px;

	padding: 5px;

}

.leftcolumnspecial {

	font-size: 8pt;

	text-align: left;

	width: 192px;

	border-color: #000000;

	border-style: solid;

	border-width: 1px;

	background-color: #FFFFFF;

}

.leftcolumnspecial a {

	color: #00008B;

}

.leftcolumnspecial p {

	padding-left: 5px;

	padding-right: 5px;

}

.leftcolumnspecial li {

	margin-left: -20px;

	}

.picright {

	float: right;

	padding-left: 10px;

}

.picleft {

	float: left;

	padding-right: 10px;

}










