html, body {
  padding: 0px;
  margin: 0px;
  font-family: arial, helvetica, sans-serif;
  }
body {
  font-size: 76%;
  }
#logo {
  position: absolute;
  left: 20px;
  top: 20px;
  }
#main {
  background: #e9e0ef;
  margin: 76px 0px 0px 223px;
  padding: 0px 0px 30px 0px;
  min-height: 280px;
  }
#header {
  height: 34px;
  background: #996699 url(../graphics/header_bg_969.gif);
  border: 1px solid #ab8db3;
  }
#main #header h1 {
  height: 30px;
  margin: 0px;
  padding: 4px 0px 0px 12px;
  minimum-width: 330px;
  color: #ffffff;
  background: url(../graphics/header_img_001.jpg) no-repeat 0px 0px;
  }
#img_header {
  height: 60px;
  background: #996699;
  margin-bottom: 18pt;
  background: url(../graphics/img_header_001.jpg) repeat-x 0px 0px;
  }
#img_header img {
  float: right;
  }
#content {
  margin: 0px 0px 0px 84px;
  }

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  color: #995599;
  font-size: 1em;
  }
#main h2, #main h3, #main h4, #main h5, #main h6  {
  margin: 15pt 20px 9pt 0px;
  line-height: 1.4em;
  }
#main h1  {
  font-size: 1.6em;
  }
#main h2  {
  margin-top: 18pt;
  font-size: 1.4em;
  clear: right;
  }
#main h3  {
  margin-top: 15pt;
  font-size: 1.2em;
  }
#main p {
  margin: 0px 20px 9pt 0px;
  line-height: 15px;
  }
#main p.listintro, #main h1.listintro, #main h2.listintro, #main h3.listintro, #main h4.listintro, #main h5.listintro, #main h5.listintro {
  margin-bottom: 5px;
  }
#main a {
  color: #cc5577;
  text-decoration: none;
  }
#main a:visited {
  color: #995599;
  text-decoration: none;
  }
#main a:hover {
  text-decoration: underline;
  }
#main ul, #main ol {
  margin: 0px 20px 9pt 0px;
  line-height: 15px;
  padding: 0px 0px 0px 12pt;
  }
#main ol {
  list-style-type: lower-roman;
  padding: 0px 0px 0px 18pt;
  }
#main li {
  margin-bottom: 0pt;
  }
#content img {
  float: right;
  margin: 5px 0px 10px 10px;
  clear: both;
  }

#footer {
  height: 10px;
  margin: 0px 0px 0px 223px;
  background: url(../graphics/footer_bg.gif) #e9e0ef;
  clear: both;
  }

#main:after {
  content: "."; 
  display: block; 
  height: 0px;
  font-size: 1pt; 
  clear: both; 
  visibility: hidden;
  }


/* contact form layout */
form#contact table td {
  line-height: 1.8em;
  }
form#contact h2  {
  margin-left: 0px;
  }
form#contact td#details {
  border-left: 1px solid #995599;
  }
form#contact td#details td {
  padding: 5px;
  }
form#contact td#introduction td {
  padding: 5px 0px;
  }
form#contact table td.handle {
  width: 183px;
  text-align: right;
  }
form#contact td#introduction td.radio {
  padding: 8px 0px 0px 40px;
  }

form#contact table tr.reset td {
  border-bottom: 1px solid #995599;
  padding: 20px 0px 20px 194px;
  }
form#contact table tr.submit td {
  border-top: 1px solid #995599;
  padding: 20px 0px 0px 194px;
  }

form#contact td#details td {
  border-top: 1px dotted #dd99dd;
  }
form#contact td#details {
  border-right: 1px dotted #dd99dd;
  }
form#contact td#introduction {
  }
.req {
  font-weight: bold;
  color: #aa5577;
  font-size: 1.5em;
  margin-right: 4px;
  vertical-align: middle;
  }