/* layout: three equal columns of content; requires min. 800x600 screen resolution */div.leftcol { /* left column */  position: absolute;  left: 0;  width: 250px;  margin-left: 6px;  margin-top: 0px;  }html>body .leftcol {  /* hack for IE */  margin-top: 5px;}div.centcol { /* middle column */  position: absolute;  left: 255px;  width: 250px;  margin: 0 5px 5px 5px;  margin-top: 0px;  }html>body .centcol {  /* hack for IE */  margin-top: 5px;}  div.rightcol { /* right column */  position: relative;  left: 514px;  width: 250px;  margin: 0 5px 5px 0;  }div.headnote { /* headnote, since there's no room for a sidebar */  margin: 0 6px 5px 6px;  width: 758px;  }