html {
  height: 100%;
  }

body {
  margin: 0px;
  border: none;
  padding: 0px;

  height: 100%;

  background-color: #5590FF;
  }

li.news {
  margin: 35px 15px 35px 15px;
  }

table#partnerships {
  width: 100%;
  border: thick ridge;
  padding: 5px;
  }

table#partnerships tr td {
  border: thin outset;
  text-align: center;
  overflow: hidden;
  }

body#analysis {
  background-color: #EDEDED;
  margin: 10px;
  padding: 10px;
  }

body#analysis h1, body#analysis h2, body#analysis h3 {
  text-align: center;
  }

body#analysis h4 {
  text-align: right;
  }

body#analysis p {
  text-align: justify;
  }

body#analysis p.action {
  text-align: center;
  }

li.question {
  margin: 40px 25px 40px 25px;
  }

li.question p.answers {
  text-align: right;
  }

a:link {
  color: blue;
  text-decoration: none;
  }

a:visited {
  color: blue;
  text-decoration: none;
  }

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

a.question:hover {
  color: black;
  text-decoration: none;
  }

a:active {
  color: red;
  text-decoration: none;
  }

div {
  margin: 0px;
  border: none;
  padding: 0px;
  }

img {
  border: none;
  padding: 0px;
  margin: 0px;
  }

label {
  font-weight: bold;
  }

form {
  margin: 20px;
  }

form ul {
  list-style: none;
  }

form ul li {
  margin-top: 4px;
  margin-bottom: 4px;
  }

form ul li label {
  width: 125px;
  text-align: right;
  float: left;
  margin-right: 4px;
  }

form ul li input, form ul li textarea {
  width: 150px;
  margin-left: 4px;
  }

ol.head {
  list-style-type: lower-roman;
  }

ol.main {
  list-style-type: upper-roman;
  }

ol.sub {
  list-style-type: upper-alpha;
  }

ul.graph li {
  margin-top: 2px;
  margin-bottom: 2px;
  list-style: none;
  }

ul.graph li img {
  vertical-align: middle;
  }

div#sidebar {
  position: fixed;
  _position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;

  height: 100%;
  width: 197px;

  border: none;

  background: url("img/sidebarbottom.jpg") 0px 500px;
  }

div#sidebar div#sidebar_message {
  position: absolute;
  top: 147px;
  left: 10px;

  width: 176px;
  height: 341px;
  border: none;
  }

div#sidebar div#sidebar_message h4.sidebar {
  margin-top: 7px;
  margin-bottom: 0px;
  text-align: center;
  }

div#sidebar div#sidebar_message p.date {
  margin-right: 7px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  }

div#sidebar div#sidebar_message p.message {
  margin-top: 0px;
  margin-left: 7px;
  margin-right: 7px;
  text-align: center;
  }

div#menubar {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;

  height: 61px;
  width: 100%;

  background-image: url("img/menubar.jpg");
  }

div#menubar p.menu {
  margin: 0px 0px 0px 197px;
  border: none;

  text-align: center;
  white-space: nowrap;
  }

div#menubar p.menu#menu_one {
  margin-top: 8px;
  margin-bottom: 4px;
  }

div#menubar p.menu#menu_two {
  margin-top: 4px;
  margin-bottom: 8px;
  }

div#menubar p.menu img.menu {
  margin: 0px 2px 0px 2px;
  }

div#title {
  position: absolute;
  top: 91px;
  left: 0px;
  z-index: 1;

  width: 100%;
  }

div#title h1.title {
  margin: 0px 0px 0px 197px;

  width: auto;

  text-align: center;
  }

div#content {
  background-color: #DDE8FF;
  border-style: solid;
  border-width: 2px;
  border-color: #666666 #AAAAAA #AAAAAA #666666;
  margin: 180px 145px 10px 207px;
  padding-top: 25px;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 10px;
  }

div#content p, div#content ul, div#content ol {
  margin: 7px;
  font-weight: bold;
  text-align: justify;
  }

div#content p + p {
  text-indent: 2em;
  }

div#content p.pager {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  }

div#content p.signature {
  text-align: right;
  }

div#content p.links {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
  }

div#content p.preview {
  text-align: right;
  }

div#content p.analyze {
  text-align: center;
  }

ul#adbar {
  list-style: none;

  position: absolute;
  top: 173px;
  right: 0px;

  margin-right: 5px;
  }

ul#adbar li.adbar {
  margin: 0px;
  padding: 0px;
  border: none;
  }
