﻿/* real red= #b13838 ,  real blue= #1e2995 , real green= #24971e 
   gsc pink= #ff00ff , gsc blue= #00ffff , gsc yellow= #ffff00 */



a:link {
  text-decoration: none;
  color: #ffd401;
}

a:visited {
  text-decoration: none;
  color: #00ffff;
}

a:hover {
  text-decoration: none;
  color: #ff00ff;
}

a:active {
  text-decoration: none;
  color: white;
}




li a:link, li a:visited {
  text-decoration: none;
  background-image: url(pics/fade.png);
  background-repeat: repeat-x;
  background-color: #444444;
  color: #ffd401;
  border-bottom: 2px solid #171717;
  border-left: 2px solid #5c5c5c; 
  border-top: 2px solid #5c5c5c;
  border-right: 2px solid #171717;
}


li a:hover {
  text-decoration: underline;
  background-color: #262626;
  background-image: url(pics/linkback2.png);
  background-repeat: repeat-x;
  color: #ffd401;
  border-bottom: 2px solid #444444;
  border-left: 2px solid #262626; 
  border-top: 2px solid #262626;
  border-right: 2px solid #444444;
}

li a:active {
  text-decoration: none;
  background-color: #9a9a9a;
  background-image: url(pics/linkback.jpg);
  background-repeat: repeat-x;
  color: black;
}

body {
  background-color: black;
}

#body {
  position: absolute;
  border: 2px solid #444444;
  width: 950px;
  height: 3000px;
  background-color: white;
}

#body-background {
  background-image: url(pics/fadegrayH2GSC.png);
  background-repeat: repeat-y;
  height: 93%;
}

#banner {
  border-bottom: 1px solid #444444;
  padding: 5px;
  background-image: url(pics/fadegrayHGSC.png);
  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: #ffd401;
  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 #494949; 
  height: 60px;
  padding: 0;
  background-color: #262626; 
}

#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: 330px;
  width: 740px;
  top: 40px;
  font-family: ariel, sans-serif;
  /*letter-spacing: 0.025em;
  word-spacing: 0.1em;*/       /*this works*/
}

#toptext p {
 color: white;
}

table {
  border-collapse: collapse; 
  background-color: #171717;  
  position: absolute;
  width: 930px;
  left: 10px;
  top: 460px;
  
}

table td { 
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  padding: 5px;
  text-align: left;
  font-family: ariel, sans-serif;
  color: white;
}

table .adate {
  color: #81807d;
}

tr:hover {
  background-color: #444444;;
}


#permission {
  position: absolute;
  bottom: 20px;
  padding: 10px;
}

#permission p {
  color: #81807d;
  font-size: 10.25pt;
}

.caption {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 8.5pt;
  color: #81807d;
  border-bottom: 1px dotted #878787;
}