﻿/* real red= #b13838 ,  real blue= #1e2995 , real green= #24971e 
   gsc pink= #ff00ff , gsc blue= #00ffff , gsc yellow= #ffff00 */


a:link {
  text-decoration: none;
  color: #24971e;
}

a:visited {
  text-decoration: none;
  color: #b13838;
}

a:hover {
  text-decoration: none;
  color: #1e2995;
}

a:active {
  text-decoration: none;
}


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 {
  position: absolute;
  border: 2px solid #bababa;
  width: 950px;
  height: 3000px;
  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;
}

#tagline {
  margin: 0;
  padding-left: 10px;
  padding-top: 15px;
  height: 45px;
} 
 
.tagline {
  font-family: "trebuchet MS", sans-serif;
  color: #1e2995;
  margin: 0;
  font-weight: lighter;
  font-size: 24pt;
}

#date {
  position: absolute;
  right: 10px;
  top: 135px;
  font-weight: normal;
  color: #1e2995;
  padding-left: 10px;
  font-size: 11pt;
  color: #81807d;
  font-family: "trebuchet MS", "times new roman";
}


#search {
  height: 30px;
  width: 180px;
  border: 2px solid gold;
  position: absolute;
  right: 10px;
  top: 175px;
  background-color: white;
}

 
#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;
}

#mainpicture img{
  position: absolute;
  right: 10px;
  top: 240px;
}

#toptext {
  position: relative;
  left: 400px;
  width: 740px;
  top: 40px;
  font-family: ariel, sans-serif;
  /*letter-spacing: 0.025em;
  word-spacing: 0.1em;*/       /*this works*/
}

table {
  border-collapse: collapse; 
  border: 1px solid #878787;
  background-color: white;   
  position: absolute;
  width: 930px;
  left: 10px;
  top: 460px;
  
}

table td { 
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
  padding: 5px;
  text-align: left;
  font-family: ariel, sans-serif;
}

table .adate {
  color: #81807d;
}

tr:hover {
  background-color: #e2e2e2;
}

/*
table .biology {
  color: #116500;
}

table .astronomy {
  color: #580065;
}

table .technology {
  color: #005f65;
}

table .earthscience {
  color: #5a6500;
}

table .environment {
  color: #652901;
}

table .physics {
  color: #002465;
}
*/

#permission {
  position: absolute;
  bottom: 20px;
  padding: 10px;
}

#permission p {
  color: #81807d;
  font-size: 10.25pt;
}


#body-background {
  background-image: url(pics/fadegrayH2.png);
  background-repeat: repeat-y;
  height: 93%;
}

.caption {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 8.5pt;
  color: #81807d;
  border-bottom: 1px dotted #878787;
}

#fixedtipdiv {
  position: absolute;
  padding: 2px;
  border: 1px solid #878787;
  font: normal 14px Times New Roman;
  line-height:20px;
  z-index:200;
  background-color: white;
  color: #81807d;
}
