<html><body><p>.rightColumn {
	padding: 5px;
	float: right;
	width: 190px;
	margin-left: 10px;
	font-size: smaller;
	color: #666666;
}

.somediv{
	width: 570px;
	clear: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.somediv .floatbox{
	float: left;
	width: 135px;
}

* html .somediv p{ /* IE 3px jog hack*/
	height: 1%;
}

.somediv p{
	margin-top: 0;
	margin-left: 135px;
}.notice {
	background-image: url(../exhibit/images/banner-notice-2.gif);
	width: 320px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #10187F;
}
</p></body></html>