.Container
{
	width: 100%;
}

.TitleContainer
{
	text-align: left;
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
}
.Title
{
	color: #2D4895;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

.LeftUnderHeader
{
	background-position:0px 0px;
	background-image: url(images/green_line.jpg);
	background-repeat:repeat-x;
}

.ContentPane
{
	vertical-align: top;
	padding: 5px 10px 5px 10px;
}

.Footer
{
	width: 100%;
	height: 20px;
	vertical-align: middle;
}

.leftpiece
{
	background-position:0px 0px;
	background-image: url(images/green_line_center.jpg);
	background-repeat:repeat-x;
}