﻿body { font-family: Tahoma; font-size: small; color: white; background-color: White; text-align: justify;}

.headerBox { /*background-image: url(WebImages/HeaderLogo.jpg); background-repeat: no-repeat; background-position: right; */ height: 130px;
	 vertical-align: top;}
.subHeaderBox { /*background-image: url(WebImages/SubHeaderMenu.jpg); background-repeat: no-repeat; background-position: right;*/ height: 140px;
	 vertical-align: top;}
.mainBox { /*background-image: url(WebImages/MainBox.jpg); background-repeat: no-repeat; background-position: right;*/ height: 410px;
	 vertical-align: top;}
.subFooterBox { /*background-image: url(WebImages/SubFooter.jpg); background-repeat: no-repeat; background-position: right;*/ height: 84px;
	 vertical-align: top;}
.footerBox { /*background-image: url(WebImages/Footer.jpg); background-repeat: no-repeat; background-position: right;*/ height: 36px;
	vertical-align: top;}
	
.tableBackground { background-image: url(WebImages/PageBackground.jpg); background-repeat: no-repeat; background-position: left; height: 800px;}
	

.leftColumn { width: 37px; }
.mainColumn { width: 380px; }
.centreColumn { width: 50px; }
.rightColumn { width: 331px;}

.topLeftColumn { width: 275px; color: Black; }
.dividerColumn { width: 10px;}
.topRightColumn { width: 95px; }

a { font-size: 11px; text-decoration: underline; color: White;}
a:hover { color: Black;}
a:visited { color: White;}

.largeLabel { font-size: small; font-weight: bolder;}
.largeBlackLabel { font-size: small; font-weight: bolder; color: Black;}
