body { background-color: White; }
#logo {
  background-color: White;
  background-image: URL("Images/Logo.jpg");
  height: 169px;
  padding: 0;
  border: none;
}
div.content {
  margin: .4em;
  padding: .6em;
  padding-bottom: .6em;
  border: 1px solid #dddddd;
  background-color: White;
  font-size: .8em;
  line-height: 1.5em;
}
div.box {
  margin: .4em;
  padding: .5em;
  border: 1px solid #dddddd;
  color: #999999;
  font-size: 1em;
  line-height: 1.3em;
}
#right a { color: White; }
h1 {
  font-size: 1.7em;
  line-height: .6em;
  margin-top: .4em;
}
h2 {
  font-size: 1.7em;
  line-height: .6em;
  margin-top: .4em;
  font-size: 1.3em;
  margin-top: 1.6em;
}
blockquote { color: #666666; }
#editor_title, #editor_instance, #editor_template {
  width: 46%;
  font-family: Verdana;
  padding: .3em;
  background-color: Gainsboro;
  background-image: URL(Images/Textbox.png);
  border: 1px solid DarkGray;
  border-left: 1px solid Gray;
  border-top: 1px solid Gray;
}

