<!--

body, html, form, div, span, a, input {

  border: 0px;
  margin: 0px;
  padding: 0px;

  font-family: Verdana;
  font-size: 13px;
  color: #000000;

}

a       {  text-decoration: none;       }
a:hover {  text-decoration: underline;  }



div#header {

  margin-top: 15px;
  padding: 15px 0 0 60px;
  background-color: #C0D4FF;
  font-size: 40px;

}

div#subheader {

  margin-bottom: 8px;
  padding: 0 0 15px 50px;
  background-color: #C0D4FF;
  font-size: 20px;

}

div#menu {

  position: absolute;
  top: 165px;
  left: 15px;

  padding-bottom: 10px;
  border: 1px dashed #C0C0C0;
  background-color: #E8E8E8;

}

div#content {

  margin-left: 210px;

}

div#footer {

  margin-top: 60px;
  padding: 5px;
  font-size: 10px;
  text-align: center;
  background-color: #C0D4FF;

}



input.field {

  border: 1px solid;

  width: 300px;

  border-top-color: #B0B0B0;
  border-right-color: #E0E0E0;
  border-bottom-color: #E0E0E0;
  border-left-color: #B0B0B0;

}

input.button {

  border: 1px solid;

  border-top-color: #E0E0E0;
  border-right-color: #B0B0B0;
  border-bottom-color: #B0B0B0;
  border-left-color: #E0E0E0;

}



span.menu {

  display: block;
  width: 180px;
  font-weight: bold;
  line-height: 200%;
  padding-left: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #C0C0C0;

}
html>body span.menu {

  width: 170px;

}

a.menu {

  display: block;
  margin-left: 0px;
  padding: 4px 10px 4px 20px;

}

a.menu:hover {

  background-color: #C0D4FF;

}

div.title {

  font-weight: bold;
  line-height: 180%;
  padding-left: 10px;
  margin-right: 15px;
  background-color: #E8E8E8;
  border: 1px dashed #C0C0C0;

}

span.snap_off {

  display: none;

}

a.result {

  font-size: 18px;

}



div#banner_1 {

  position: absolute;
  top: 36px;
  right: 15px;

}

div#banner_2 {

  padding: 7px 5px 5px 5px;
  line-height: 15px;
  border: 1px dashed #C0C0C0;
  margin: 0 15px 8px 15px;
  text-align: center;

}

div#banner_3 {

  position: absolute;
  top: 350px;
  left: 15px;
  padding: 10px;
  border: 1px dashed #C0C0C0;

}

div#banner_4 {

  margin-right: 20px;
  margin-top: -20px;
  float: right;

}

-->