body {
  padding: 0em 0em 0em 0em;
  margin: 1em 1em 1em 1em;
  font-family: Verdana, Helvetica, sans-serif;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

#banner {
  border-right: #000 1px dashed;
  border-top: #000 1px dashed;
  border-left: #000 1px dashed;
  border-bottom: #000 1px dashed;

  background: rgb(240, 240, 240);

  height: 4.8em;
  overflow: hidden;
}

#leftcontent {
  border-right: #000 1px dashed;
  border-top: #000 1px dashed;
  border-left: #000 1px dashed;
  border-bottom: #000 1px dashed;

  background: rgb(255, 255, 255);

  position: absolute;
  top: 6.3em;
  left: 1em;
  width: 12em;
}

#leftcontent p, #leftcontent ul {
  font-size: 0.7em;
}

#centercontent {
  border-right: #000 1px dashed;
  border-top: #000 1px dashed;
  border-left: #000 1px dashed;
  border-bottom: #000 1px dashed;

  background: rgb(255, 255, 255);

  position: static;
  margin-left: 12.6em;
  margin-top: 0.38em;
  margin-right: 12.7em;
}

#centercontent p, #centercontent ul {
  font-size: 0.8em;
}

#rightcontent {
  border-right: #000 1px dashed;
  border-top: #000 1px dashed;
  border-left: #000 1px dashed;
  border-bottom: #000 1px dashed;

  background: rgb(255, 255, 255);

  position: absolute;
  top: 6.3em;
  right: 1em;
  width: 12em;
}

#rightcontent p, #rightcontent ul, #rightcontent input, #rightcontent textarea {
  font-size: 0.7em;
}

p {
  margin: 0.5em 0.5em 0.5em 0.5em;
  line-height: 1.3em;
}

a:link {
  color: rgb(0, 0, 0);
  background: rgb(240, 240, 240);
}
a:visited {
  color: rgb(0, 0, 0);
  background: rgb(240, 240, 240);
}
a:active {
  color: rgb(255, 255, 255);
  background: rgb(200, 200, 200);
}
a:link:hover {
  color: rgb(255, 255, 255);
  background: rgb(200, 200, 200);
}

.external {
  border-bottom: thin dotted rgb(160, 160, 160);
}

h1 {
  margin: 0em 0em 0em 0em;
  padding: 0.1em 0.1em 0.1em 0.3em;

  color: rgb(0, 0, 0);
  background: rgb(200, 200, 200);

  letter-spacing: 0.3em;
  text-transform: lowercase;
  font-weight: lighter;
}

h2 {
  margin: 0em 0em 0em 0em;
  padding: 0.1em 0.1em 0.1em 0.3em;

  color: rgb(0, 0, 0);
  background: rgb(240, 240, 240);

  letter-spacing: 0.2em;
  text-transform: lowercase;
  font-weight: lighter;
  
  clear: left;
}

.smalltext {
  padding: 0.1em 0.1em 0.1em 0.3em;
  font-size: 0.6em;
}

#disable_css {
  text-decoration: underline;
  cursor: pointer;
}
 
a img {
  border-right: medium none;
  border-top: medium none; 
  border-left: medium none;
  border-bottom: medium none;
  border: dashed;
  border-width: 0em;
  border-color: #CCCCCC;
  color: white;
  background-color: transparent;
  text-decoration: none;
}

#image1 {
  margin: 0em 0.5em 0em 0em;

  float: left;
  clear: right;
  width: 37.5%;
}

#image2 {
  padding: 0em 0em 0em 0em;
  margin: 0.3em 0.6em 0.3em 0.3em;

  float: right;
  width: 2.3em;
}

.image3 {
  padding: 0em 0em 0em 0em;
  margin: 0.3em 0.3em 0em 0em;

  float: right;
  width: 4em;
}

.image4 {
  margin: 0em 0.5em 0em 0em;

  float: left;
  clear: right;
  width: 25%;
}

ul {
  margin: 0em 1em 1em 0.1em;
  padding: 0em 0em 0em 0em;
}

li {
  margin: 0em 0em 0em 2.5em;
  padding: 0em 0em 0em 0em;
  line-height: 1.3em;
  list-style-type: circle;
}

form {
  margin: 0.5em 0.5em 0.5em 0.5em;
  padding: 0.5em 0em 0.5em 0.5em;
  
  background: rgb(240, 240, 240);

  border-right: #000 1px dashed;
  border-top: #000 1px dashed;
  border-left: #000 1px dashed;
  border-bottom: #000 1px dashed;

  width: 85%;
}

input {
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1em;
  position: relative;
  width: 90%;
}

textarea {
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1em;
  width: 90%;
  height: 6em;
}

.intend {
  margin: 0em 0em 0em 1.5em;
  padding: 0em 0em 0em 0em;
}