body, html {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: arial, sans serif;
  font-size: 13px;
  scroll-y: scroll;
}

html {
  height: 100%; 
  margin-bottom: 1px;
}

a, a:link {
  color: blue;
}

#content {
  color: black;
  width: 850px;
  
  background-color: white;
  background-position: bottom left;
  background-repeat: no-repeat;
}

#content2 {
  width: 800px;
  margin: 25px;
  color: #333333;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}

#footer {
  background-image: url(/images/osa-footer.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 150px;
  width: 850px;
  text-align: center;
  color: silver;
}

#footer a {
  color: white;
}

h1 {
/*  border-bottom: solid 1px #e9b400; */
  margin: 0;
  padding: 0;
  font-size: 17px;
}

h2 {
/*  border-bottom: solid 1px #e9b400; */
  margin: 0;
  padding: 0;
  color: #990000;
  font-size: 17px;
  font-weight: normal;
}

h3 {
  color: #e9b400;
  font-weight: normal;
/*  border-bottom: solid 1px #e9b400; */
  margin: 0;
  padding: 0;
  font-size: 15px;
}

a img {
  border-style: none;
  border-width: 0;
}

.error {
  color: red;
}

.message {
  color: red;
  border: solid 2px black;
  padding: 5px;
  margin: 5px 10px 5px 5px;
  text-align: center;
  font-weight: bold;
}

.critical {
  color: yellow;
  background-color: red;
  border: solid 2px black;
  padding: 5px;
  margin: 5px 10px 5px 5px;
  text-align: center;
  font-weight: bold;
  display: block; 
}

label {
  display: block;
  margin-top: 5px;
  margin-bottom: 2px;
}

img.png {
  behavior: url(/css/iepngfix.htc)
}

th {
  text-align: left;
  border-bottom: double 3px gray;
}

.definition {
  display: none;
  padding: 10px;
  font-style: italic;
}

#did-you-know {
  margin: 5px 25px;
  padding: 5px;
  background-color: #FFFFCC;
}

#did-you-know-details {
  color: #999966;
  padding: 5px;
  font-style: italic;
}