body{
  font: 12px Verdana, Arial, sans-serif;
}

br{
  clear: left;
}

h1, h2, h3, h4, h5{
  padding-left: 8px;
}

input, select{
  background: #FFF;
  margin-bottom: 5px;
  width: 220px;
}

textarea{
  background: #FFF;
  margin-bottom: 5px;
  height: 140px;
  width: 500px;
}

label{
  float: left;
  font-weight: bold;
  width: 160px;
}

p{
  padding: 0px 4px 2px 8px;
}

#Header{
  background: #4682B4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  color: #FFFFFF;
  font-size: large;
  padding-left: 8px;
}

#Hnavigation{
  background: #FFB6C1;
  position: absolute;
  text-align: left;
  top: 60px;
  left: 0px;
  width: 100%;
}

#Hnavigation a{
  background: #FFE4E1;
  border: 1px solid #FFB6C1;
  color: #000;
  display: block;
  padding: 8px;
  text-decoration: none;
}

#Hnavigation li{
  float: left;
}

#Hnavigation ul{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#Ltsidetxt{
  background: #FFE4E1;
  border-bottom: thin solid #808080;
  height: auto;
  left: 0px;
  position: absolute;
  top: 92px;
  width: 197px;
}

#Maintxt{
  background: #FFF;
  height: auto;
  left: 197px;
  position: absolute;
  right: 210px;
  top: 92px;
}

#Rtsidetxt{
  background: #FFFFFF;
  height: auto;
  position: absolute;
  right: 0px;
  top: 92px;
  width: 210px;
}

#Hnavigation a:hover{
  background: #4682B4;
  border: 1px solid #000000;
  color: #FFFFFF;
  text-decoration: none;
}

a{
  color: #00F;
  text-decoration: none;
}

a:hover{
  color: #F00;
  text-decoration: underline;
}

input:focus, textarea:focus{
  background: #FFDEAD;
}

.boxes{
  width: 1em;
}

.innertube{
  padding: 6px;
}

.textbox{
  background-color: #E0FFFF;
  border: thin solid #4169E1;
  margin: 8px;
  padding: 4px;
}

.textboxpink{
  background: #FFB6C1;
  font-weight: bold;
  padding: 8px;
}