/* Generated by KompoZer */
html, body {
  margin: 0;
  padding: 0;
  text-align: center;
}
#pagewidth {
  width: 85%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#header {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  bottom: 5px;
  background-color: #000099;
  height: 135px;
}
#leftcol {
  width: 16%;
  float: left;
  position: relative;
  right: 0px;
  background-color: #dfdfdf;
}
#twocols {
  width: 83%;
  float: right;
  position: relative;
}
#rightcol {
  width: 20%;
  float: right;
  position: relative;
  left: 0px;
  background-color: #dfdfdf;
}
#maincol {
  border-style: groove;
  float: left;
  display: inline;
  position: relative;
  width: 78%;
  padding-bottom: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding-left: 0px;
  background-color: #dfdfdf;
}
#footer {
  height: 40px;
  clear: both;
  padding-top: 0px;
  top: 0px;
  background-color: #000099;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
@media print {
  #leftcol { display: none;
}
  #rightcol { display: none;
  }
  #twocols, #maincol { width: 100%;
  float: none;
  }
}

