html, body {
	width: 100%;
	font-family: Arial;
	background: white;
}

.page {
	width: 590px;
	margin: 5px 0px 0px 10px; /* Margins in CSS list as TOP RIGHT BOTTOM LEFT  or TOP/BOTTOM RIGHT/LEFT */
	text-align:left; /* Counteract to IE5/Win Hack */
	background: url(images/content/Container-Fill.png)
}

.pageHead {
	padding: 0px;
	margin: 0px;
	height: 8px;
	background: #fff url(images/content/Container-Top-Shadowed-5.png) repeat-x bottom;
}

.pageCornerTL {
	width: 7px;
	height: 8px;
	float: left;
	padding: 0px; margin: 0px;
	background: url(images/content/Container-Top-Left-Shadowed-5.png) no-repeat bottom;
}

.pageCornerTR {
	width: 11px;
	height: 8px;
	float: right;
	padding: 0px; margin: 0px;
	background: url(images/content/Container-Top-Right-Shadowed-5.png) no-repeat bottom;
}

.pageL {
	padding: 0px;
	margin: 0px;
	width: 11px;
	background: url(images/content/Container-Side-Left-Shadowed-5.png) repeat-y left;
}

.pageR {
	padding: 0px;
	margin: 0px;
	width: 14px;
	background: url(images/content/Container-Side-Right-Shadowed-5.png) repeat-y right;
}

.pageContent {
	padding: 0px; margin: 0px;
}

.pageLeftCol {
	width: 280px;
	float: left;
	margin: 0px; padding: 0px 4px 0px 0px;
}

.pageLeftCol2 {
	width: 280px;
	float: left;
	margin: 0px; padding: 0px 4px 0px 0px;
}

.pageRightCol {
	width: 280px;
	float: right;
	margin: 0px; padding: 0px 0px 0px 4px;
}

.pageRightCol2 {
	width: 280px;
	float: right;
	margin: 0px; padding: 0px 0px 0px 4px;
}

.pageFoot {
	clear: both;
	padding: 0px; margin: 0px;
	height: 11px;
	background: #fff url(images/content/Container-Bottom-Shadowed-5.png) repeat-x top;
}

.pageCornerBL {
	width: 7px;
	height: 11px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url(images/content/Container-Bottom-Left-Shadowed-5.png) no-repeat top;
}

.pageCornerBR {
	width: 11px;
	height: 11px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url(images/content/Container-Bottom-Right-Shadowed-5.png) no-repeat top;
}

.cell {
	width: 265px;
}

.cellHead {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 8px;
	background: url(images/content/Pod-Top-Shadowed-5.png) repeat-x bottom;
}

.cellCornerTL {
	width: 7px;
	height: 8px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url(images/content/Pod-Top-Left-Shadowed-5.png) no-repeat bottom;
}

.cellCornerTR {
	width: 11px;
	height: 8px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url(images/content/Pod-Top-Right-Shadowed-5.png) no-repeat bottom;
}

.cellTitleL {
	padding: 0px;
	margin: 0px;
	width: 1px;
	background: url(images/content/Pod-Top-Side-Left-Shadowed-5.png) repeat-y left;
}

.cellTitleCornerL {
	width: 7px;
	height: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url(images/content/Pod-Divider-Side-Left-Shadowed-5.png) no-repeat top;
}

.cellTitleR {
	padding: 0px;
	margin: 0px 0px 0px;
	width: 1px;
	background: url(images/content/Pod-Top-Side-Right-Shadowed-5.png) repeat-y right;
}

.cellTitleCornerR {
	width: 11px;
	height: 100%;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url(images/content/Pod-Divider-Side-Right-Shadowed-5.png) no-repeat top;
}

.cellTitle {
	background: url(images/content/Pod-Header-Fill.png);
	padding: 0px 4px 5px 4px;
	margin: 0px;
	color: white;
}

.cellLogoImage {
	margin: -4px; padding: 0px;
	width: 22px;
}

.cellBodyL {
	padding: 0px;
	margin: 0px;
	width: 7px;
	background: #fff url(images/content/Pod-Content-Side-Left-Shadowed-5.png) repeat-y left;
}

.cellBodyR {
	padding: 0px;
	margin: 0px;
	width: 11px;
	background: #fff url(images/content/Pod-Content-Side-Right-Shadowed-5.png) repeat-y right;
}

.cellBody {
	padding: 8px 4px;
	border-top: 1px solid #313685;
	background: #fff;
	margin: 0px;
}

.cellFoot {
	padding: 0px;
	margin: 0px;
	height: 11px;
	background: url(images/content/Pod-Bottom-Shadowed-5.png) repeat-x top;
}

.cellCornerBL {
	width: 7px;
	height: 11px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url(images/content/Pod-Bottom-Left-Shadowed-5.png) no-repeat top;
}

.cellCornerBR {
	width: 11px;
	height: 11px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url(images/content/Pod-Bottom-Right-Shadowed-5.png) no-repeat top;
}