/* column container */
.colmask200201 {
	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 */
.colright200201,
.colmid200201,
.colleft200201 {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1200201,
.col2200201,
.col3200201 {
	float:left;
	position:relative;
	overflow:hidden;
}
.col1200201{padding:.7%; /* padding on columns */ margin-top:10px; margin-bottom:10px;}
.col2200201{padding:.7%; /* padding on columns */ margin-top:10px; margin-bottom:10px;}
.col3200201{padding:.7%; /* padding on columns */ margin-top:10px; margin-bottom:10px;}
/* 3 Column settings */
.threecol200201 {
	background-color:#000000;		/* right column background colour */
}
.threecol200201 .colmid200201 {
	right:20%;			/* width of the right column */
	background-color:#000000;		/* center column background colour */
}
.threecol200201 .colleft200201 {
	right:50%;			/* width of the middle column */
	background-color:#000000;	/* left column background colour */
}
.threecol200201 .col1200201 {
	width:55%;			/* width of center column content (column width minus padding on either side) */
	left:94%;			/* 100% plus left padding of center column */
	color:#FFFFFF;
}
.threecol200201 .col2200201 {
	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:14.4%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol200201 .col3200201 {
	color:#FFFFFF;
	width:16.5%;			/* Width of right column content (column width minus padding on either side) */
	left:73%;			/* 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) */
}

