body {
  background-color: #eeeeee; /*#5c6664;*/
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: black;
}

.spaceabove {
  margin-top: 20px !important;
}

.lineabove {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #777;
}

address {
  margin: 10px;
  margin-left: 20px;
}

#wholeframe {
  width: 720px;
  height: 380px;
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  margin-left: -360px;
  margin-top: -190px;
  overflow: hidden;
}

#title {
  width: 80px;
  height: 380px;
  top: 0px;
  left: 0px;
  position: absolute;
  overflow: hidden;
  background-image: url(pix/left.png);
}

#title h1 {
  visibility: hidden;
  margin-top: 400px;
}

#logo1 {
  width: 150px;
  height: 60px;
  top: 0px;
  left: 80px;
  position: absolute;
  background-image: url(pix/mid1.png);
}

#logo2 {
  width: 150px;
  height: 320px;
  top: 60px;
  left: 80px;
  position: absolute;
  background: url(pix/mid2.jpg);
}

#background {
  width: 490px;
  height: 380px;
  top: 0px;
  right: 0px;
  position: absolute;
  background: url(pix/right.jpg);
}

#content {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  position: absolute;
  z-index: 1;
  left: 150px;
  top: 60px;
  width: 550px;
  height: 300px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: black;
  overflow: auto;
}

#content h1 {
  margin:0;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  text-transform: lowercase;
  color: #000;
  margin-top: 10px;
}

#content h2 {
  margin:0;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #003;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  margin-right: 20px;
}

#content h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-family: sans-serif;
}

#content p, #content li {
  font-family: sans-serif;
  font-size: 13px;
  color: #333;
  margin: 0;
  margin-top: 3px;
  margin-right: 10px;
}

#content li {
  margin-left:20px;
}

#content ul, #content ol {
  padding: 0;
  margin-left: 20px;
}

#content hr {
  height: 0px;
  border: 0;
  border-top: 1px solid #999;
  margin: 30px;
  width: 10%;
}

#content a {
  color: #007;
  text-decoration: underline;
}
#content a:hover {
  color: #00c;
}

#content code {
  color: #c00;
}

.pagetree {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 60px;
  width: 130px;
  height: 300px;
  margin: 0;
  padding: 0;
}

.pagetree a {
  display: block;
  margin: 5px;
  padding: 5px;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  color: #555;
  overflow: hidden;
}

.pagetree a:hover {
  text-decoration: none;
  background-color: #e0e0e9;
}

.pagetree a.active, .pagetree a.selected {
  font-weight: normal;
  color: black;
}

.pagetree a.active {
  background: url(pix/arrow.gif) no-repeat;
  background-position: right center;
  width: 100px;
  color: black;
}

div.closabletab {
  margin-top: 15px;
  margin-right: 10px;
}

span.closabletab_marker {
  color: blue;
  font-size: 13px;
}

div.closabletab_content, div.closabletab_hidden {
  padding: 5px;
  margin: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

a.closabletab_title, a.closabletab_title:hover {
  margin-bottom: 10px;
  color: #555;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
}

a.closabletab_title:hover {
  color: blue;
}

fieldset {
  border-width: 0;
}

fieldset label {
  font-size: x-small;
  display: block;
}

input.textedit,textarea,select {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #333;
  width: 100%;
  border: 1px solid #ddd;
  display: block;
}

textarea {
  height: 100px;
}

input.button {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  background-color: #aaa;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  display: inline;
  font-size: small;
}

input.button:hover {
  border-top: 1px solid #ddf;
  border-left: 1px solid #ddf;
  border-bottom: 1px solid #55f;
  border-right: 1px solid #55f;
  background-color: blue;
  color: white;
}

#robpic {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  border: 1px solid #999;
  padding: 3px;
  width: 200px;
  height: 200px;
  background-color: white;
}

/* picturesnippets */
div.picturesnippet {
  display: block;
  margin: 20px;
 /* margin-top: 4px;*/
  border: 0;
  padding: 0;
  background-color: white;
}

div.picturesnippet_framed {
  padding: 3px;
  border: 1px solid #aaa;
}

div.picturesnippet_center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

div.picturesnippet_left {
  float: left;
  margin-left: 10px;
}

div.picturesnippet_right {
  float: right;
  margin-right: 10px;
}

div.picturesnippet img, div.picturesnippet .caption {
  margin: 0;
  border: 0;
  padding: 0;
}

div.picturesnippet .caption {
  font-family: sans-serif;
  color: #777;
  text-align: left;
  font-size: 9px;
  line-height: 9px;
}

.picandtext {
  clear: both;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  table-layout: fixed;
  margin-bottom: 20px;
}

.picandtext td {
  padding: 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.picandtext_spacer {
  width: 10px;
}

