/************ Generic Selectors ***********/
body {
  background-color: #000000;
  margin: 0 auto;
}

h1 {
  font: 32pt bold helvetica, arial, sans-serif;
  color: #ffffff;
  margin: 0 auto;
}

p {
  font: 12pt bold helvetica, arial, sans-serif;
  color: #ffffff;
  margin: 0 auto;
  line-height: 1.4em;
}

sup {
   font-size: 0.65em;
   vertical-align: text-top;
}



/************ Header **************/
#title1{
   position: absolute;
   display: block;
   top: 40px;
   left: 350px;
}

#textbox1 {
  position: absolute;
  left: 30px;
  top: 150px;
  width: 500px;
  text-align: justify;
  line-height: 100%;
}
#textbox1 a {color: #ffffff; text-decoration: none;}
#textbox1 a:hover  {text-decoration: underline;}

#textbox2 {
  position: absolute;
  left: 600px;
  top: 150px;
  width: 500px;
  text-align: justify;
  line-height: 100%;
}
#textbox2 a {color: #ffffff; text-decoration: none;}
#textbox2 a:hover  {text-decoration: underline;}

#textbox3 {
  position: absolute;
  left: 600px;
  top: 310px;
  width: 500px;
  text-align: justify;
  line-height: 100%;
}
#textbox3 a {color: #ffffff; text-decoration: none;}
#textbox3 a:hover  {text-decoration: underline;}


/**** figures *****/
#fig1{
  position: absolute;
  left: 30px;
  top: 400px;
}
#fig2{
  position: absolute;
  left: 590px;
  top: 400px;
}

/**** figure caps *****/
#figcap1{
  position: absolute;
  left: 30px;
  top: 1000px;
  width: 500px;
  font-size: 11pt;
  text-align: justify;
  line-height: 100%;
}
#figcap2{
  position: absolute;
  left: 600px;
  top: 890px;
  width: 500px;
  font-size: 11pt;
  text-align: justify;
  line-height: 100%;
}
/***** footer - nav buttons *****/
#nav {
   position: absolute;
   top: 1100px;
   left: 420px;
   width: 320px;
   padding-bottom: 120px;
}

#back {
   position: absolute;
   left: 0px;
}
#home {
   position: absolute;
   left: 80px;
}
#pdf {
   position: absolute;
   left: 160px;
}
#next {
   position: absolute;
   left: 240px;
}

