body {
  background-color: #FFFFFF;
  margin: 0px;
  
  font-family: Arial;
  font-size: 12px;
  
}

img {
  border: none;   
}

h2,h3 {
  color: #5bd500;
  font-weight: normal;  
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 12px;
}

a {
  text-decoration: underline;
  color: #FFFFFF;
}

a:hover {
  text-decoration: underline;
  color: #5bd500;
}

#main_frame {
  width: 781px; /* 98 + 40 + 505 + 40 + 98 */
  text-align: left;
}

#left {
  float: left;
  width: 138px;

}

#left img {
  float: left;
}

#right img {
  float: right;
}

#right {
  float: right;
  width: 138px;
}

#subpage_header {
  font-size: 20px;
  color: #FFFFFF;
  z-index: 1000;
  left: 20px;
  top: 160px;
  position: absolute;
}

#subpage_header_org {
  font-size: 20px;
  color: #FFFFFF;
  left: 20px;
  top: 100px;
  position: absolute;
}

#subpage_header_news {
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}

#subpage_header_publications {
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}

.org_description {
  display: none;
  margin-top, margin-bottom: 10px;
  padding-top: 10px;
  width: 420px;
  float: right;
  bottom: 0px;
}

.staff_text {
  float: left;
  width: 250px;
  position: absolute;

}

.staff_img {
  float: right;
  width: 130px;
  margin-right: 10px;
}

.org_description img {
  border: 1px solid white;
}

#menu {
  width: 505px; /* should be 505px */
  font-size: 0.705em;
  letter-spacing: 0.2em;
  float: left;
  margin-top: 40px;
  margin-bottom: 5px;
  position: relative;
}



#menu a {
  text-decoration: none;
  color: #000000;
}

#menu_logo {
  float: left;
  width: 106px;
}

#menu_text {
  position: absolute;
  top: 0px;
  right: -2px;
  text-align: right;
}

#submenu_text {
  position: absolute;
  bottom: 20px;
  left: 150px;
}

#submenu_text a {
    color: #3c8000;
}

.submenu {
  font-size: 9px;
  letter-spacing: 1px;
}

#leftbar a:hover {
  color: #a2dc50;
}

#mainbar {
  margin-top: 10px;
  width: 320px;
  background-color: #000000;
  height: 400px;
  float: left;
}

#subpagebar {
  margin-top: 10px;
  width: 505px;
  background-color: #000000;
  float: left;
  position: relative;

}

#news_content {
  padding: 20px;
  color: #C0C0C0;
  padding-top: 0px;
  font-family: Helvetica;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.2px;
  width: 335px;
  float: right;
  overflow: auto;
  height: 380px;
}
#publications_content {
  padding: 20px;
  color: #C0C0C0;
  padding-top: 0px;
  padding-left: 200px;
  font-family: Helvetica;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.2px;
  width: 285px;
  float: right;
  overflow: auto;
  height: 380px;
  background-image: url(/images/bg_papers.jpg);
  background-repeat: no-repeat;
}
#mainbar_content, #subpagebar_content {
  padding: 20px;
  color: #C0C0C0;
  padding-top: 0px;
  font-family: Helvetica;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.2px;
}

#subpagebar_content a {
  text-decoration: underline;
  color: #FFFFFF; /* 5bd500 */
}

#rightbar {
  background-color: #000000;
  width: 180px;
  height: 400px;
  margin-top: 10px;
  float: right;
  overflow: hidden;
}

#rightbar_content {
  padding: 20px;
  font-size: 11px;
  color: #C0C0C0;
  font-family: Helvetica;
  text-align: left;
  overflow: auto;
  height: 360px;
}

#rightbar_content b {
  color: #FFFFFF;
}