
/* centric box */
.centricBox .center_bg_right_up
{
	 background-image : url(/firstgov/Images/he/boxes/corner-left-top.gif);
	 background-position : left top;
	 background-repeat : no-repeat;
}


.centricBox .center_bg_strech_up
{
	/*background-image: url(/firstgov/Images/he/boxes/corner-middle-left.gif);
	width: 100%;
	background-repeat: repeat-x;*/
	border-top:1px solid #cfe7fe;
	height:0px;

}

.centricBox .center_bg_strech_down
{
	/*background-image: url(/firstgov/Images/he/boxes/corner-middle-left.gif);
	width: 100%;
	background-repeat: repeat-x;*/
	border-bottom:1px solid #cfe7fe;
	height:0px;

}
.centricBox .center_bg_left_up
{
	 background-image : url(/firstgov/Images/he/boxes/corner-right-top.gif);
	 background-repeat : no-repeat;
}

.centricBox .center_bg_right_down
{
	 background-image : url(/firstgov/Images/he/boxes/corner-left-bottom.gif);
 	 background-position: left bottom;
	 background-repeat : no-repeat; 
}

.centricBox .center_bg_left_down
{
	 background-image : url(/firstgov/Images/he/boxes/corner-right-bottom.gif);
	 background-repeat : no-repeat; 
	 background-position: right bottom;
	 width:10px;
}

.centricBox .mainContentTable 
{
	background-color : #e4f0fb;
}
.centricBox .main_content_icon
{
	padding-left : 2px;
	padding-right : 2px;
	background-color : #e4f0fb;
}
.center_bg_strech_left_right
{
	border-left:1px solid #cfe7fe;
	border-right:1px solid #cfe7fe; 
	height:1px;
}
