body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-family: 'times new roman',serif;
}
#wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
#header {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: none;
  border: none;
}
#fixed { display: none; }
#main {
  position: relative;
  width: 100%;
  margin: 0;
  background-image: none;
}
#content {
  float: none;
  position: relative;
  margin: 0;
  width: 100%;
}
#content #cntPad { display: none; }
#nav { display: none; }
#sidebar { display: none;}
#footer {
  clear: both;
  margin: 0;
  padding: 0;
  background-image: none;
  text-align: right;
  font: 8pt 'gill sans mt',arial,sans-serif;
}
/* === header === */
#header h1 {
  position: relative;
  margin: 0;
  padding: 0;
  height: 1.5em;
  font-size: 140%;
  width: 100%;
  text-indent: 0;
  background-image: none;
  color: #000000;
  border-bottom: 3px double #666;
}
#header img {
  display: none;
}
#header p { display: none;}
/* === end header === */

/* === content === */
#content h1,#content h2,#content h3 {
  font-weight: normal;
}
#content p,#content address {
  font-size: 12pt;
  font-style: normal;
  line-height: 1.5em
}
#content ul,#content ol {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 12pt;
  font-style: normal;
  line-height: 1.5em
}
#content li {
  margin-bottom: 0.3em;
}
/* === end content === */
/* === language bar === */
#lang { display: none; }
/* === end language === */
/* === footer === */
#footer p {
  font-size: 8pt;
}
/* === end footer === */
/* === count down === */
#cntdwn { display: none;}
/* === end cntdwn === */
/* === infobx === */
.infobx { display: none;}
#reg,#dyk { display: none;}
/* === general === */
.space {
  clear: both;
  margin-top: 1em;
}

/* contact list page listing styles */
#content p.cnctitem {
  padding-left: 1.5em;
}

#content span.cnctinfo {
  display: block; 
  padding-left: 1.5em;
}
/* === end general === */

/* === forms === */

form, form#regular { display: none;}
/* === end form === */
/* === table === */
table {
  position: relative;
  margin: 0.5em auto;
  padding: 0;
  font-size: 10pt;
  border: 1px solid #aaa;
}
tr {
  margin: 0;
  padding: 0;
}
th {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border-bottom: 1px solid #666;
  background-color: #fff;
  color: #000;
}
td {
  margin: 0 0.2em;
  padding: 0;
  font: 10pt 'gill sans mt',arial,helvetica,sans-serif;
  border-bottom: 1px solid #ccc;
}
.noprint {
  display: none;
}
