.header{
   width: 100%;
   left: 0%
}
.colmask{
   width: 100%;
   left: 0%
}
.colmid{ right: 20% }
.colleft{ right: 30% }
.col1{
   width: 24%;
   left: 91%
}
.col2{
   width: 40%;
   left: 26%
}
.col3{
   width: 36%;
   left: 52%
}
.footer{
   width: 100%;
   left: 0%;
   background-color: #99CCFF;
}
.header{
   clear: both;
   float: left;
   position: relative;
   /*border-bottom: #000 1px solid;*/
   background-color: #FFFFFF;
}
.colmask{
   clear: both;
   float: left;
   overflow: hidden;
   position: relative;
   background-color: #FFFFFF; /*99CCFF;*/
}
.colmid{
   float: left;
   width: 100%;
   position: relative;
   background-color:  #FFFFFF; /*99CCFF;*/
}
.colleft{
   float: left;
   width: 100%;
   position: relative;
   background-color:  #FFFFFF; /*99CCFF;*/
}
.col1{
  text-align:center;
   padding: 0px;
   overflow: hidden;
   float: left;
   position: relative;
   background-color: #FFFFFF; /*#999999;*/ 
}
.col2{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
   background-color: #FFFFFF; /*CCCCFF*/  
}
.col3{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
   background-color: #FFFFFF;
   text-align:center
}
.footer{
	color:#000000;
   text-align:center;
   clear: both;
   float: left;
   position: relative;
   border-bottom: #000 1px solid;
   background-color: #b4d2f7
}
.bottom{
   clear: both;
   width: 100%;
   float: left;
   position: relative;
   background-color: #FFFFFF;
}



