/* THE DIV TO TABLE TECHNIQUE */

/* http://www.pagecolumn.com/grid_layout_generator.htm */

.container{
   position: relative;
   /* float: left; */
   float:none;
   width: 890px;
   margin-bottom: 0px;
   height: 450px;  
}
.col1{
   position: relative;
   float: left;
   left: 0px;
   width: 79px;
   height: inherit;
}
.col2{
   position: relative;
   float: left;
   left: 0px;
   width: 63px;
   height: inherit;
}
.col3{
   position: relative;
   float: left;
   right: 0px;
   width: 20px;
   height: inherit; 
}
.col4{
   position: relative;
   float: right;
   right: 0px;
   width: 728px;
   height: inherit; 
}

.sectiongap {
    height:30px;
}

.columnin {
    margin:0;
    padding:0.5em 1em;
}

.cleaner {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    margin:0; padding:0;
    background:transparent;
    display:none;
}


/* GENERIC STYLES */

body 
{
    margin:0; padding:0;
    font:.75em/1.5 sans-serif;
}


.sectionicon{
height: 75px; 
}

.sectionhead
{
    color:#010303; 
    letter-spacing:-1px; 
    line-height:36px; 
    font-size:24px; 
    padding-bottom:5px;
    margin: 0px;
    text-align: left;
}

.SectionBody  {
}

.SectionBody p {
    font: 14px/18px Arial;
    margin: 0px;
    text-align: left;
}

.featurecopy
{
color:#343435; 
padding-bottom:20px;
}

.featurehead  {
color: #0579BC;
}

