/* modules - floating box as container */
.mod {
	width:410px;
	vertical-align:top;
	overflow:hidden;
}
.col2 .mod, .col3 .mod {
	float:left;
}

.mod .top {
	background-image: url('../pagepic/mod_top.gif');
}

.mod .topn {
	background-image: url('../pagepic/mod_top.gif');
}

.top {
	height:22px;
	margin:0px 0px;
}
.top .cnt {
   text-transform: uppercase;
   font-size: 11px;
	padding:0px 0px;
	margin:0px;
	color:white;
	line-height:22px;
	height:22px;
	overflow:hidden;
}

.topn {
	height:22px;
	margin:0px 4px;
}
.topn .cnt {
   text-transform: uppercase;
   font-size: 10px;
	padding:0px 9px;
	margin:0px;
	color:WHITE;
	line-height:24px;
	height:24px;
	overflow:hidden;
}




.middle {
	width:auto;
	background-color:white;
	border-left: 1px solid #1e5e82;
	border-right: 1px solid #1e5e82;
	padding:8px;
	padding-bottom:4px;
	margin:0px 4px;
}

.middlen {
	width:auto;
	background-color:white;
	padding:8px;
	padding-bottom:4px;
	margin:0px 4px;
}


.mod .middle .cnt {
	margin:0px;
	overflow:hidden;
}

.mod .bottom {
	margin:0px 4px;
	background-image: url('../pagepic/mod4_bot.gif');
}

.mod .bottomn {
	margin:0px 4px;

}

div.bottom, div.bottomr, div.subnavbot {
	height:11px;
	overflow:hidden;
}


div.icn {
	float:right;
	width:46px;
	height:50px;
	background-color:white;
}
div.icn img {
	border:none;
	margin-bottom:8px;
	margin-left:4px;
}