@charset "UTF-8";
/* CSS Document */

body {
  font-family: Optima, Geneva, Helvetica, sans-serif;
  color: black;
  background-color:#000066;
  text-align:center }
#wrapper {
  margin: 0 auto;
  width: 710px;
  text-align: left;
  z-index:0 }
#header {
  height: 150px;
  background-image:url(images/header.png) }
#nav-background {
  height: 22px;
  background-image:url(images/nav-bar.png) }
#nav-home {
  width:18px;
  padding-left:132px;
  float:left }
a.nav-home-roll {
  display: block;
  width: 18px;
  height: 22px;
  background: url("images/nav-home.png") 0 0 no-repeat;
  text-decoration: none }
a:hover.nav-home-roll {
  background-position: 0 -22px }
#nav-run {
  width:86px;
  margin-left:14px;
  float:left }
a.nav-run-roll {
  display: block;
  width: 86px;
  height: 22px;
  background: url("images/nav-run.png") 0 0 no-repeat;
  text-decoration: none }
a:hover.nav-run-roll {
  background-position: 0 -22px }
#nav-screen {
  width:80px;
  margin-left:21px;
  float:left }
a.nav-screen-roll {
  display: block;
  width: 80px;
  height: 22px;
  background: url("images/nav-screen.png") 0 0 no-repeat;
  text-decoration: none }
a:hover.nav-screen-roll {
  background-position: 0 -22px }
#nav-download {
  width:68px;
  margin-left:21px;
  float:left }
a.nav-download-roll {
  display: block;
  width: 68px;
  height: 22px;
  background: url("images/nav-download.png") 0 0 no-repeat;
  text-decoration: none }
a:hover.nav-download-roll {
  background-position: 0 -22px }
#nav-authors {
  width:50px;
  margin-left:21px;
  float:left }
a.nav-authors-roll {
  display: block;
  width: 50px;
  height: 22px;
  background: url("images/nav-authors.png") 0 0 no-repeat;
  text-decoration: none }
a:hover.nav-authors-roll {
  background-position: 0 -22px }
#nav-user {
  width:84px;
  margin-left:21px;
  float:left }
a.nav-user-roll {
  display: block;
  width: 84px;
  height: 22px;
  background: url("images/nav-user.png") 0 0 no-repeat;
  text-decoration: none }
a:hover.nav-user-roll {
  background-position: 0 -22px }
#nav-discussion {
  width:70px;
  margin-left:21px;
  float:left }
a.nav-discussion-roll {
  display: block;
  width: 70px;
  height: 22px;
  background: url("images/nav-discussion.png") 0 0 no-repeat;
  text-decoration: none }
a:hover.nav-discussion-roll {
  background-position: 0 -22px }
#container {
  background-color: white;
  background-image:url(images/helix.png);
  background-repeat:no-repeat;
  padding-bottom: 20px;
  overflow:visible }
#text-block {
  margin-left: 150px;
  margin-right: 10px }
.h1 {
	font-size: x-large;
	font-weight: bold;
	background: url(images/text-background.png) repeat-x 0 0;
	float: left;
	padding-right:5px }
h2 {
	font-size: large;
	font-weight: bold }
h3 {
  font-size:medium;
  font-weight: bold }
a {
  color:#000066;
  text-decoration:none }
a:hover {
  color:#C08C66;
  text-decoration:underline }
a:visited {
  color:#C08C66 }
.logo {
  text-align:right;
  margin-right:27px }
.footer {
  font-size:x-small;
  color:white;
  text-align:center }
a.footer-links {
  color:white }
a:hover.footer-links {
  color:#C08C66 }

