﻿/* real red= #b13838 ,  real blue= #1e2995 , real green= #24971e 
   gsc pink= #ff00ff , gsc blue= #00ffff , gsc yellow= #ffff00 */


a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
  color: black;
}

a:active {
  text-decoration: none;
  color: black;
}


#right-column a:link {
  color: #b13838;
  text-decoration: none;
}

#right-column a:visited {
  color: #b13838;
    text-decoration: none;
}

#right-column a:hover {
  color: #b13838;
    text-decoration: underline;
}

#right-column a:active {
  color: black;
}


#left-column a:link {
  color: #1e2995;
    text-decoration: none;
}

#left-column a:visited {
  color: #1e2995;
    text-decoration: none;
}

#left-column a:hover {
  color: #1e2995;
      text-decoration: underline;
}

#left-column a:active {
  color: black;
}


li a {
  font-family: sans-serif;
  padding: 5px
}

li a:link, li a:visited {
  text-decoration: none;
  background-color: #dcdcdc;
  background-image: url(pics/linkback1.png);
  background-repeat: repeat-x;
  color: #24971e;
  border-bottom: 2px solid #bababa;
  border-right: 2px solid #bababa; 
  border-top: 2px solid white;
  border-left: 2px solid white;
}


li a:hover {
  text-decoration: underline;
  background-color: #cacaca;
  background-image: url(pics/linkback.png);
  background-repeat: repeat-x;
  color: #24971e;
  border-top: 2px solid #b1b1b1;
  border-left: 2px solid #b1b1b1;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

li a:active {
  text-decoration: none;
  background-color: #9a9a9a;
  background-image: url(pics/linkback.jpg);
  background-repeat: repeat-x;
  color: black;
}

body {
  background-color: #878787;
}


#body {
  position: absolute;
  border: 2px solid #bababa;
  width: 950px;
  height: 4300px;
  background-color: white;
}

#banner {
  border-bottom: 1px solid #878787;
  padding: 5px;
  background-image: url(pics/fadegrayH.jpg);
  background-repeat: repeat-y;
  height: 150px;
}

.topimage {
  position: absolute;
  right: 10px;
  top: 10px;
}

#date {
  position: absolute;
  right: 10px;
  top: 135px;
  font-weight: normal;
  font-size: 11pt;
  color: #81807d;
  font-family: "trebuchet MS", "times new roman";
}

#headline p {
  margin: 0;
  font-size: x-large;
  line-height: 1em;
  font-family: "times new roman";
  color: black;
}

#navigation {
  border-bottom: 1px solid #878787; 
  height: 60px;
  padding: 0;
  background-color: #e6e6e6; 
}

#navigation li {
  display: inline;
  font-size: 14pt
}

#navigation ul {
  font-size: 14pt
  list-style: none;
  position: absolute;
  left: -33px;
}

#tagline {
  margin: 0;
} 
 
.tagline {
  font-family: "trebuchet MS";
  color: #1e2995;
  margin: 10px;
  font-weight: normal;
  font-size: 24pt;
}

#body-background {
  background-image: url(pics/fadegrayH2.png);
  background-repeat: repeat-y;
  height: 100%;
  position: relative;
  top: -10px;   /* THIS IS VERY ODD, THIS IS. */
}

#a-cell {
  background-color: white;
  border: 1px solid #878787;
  position: relative;
  margin: 8px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 930px;
  height: 1600px;
}

#b-cell {
  background-color: white;
  border: 1px solid #878787;
  position: relative;
  margin: 8px;
  width: 930px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}


#b-cell p, #b-cell h1, #b-cell h2, #b-cell h3 {
  padding-left: 8px;
  padding-right: 8px;
  font-family: ariel, sans-serif;
}
#b-cell h4 {
  padding-left: 8px;
  padding-right: 8px;
  font-family: "times new roman", serif;
}

#b-cell img {
  border: 30px solid white;
}

#b-cell blockquote {
  margin-top: 0px;
  position: relative;
  /*left: 480px;*/
  float: right;
  width: 400px;
  color: #81807d;
}


#c-cell {
  background-color: white;
  border: 1px solid #878787;
  position: relative;
  margin: 8px;
  width: 930px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#c-cell p, #c-cell h1, #c-cell h2, #c-cell h3{
  padding-left: 8px;
  padding-right: 8px;
  font-family: ariel, sans-serif;
}
#b-cell h4 {
  padding: 8px 8px 0 8px;

  font-family: "times new roman", serif;
}
#c-cell table {
  margin-left: 8px;
  margin-bottom: 8px;
  border-collapse: collapse;
  width: 95%;
}

#c-cell td {
  padding: 5px;
  text-align: left;
  font-family: ariel, sans-serif;
  position: relative;
  width: 158px;
}


#toptext {
  font-family: "trebuchet MS";
  margin: 10px;
  padding-bottom: 20px;
}
 
#toptext h3 {
  font-weight: normal;
}

#left-column {
  position: absolute;
  width: 340px;
  height: 1425px;
  margin-left: 10px;
}

#left-text {
  height: 40px;
}

/*
#left-text p {
  font-family: ariel, sans-serif;
  font-weight: normal;
}
*/
 
