.header{
   width: 100%;
   left: 0%
}
.colmask{
   width: 100%;
   left: 0%
}
.colmid{ right: 16% }
.colleft{ right: 68% }
.col1{
   width: 68%;
   left: 100%
}
.col2{
   width: 16%;
   left: 16%
}
.col3{
   width: 16%;
   left: 84%
}
.footer{
   width: 100%;
   left: 0%
}
.header{
   clear: both;
   float: left;
   min-height:50px;
   position: relative;
   background-color: transparent;
   display:none
}
.colmask{
   clear: both;
   float: left;
   overflow: visible;
   position: relative;
   background-color: #eff6ff;
   border:2px solid #329DFD;
   margin-bottom:40px
}
.colmid{
   float: left;
   width: 100%;
   position: relative;
   background-color: transparent
}
.colleft{
   float: left;
   width: 100%;
   position: relative;
   min-height:842px;
   background-color: transparent;
}
.col1{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   min-height:842px;
   position: relative;
   background-color: #eff6ff
}
.col2{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   min-height:842px;
   position: relative;
   background-color: #eff6ff
}
.col3{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   min-height:842px;
   position: relative;
   background-color: #eff6ff
}
.footerA{
   clear: both;
   float: left;
   position: relative;
   background: transparent;
   display:none
}
.footerB{
   clear: both;
   float: left;
   position: relative;
   background-color: transparent;
   display:none
}
.bottom{
   clear: both;
   width: 100%;
   min-height: 100%;
   float: left;
   position: relative;
   background-color: transparent;
}
body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   width: 100%;
   min-width: 890px;
   min-height: 1000px;
}