/*
Harrington Air Systems Internal Site
Developed by Zachary Kayyali
*/

html, body {
  height:100%;
  margin:0;
}

.mainDivContainer {
  background: rgba(255, 255, 255, .9);
  margin: 0 auto;
  width: 85%;
  height: auto;
  border-radius: 3px;
}

.IndexFooterDiv {
  background: rgba(255, 255, 255, .85);
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  width: 99%;
  margin: 0 auto;
  right: 0;
  left: 0;
  text-align: center;
  height: 60px;
  bottom: 0px;
  padding-bottom: 10px;
  position: fixed;
  z-index: 5;
}

h1 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h2 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: black;
  text-align: center;
  align: center;
  font-size: 200%;
}

.h2HeaderDiv {
  background: rgba(255, 255, 255, 1);
  margin: 0 auto;
  display: block;
  width: 100%;
  border-radius: 3px;
}

h3 {
  font-family: verdana;
  color: black;
  font-size: 100%;
}

table {
  border: 0 #3D72A4;
  width: 600;
  cellspacing: 10;
  cellpadding: 10;
  color: black;
  text-align: center;
}

td {
  text-align:center;
  font-size: 150%
  padding: 5px;
  margin: 0px;
}

.mainContainer{
  background: rgba(255, 255, 255, .9);
  margin: 0 auto;
  width: 60%;
  height: auto;
}


th {
  background-color: transparent;
  color: BLACK;
  text-align: center;
}

td [colspan="4"] {
  text-align: center;
  width: 150%;
}
