html, body {
  background-color: #000000;
  padding: 0;
  margin: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 90%;
  }

h1 {
  display: inline;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0em;
  }

.underline {
  text-decoration: underline;
  }

p {
  line-height: 1.5em;;
  }

a:link, a:visited {
  text-decoration: none;
  color: black;
  }

a:hover {
  text-decoration: underline;
  }
  
a:active {
  text-decoration: none;
  color: #7F7F7F;
  }

abbr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  }

ul {
  list-style-position: inside;
  text-indent: -2em;
  }

#main_container {
  position: relative;
  width: 650px;
  margin: auto;
  min-height: 100%;
  border: 0;
  }

#nav_bar {
  position: absolute;
  top: 102px;
  height: 2em;
  background-color: white;
  }



#content {
  position: relative;
  top: 102px;
  min-height: 450px;
  _height: 450px;
  background-color: white;
  padding: 6em 88px 3em 88px;
  }


#footer {
  position: relative;
  top: 102px;
  height: 1em;
  padding: 0.8em;
  background-color: white;
  text-align: center;
  font-size: 0.8em;
  }

#h_break {
  position: absolute;
  top: 0;
  width: 600px;
  left: 25px;
  height: 1px;
  background-color: #d0d2e6;
  padding: 0;
  margin: 0;
  overflow: hidden;
  }

img {
  position: relative;
  border: 0;
  overflow: hidden;
  }

div.bar1 {
  position: absolute;
  top: 97px;
  height: 5px;
  overflow:hidden;
  }

div.bar3 {
  position: absolute;
  display: inline;
  bottom: 0px;
  height: 1px;
  overflow: hidden;
  }

.y_bar {left: 0; width: 87px; background-color: #ffd93a;}
.o_bar {left: 87px; width: 91px; background-color: #e97b00;}
.b_bar {left: 178px; width: 472px; background-color: #676aaf;}

#logo {
  position: absolute;
  top: 20px;
  }
  
div.image_container {
  position: relative;
  border-style: solid;
  border-width: 0px;
  border-color: black;
  padding: 6px 6px 1.6em 6px;
  font-size: 0.8em;
  text-align: center;
  }