@charset "utf-8";
/* CSS Document */

.regional-white-1-col-top 
	{
	width:627px;
	height:8px;
	background:url(regional-white-1-col-top.png) no-repeat;
	}
	
* html .regional-white-1-col-top 
	{
		/*if IE */
		background:url(regional-white-1-col-top.png) no-repeat bottom center;
	}
	
.regional-white-1-col-content 
	{ 
	width:607px;
	background:url(regional-white-1-col-slice.png) repeat-y #333;
	padding:1px 10px;
	text-align:justify;
	clear:both;
	height:auto;
	}
	
* html .regional-white-1-col-content
	{
		/*if IE */
		height:20px;
		width:627px;
		clear:both;
	}

.regional-white-1-col-bottom
	{ 
	width:627px;
	height:5px;
	background:url(regional-white-1-col-bottom.png) no-repeat;
	margin-bottom:20px;
	clear:both;
	}
