/* site.css */
header {
  background-color: lightgray;
  border: solid 1px black;
  font-size: 50px;
  font-family: 'Times New Roman', serif;
  text-align: center;
  border-radius: 5px;
}

footer {
  padding: 10px;
  border-radius: 3px;
  background-color: lightgray;
  border: solid 1px black;
  position: absolute;
  bottom: 0px;
}

body {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: green;
}

a {
  color: green;
}

p {
  text-align: center;
}

html, body {
  padding: 0px;
  margin: 0;
}

  

.logoLeft {
  
  position: absolute;
  left: 0px;

}

.logoLeft2 {
  border:solid 1px black;
  margin:5px ;
  position: absolute;
  left: 0px;
  margin-bottom: 15px;
  
  
}
.logoRight {
  position: absolute;
  right: 0px;
}


.bordered-image {
  border: solid 1px #444;
  border-radius: 2px;
}

#img {
  margin:10px;
}

#img2 {
  margin:10px;
}
#linkBar {
font-size: 24px;
  word-spacing: 0px;
  border-top: solid 70px gray;
  background-color: lightgray; 
  text-align: center; 
}

#main {
  /*border: solid 1px #ccc;
  border-radius: 5px;*/
  font-size: 20px;

  color: black;
  margin: 15px;
  padding: 5px;
  background-color: green;
  margin-right: auto;
  margin-left: auto;


}

#results {
  padding: 2px;
  width: 600px;
  display: inline-block;
  vertical-align: top;
}

.llr {
  padding-top: 2px;
}

.simple-form {
  padding: 2px;
  width: 300px;
  display: inline-block;
  vertical-align: top;
/*  position: absolute;
  bottom: 5px;
  right: 5px;
*/}

.simple-form label {
  font-weight: bold;
}

.simple-form input[type=text],
.simple-form select,
.simple-form input[type=password],
.simple-form textarea {
  width: 150px;
}

.simple-form input[type=submit] {
  background-color: green;
  color: white;
  border-radius: 15px;
  padding: 3px;
  margin-top: 5px;
}

.container {
  width: 1500px;
  margin: 0 auto;
  background-color: white;
  padding: 0px;
  border-style: solid;
  border-color: black;
  border-width: 5px;
  font-size: 50px;
}













