	/* 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 */
		min-width:100px;
		[if lte IE 6]>
		width:800px;
		<![endif]
	}
	/* 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-color:#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-color:#FFF;		/* center column background colour */
		border-right: solid #6E0000 3px;
		}
.threecol .colleft {
		right:50%;			/* width of the middle column */
		background-color:#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) */
	}

	/*  */

div#ImgBottom {
		position:absolute;
		bottom: -9px;
		right:0;
		text-align: center;	
	}
div#ImageBottom p{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
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
}
