/* CSS Document */
div.boxTop	{
/*	width: 100%;*/
	overflow: hidden;
 	height: 1%;
}

div.boxBottom	{
/*	width: 100%;*/
	overflow: hidden;
 	height: 1%;
}

div.boxColumnLeftb{
	width: 45%;
	float: left;
}

div.boxColumnRightb{
	width: 20%;
	margin-top:720px;
	margin-left:-270px;
	/*float: left;*/
}

h4	{
	font-size: 16px;
	font-weight: bold;
	margin-top:-2px;
}


