/* Cascading Style Sheet */
html{
}
body{
  background-color: #008800;
  background-image: url('../Pictures/cowheadgraybackground.jpg');
  /* background-repeat: no-repeat;*/
  background-attachment: no-fixed;
  background-position: top left;
  font-family: Verdana, Arial, sans-serif;
  text-align: left;
  height: 650px;
  width: 1000px;
}

img {
  border-style: none;
}

a.Link:link, a.Link:visited {
  color: #FFFFFF;
  text-decoration: none;
  border: 3px solid;
  border-color: #090 #070 #070 #090;
  background: #008800;
  width: 100%;
  float: left;
  margin-bottom: 3px;
}

a.Link:active, a.Link:hover {
  border-color: #070 #090 #090 #070;
  color: #000000;
  float: left;
}

.TopPane {
  padding: 0px;
  margin: 0px;
  position: absolute;
  font-size: 150%;
  font-weight: bold;
  top: 205px;
  left: 230px;
  color:#000000;
  border-bottom: 5px solid;
  border-color: #000000;
  width: 648px;
}

.LPane {
  padding: 0px;
  margin: 0px;
  position: absolute;  
  top: 209px; /*was 249.  adding 25 px */
  left: 43px;
  color: #000000;
  list-style: none;
  width: 170px;
  height: 1000px;
}

.MPane {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 240px; 
  left: 230px;
  width: 600px;
  color: #000000;
}

img#heading {
  position: absolute;
  left: 43px;
}

img#slogan {
  position: absolute;
  top: 120px;
  left: 370px;
}

table {
  color: #000000;
}

