	/* column container */
.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:99%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
.colleft,
.colmid,
.colright {
		float:left;
		width:100%;
		position:relative;
	}
.col1,
.col2,
.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}

	/* 3 Column settings */
.threecol {
		background:#E8E1B6;		/* right column background colour */
		border-right: solid #6E0000 3px;
		border-left: solid #6E0000 3px;
	}
.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
		border-right: solid #6E0000 3px;
		}
.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#E0E6BE;	/* left column background colour */
		border-left: solid #6E0000 3px;
		border-right: solid #6E0000 3px;
	}
.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
		position:relative;
	}
.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

	/* 6 Column--settings for bottom row */
.sixcol {
		background:#FFF;		/* right column background colour */
		border-top: solid #6E0000 3px;
		border-right: solid #6E0000 3px;
		border-left: solid #6E0000 3px;
	}
.sixcol .colmid {
		right:25%;			/* width of the right column */
		background:#ACAC76;		/* center column background colour */
		border-right: solid #6E0000 3px;
	}
.sixcol .colleft {
		right:50%;			/* width of the middle column */
		background:#FFF;	/* left column background colour */
		border-left: solid #6E0000 3px;
		border-right: solid #6E0000 3px;
	}
.sixcol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
		position:relative;
	}
.sixcol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.sixcol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

	/* 3 Column settings */
.twocoltabl {
		background:#fff;		/* right column background colour */
		border-right: solid #6E0000 3px;
		border-left: solid #6E0000 3px;
	}
.twocoltabl .colmid {
		background:#fff;		/* center column background colour */
		border-right: solid #6E0000 3px;
		}
.twocoltabl .colleft {
		right:75%;			/* width of the middle column */
		background:#E0E6BE;	/* left column background colour */
		border-left: solid #6E0000 3px;
		border-right: solid #6E0000 3px;
	}
.twocoltabl .col1 {
		width:75%;			/* width of center column content (column width minus padding on either side) */
		left:100.5%;			/* 100% plus left padding of center column */
		position:relative;
	}
.twocoltabl .col2 {
		width:22%;			/* Width of left column content (column width minus padding on either side) */
		left:2%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
    /* 2 column left menu settings */
	.leftmenu {
	    background:#E0E6BE;
		border-left: solid #6E0000 3px;
		border-right: solid #6E0000 3px;
	}
	.leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
		border-left: solid #6E0000 3px;
		border-right: solid #6E0000 3px;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
		border-left: solid #6E0000 3px;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:185px;
    }
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}
	/*  */

	#ImgBottom {
		position:absolute;
		bottom: -6px;
		right:0;
		text-align: center;	
	}
div#TopCenter {
	float:left;
	width:100%;
	height:100%;
	z-index:3;
	background-color: #FFFFFF;
	border-top: solid #6E0000 3px;
	border-right: solid #6E0000 3px;
	overflow: hidden;
	}
div#TableLeftCol {
	float:left;
	width:49.5%;
	height:100%;
	z-index:2;
	background-color: #FFFFFF;
	border-top: solid #6E0000 3px;
	border-right: solid #6E0000 3px;
	word-wrap: break-word
	}
div#TableRightCol {
	float:left;
	width:49.5%;
	height:100%;
	z-index:3;
	background-color: #FFFFFF;
	border-top: solid #6E0000 3px;
	word-wrap: break-word
}
