/* column container */
.colmask200 {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	margin:0px auto 0px auto;
	width:90%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color:#000000;
}
/* common column settings */
.colright200,
.colmid200,
.colleft200 {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1200,
.col2200 {
	float:left;
	position:relative;
	overflow:hidden;
}
.col1200{padding:.7%; /* padding on columns */ margin-top:10px; margin-bottom:10px;}
.col2200{padding:.7%; /* padding on columns */ margin-top:10px; margin-bottom:10px;}
/* 3 Column settings */
.threecol200 {
	background-color:#000000;		/* right column background colour */
}
.threecol200 .colmid200 {
	right:20%;			/* width of the right column */
	background-color:#000000;		/* center column background colour */
}
.threecol200 .colleft200 {
	right:50%;			/* width of the middle column */
	background-color:#000000;	/* left column background colour */
}
.threecol200 .col1200 {
	width:73.5%;			/* width of center column content (column width minus padding on either side) */
	left:94%;			/* 100% plus left padding of center column */
	color:#FFFFFF;
}
.threecol200 .col2200 {
	background-image:url(/styleimages/leftMenu.jpg); background-position:left; background-repeat: repeat-y;
	color:#000000;
	background-color:#F8B006;
	width:20%;			/* Width of left column content (column width minus padding on either side) */
	left:-4%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	
}
