html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0px;
}

body {
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  color: #00b2ee;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
}

#logo {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

.sidebar {
  position: fixed;
  top: 20px;
  left: 5px;
  width: 192px;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
}

.file {
  position: absolute;
  top: 20px;
  left: 166px;
  margin-right: 10px;
  text-align: left;
  background-color: transparent;
  color: #999999;
  padding: 0 20px;
  min-height: 95%;
  width: 750px;
}

.postscript {
}

a:link {
  text-decoration: underline;
  color: #87ceeb;
  background-color: transparent;
}

a:active {
  text-decoration: none;
  color: #00688b;
  background-color: transparent;
}

a:visited {
  text-decoration: none;
  color: #63b8ff;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

.right  {
  text-align: right;
}

.header {
  font-size: 125%;
  font-style: italic;
  color: #00b2ee;
  background-color: transparent;
}

.sidebar a {
  color: #ffffff;
  padding: 5px;
  margin: 0;
  display: block;
  text-decoration: none;
  background-color: transparent;
}

.sidebar a:hover {
  color: #999999;
  background-color: transparent;
}

.sidebar p {
  color: #999999;
  padding: 5px;
  margin: 0;
  background: transparent;
}

.top {
  color: #999999;
  background-color: transparent;
}

.top a {
  color: #999999;
  padding: 0px;
  margin: 0;
  display: block;
  text-decoration: none;
  background-color: transparent;
}

.top a:hover {
  color: #999999;
  background-color: transparent;
}

td.copyright {
  background-color: transparent;
  color: #00bfff;
  padding: 3px;
  margin: 0;
}

img.border {
  border: 0px;
  border-style: none;
}

a:link img {
  border: 0px;
  border-style: none;
}

a:hover img {
  border: 0px;
  border-style: none;
}