#cell-l1 {
  height: 250px;
  width: 300px;
  background-image: url(pics/cell-la1h1.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-l1 p{
  color: #1e2995;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 85%;
  margin: 0;
  padding: 5px;
  font-size: 14pt;

}

#cell-l2 {
  height: 250px;
  width: 300px;
  background-image: url(pics/cell-la1h1.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-l2 p{
  color: #1e2995;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 85%;
  margin: 0;
  padding: 5px;
  font-size: 14pt;
}

#cell-l3 {
  height: 250px;
  width: 300px;
  background-image: url(pics/cell-la1h1.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-l3 p{
  color: #1e2995;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 85%;
  margin: 0;
  padding: 5px;
  font-size: 14pt;
}

#cell-l4 {
  height: 250px;
  width: 300px;
  background-image: url(pics/cell-la1h1.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-l4 p{
  color: #1e2995;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 85%;
  margin: 0;
  padding: 5px;
  font-size: 14pt;
}

#cell-l5 {
  height: 250px;
  width: 300px;
  background-image: url(pics/cell-la1h1.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-l5 p{
  color: #1e2995;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 85%;
  margin: 0;
  padding: 5px;
  font-size: 14pt;
}

#cell-l6 {
  height: 250px;
  width: 300px;
  background-image: url(pics/cell-la1h1.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-l6 p{
  color: #1e2995;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 85%;
  margin: 0;
  padding: 5px;
  font-size: 14pt;
}



#mid-column {
  position: absolute;
  left: 330px;
  width: 125px;
  height: 1525px;
}

#mid-text {
  height: 150px;

  width: 125px;
background-image: url(pics/arrow.png);;
  background-repeat: no-repeat;
  position: relative;
}

#cell-m1 {
  height: 300px;
  width: 125px;
background-image: url(pics/Untitled-2.png);;
  background-repeat: no-repeat;
  position: relative;
}

#cell-m2 {
  height: 200px;
  width: 125px;
  /*background-image: url(pics/einstein.010.png);*/
   background-repeat: no-repeat;
  position: relative;
}

#cell-m3 {
  height: 150px;
  width: 125px;
 background-image: url(pics/cell-mbhead.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-m4 {
  height: 250px;
  width: 125px;

background-image: url(pics/cell-mbbody.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-m5 {
  height: 170px;
  width: 125px;
background-image: url(pics/arrowmiddle.png);*/
  background-repeat: no-repeat;
  position: relative;
}

#cell-m6 {
  height: 250px;
  width: 125px;
  background-image: url(pics/cell-ma3blue.png);
  background-repeat: no-repeat;
  position: relative;
}

#right-column {
  position: absolute;
  left: 460px;
  width: 465px;
  height: 1525px;
  margin-right: 10px;
}

#right-column p {
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 0;
  padding: 5px;
}

#right-text {
  height: 20px;
}

/*
#right-text p {
  font-family: ariel, sans-serif;
  font-weight: normal;
}
*/

#cell-r1 {
  height: 250px;
  width: 455px;
  background-image: url(pics/cell-ra1test.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-r1 p {
  color: #b13838;
  position: relative;
  top: 30px;
  left: 35px;
  width: 390px;
  font-size: 15pt;
}

#cell-r2 {
  height: 250px;
  width: 455px;
  background-image: url(pics/cell-ra1psmaller.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-r2 p {
  color: #b13838;
  position: relative;
  top: 30px;
  left: 35px;
  width: 390px;
  font-size: 15pt;
}

#cell-r3 {
  height: 250px;
  width: 455px;
  background-image: url(pics/cell-ra1test.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-r3 p {
  color: #b13838;
  position: relative;
  top: 30px;
  left: 35px;
  width: 390px;
  font-size: 15pt;
}

#cell-r4 {
  height: 250px;
  width: 455px;
  background-image: url(pics/cell-ra1psmaller.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-r4 p {
  color: #b13838;
  position: relative;
  top: 30px;
  left: 35px;
  width: 390px;
  font-size: 15pt;
}

#cell-r5 {
  height: 250px;
  width: 455px;
  background-image: url(pics/cell-ra1test.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-r5 p {
  color: #b13838;
  position: relative;
  top: 30px;
  left: 35px;
  width: 390px;
  font-size: 15pt;
}

#cell-r6 {
  height: 250px;
  width: 455px;
  background-image: url(pics/cell-ra1psmaller.png);
  background-repeat: no-repeat;
  position: relative;
}

#cell-r6 p {
  color: #b13838;
  position: relative;
  top: 30px;
  left: 35px;
  width: 390px;
  font-size: 15pt;
}

#textbody {
  position: relative;
  top: 1550px;
  margin: 20px;
}

#textbody p, h2, h3 {
  font-family: ariel, sans-serif;
  font-weight: normal; 
  /* text-align: justify;*/
}


#textbody blockquote {
  margin-top: 0;
  padding-left: 465px;
  padding-bottom: 5px;
  font-size: 10pt;
  color: #81807d;

}

#footer {
  position: absolute;
  bottom: 100px;
  left: 16px;
  border: 1px dotted black;
  padding: 5px;
}

#footer h1 {
  font-weight: normal;
  font-size: small;
  color: grey;
  text-align: center;
}

.highlight {
  color: #ff00ff;
}

.adate {
  font-size: 11pt;
  color: #81807d;
  font-family: "trebuchet MS", "times new roman";
}

.headlink a {
  font-weight: bold;
  font-family: "times new roman", serif;
  padding-top: 10px; 
}


.caption {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 8.5pt;
  color: #81807d;
  border-bottom: 1px dotted #878787;
}


/*javascript style:*/

#fixedtipdiv {
  position: absolute;
  width: 150px;
  padding: 2px 5px 5px 5px;
  border-top: 1px solid #bababa;
  border-right: 2px solid #878787;
  border-bottom: 2px solid #878787;
  border-left: 1px solid #bababa;
  font: normal 14px Times New Roman;
  line-height:20px;
  z-index:200;
  background-color: white;
  color: #b07b7b;  /*red*/
}


