﻿body 
{
}
.dvTitleLeft
{
	background-image: url('../WebImages/blue-strip-left.gif');
	background-repeat: no-repeat;
	width:6px;
	height:39px;
	float:left;
}
.dvTitleCenter
{
	background-image: url('../WebImages/blue-strip-center.gif');
	background-repeat:repeat-x;
	width:972px;
	float:left;
	height:39px;
	text-align:center;
}
.dvTitleRight
{
	background-image: url('../WebImages/blue-strip-right.gif');
	background-repeat: no-repeat;
	width:6px;
	height:39px;
	float:right;
}
