html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Verdana;
  font-size: 12px;
  line-height: 1.5em;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
  color: black;
}

img {
  border: none;
}

#content {
  position: relative;
  min-height: 100%;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
* html #content {
  height: 100%;
}

#MainTable {
  width: 100%;
}

#Header, #Navigator  {
  background-color: #FF3300;
  height: 80px;
}

#Navigator {
  text-align: right;
  padding-right: 18px;
  padding-bottom: 5px;
}

#Navigator ul {
  white-space: nowrap; 
  list-style-type: none;
}

#Navigator li {
  display: inline;
  padding: 0 5px 0 5px;
}

#Header {
  padding: 8px 0 8px 20px;
}

.Current {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0 4px 14px;
}

#Edit {
  text-align: right;
  padding-right: 40px;
}

#Edit ul {
  white-space: nowrap; 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#Edit li {
  display: inline;
  padding: 0 4px;
}

#WindowLeft {
  #position: absolute;
  float: left;
  left: 0px;
  width: 200px;
  #min-height: 87%;
  #height: 87%;
  #overflow: hidden;
  top: 106px;
}




#WindowCenter {
  height: 80%;
  text-align: justify;
  margin-bottom: 50px;
  margin-left: 225px;
  margin-right: 272px;
}

#WindowCenter a {
	color: blue;
}

#WindowRight {
  position: absolute;
  right: 20px;
  top: 106px;
  width: 140px;
  border-left: 5px dashed #666666;
  vertical-align: top;
  padding: 20px 40px 20px 20px;
  #white-space: nowrap;
  height: 50%;
}

#WindowRight ul {
  padding: 0;
  margin: 0;
  list-style: disc inside;
}

#WindowRight li {
  padding: 2px 0 2px 0;
}

#WindowRight li li {
  margin-left: 10px;
  list-style: circle inside;
}

#footer {
  clear: both;
  text-align: center;
  padding: 5px;
  margin: 0 auto 0 auto;
  background-color: #FF3300;
  color: white;
  width: 1050px;
}

