/* 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:#FFFFFF;
}
/* 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:0px; margin-bottom:10px;}
/* 3 Column settings */
.threecol200 {
	background-color:#FFFFFF;		/* right column background colour */
}
.threecol200 .colmid200 {
	right:20%;			/* width of the right column */
	background-color:#FFFFFF;		/* center column background colour */
}
.threecol200 .colleft200 {
	right:50%;			/* width of the middle column */
	background-color:#FFFFFF;	/* 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 {
	color:#FFFFFF;
	background-color:#2E0855;
	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) */
}
.col2200 { font-family: Arial, Helvetica, sans-serif; font-size:14px; color: #FFFFFF; font-weight: bold; line-height:20px;}
.col2200 a:link    {  font-size: 14px; font-weight:normal; text-decoration:none; color:#FFFFFF; padding-left:15px; line-height:20px;} 
.col2200 a:visited {  font-size: 14px; font-weight:normal; text-decoration:none; color:#DEBFFF; padding-left:15px; line-height:20px;}
.col2200 a:focus   {  font-size: 14px; font-weight:normal; text-decoration:none; color:#DEBFFF; padding-left:15px; line-height:20px;}
.col2200 a:active  {  font-size: 14px; font-weight:normal; text-decoration:none; color:#DEBFFF; padding-left:15px; line-height:20px;}
.col2200 a:hover   {	font-size: 14px; font-weight:normal; text-decoration:underline; color:#DEBFFF; padding-left:15px; line-height:20px;} 
