/* Start of CMSMS style sheet '_4_column_layout' */
/* ~~~~~~~ 4 columns ~~~~~~~~~ */
#main {
  float: right;
  margin-top: 0px;
  width: 672px;
  clear: both;
  background-color: #fff;
  }

div#mainbanner {
  height: 80px; 
  background-color: #fff;
  }

#colleft {
  width: 232px;
  background-color: #fff;
  height: 100%;
  padding: 0;
  margin: 0;
  min-height: 320px;
  }
  
#colA {
  width: 240px;
  float: left;
  background-color: #fff;
  padding-left: 0px;
  padding-top: 0px;
  text-align: left;  
  border-left: 0px dotted #c8cac9;  min-height: 320px; height: auto;
  }
  
#colB {
  width: 200px;
  float: left;
  background-color: #fff;
  padding-left: 10px;
  padding-top: 0px;
  text-align: left;  
  border-left: 0px dotted #c8cac9;  min-height: 320px; height: auto;
  }
  

#colright {   
  width: 200px;
  float: left;
  background-color: #fff;
  padding-left: 10px;
  padding-top: 0px;
  text-align: left;  
  border-left: 0px dotted #c8cac9;  min-height: 320px; height: auto;
  }

/* for Internet Explorer */
/*\*/
* html #col2, * html #colB, * html #colright {
  height: 320px;
  }
/**/



/* End of '_4_column_layout' */

