﻿/* real red= #b13838 ,  real blue= #1e2995 , real green= #24971e 
   gsc pink= #ff00ff , gsc blue= #00ffff , gsc yellow= #ffff00       #1f5d5d*/



a:link {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: none;
  color: #1f5d5d;
  background-color: white;
}

a:active {
  text-decoration: none;
}


li a {
  font-family: sans-serif;
  padding: 5px
}

body {
  background-color: #878787;
}

#body {
  position: absolute;
  border-top: 2px solid #bababa;
  border-right: 2px solid #878787;
  border-left: 2px solid #bababa;
  width: 950px;
  height: 1500px;
  background-color: white;
}

#banner {
  border-bottom: 1px solid #878787;
  padding: 5px;
}

#banner img {
  position: relative;
  left: 12px;
  top: 6px;
  margin-bottom: 10px;
}

 
#navigation {
  border-bottom: 1px solid #878787; 
  padding: 0;
}

#navigation h1 {
  font-family: "Courier new", ariel, impact;
  color: #1f5d5d;
  margin: 10px 0 10px 20px;
}

li {
  list-style-type: lower-greek;
  font-size: 16pt
}

ul {
  list-style: none;
  position: absolute;
  left: 20px;
  top: 20px;
  color: white;
}

#left-column {
  position: absolute;
  border-right: 1px solid #878787; 
  width: 180px;
  height: 1283px;
  padding: 5px;
  background-image: url(pics/leftcol1.png);
  background-repeat: no-repeat;
}

#left-column p {
  margin: 50px 0 0px 0;
}

table {
  position: relative;
  top: 20px;
  left: 232px;
  border-collapse: collapse;
  margin-bottom: 50px;
}

table img {
  padding-right: 4px;
}

#content {
  position: relative;
  top: 10px;
  left: 232px;
  width: 670px;
}

.copy {
  color: grey;
  font-family: "times new roman";
}

.caption {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 8.5pt;
  color: #81807d;
  border-bottom: 1px dotted #878787;
}
