﻿
.leftcol {
	width: 125px;
	text-align: right;
}

header {
	background:#ffffff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:5;
}
footer {
	bottom:0;
	left:0;
	right:0;
}
section.content {
	width:96%;
	margin:150px auto 25px auto;
	max-width:1280px;
	text-align:center;
	font-size:14px;
	min-height:325px;
}
section.content table {
	margin:0 auto;
}
section.content p {
	text-align:center;
}

#lblSummary td {
	width:50%;
}
#lblSummary td:first-child {
	text-align:right;
}
#lblSummary td:last-child {
	text-align:left;
}