#mainRow .subBox{
	display:block;
	width:auto;
	height:1%;/*IE render bug hack*/
	/*background-color:#FFFFFF*/
}
/*-------NEW-------*/
#mainRow .boxStyle1{
	display:block;
	margin:0px;
	width:auto;
	height:1%;/*IE render bug hack*/
	background-color:#FFFFFF;
	/*border:1px solid #ccc;*/
	/*background-image: url("../images/boxStyle1BG.gif");*/
}
#mainRow .boxStyle1TopBG{
	background-color:#1b4162;
	/*border-bottom:1px solid #ccc;*/
	border:1px solid #1b4162;
	display:block;
	/*width:100%;*/
	/*background-image: url("../images/boxStyle1Top.gif");
	background-position:top;
	background-repeat: no-repeat;*/
	height:28px;
	margin:0px;
}
#mainRow .boxStyle1TopMain{
	background-color:#1b4162;
	display:block;
	/*width:100%;*/
	/*background-image: url("../images/boxStyle1Top.gif");
	background-position:top;
	background-repeat: no-repeat;*/
	border:1px solid #ccc;
	height:25px;
	margin:1px;
}
#mainRow .boxStyle1Bot{
	/*background-image: url("../images/boxStyle1Bot.gif");
	background-position:bottom;
	background-repeat: no-repeat;*/
	height:10px;
	display:block;
	/*width:100%;*/
	clear:left;
}
