#container {
margin-left:auto;
margin-right:auto;
width:1024px;
}
#innercontainer {
margin-left:auto;
margin-right:auto;
width:1000px;
}

h3 {font-size: 18px; text-transform:capitalize;}
p.intro {font-size: 14px; text-color: white; text-align:left; margin:10px;} 
h4 {font-size: 18px; color: white; text-align:center; margin: 0px;}
ul.stuff {font-size: 16px; color: white; text-align:left; bottom-margin: 10px;}
td {vertical-align: top; padding: 0px;}
hr {border: 1; color: white; background-color: white; width: 80%;}
td.heading {border-bottom: 1px solid white; padding: 10px;}
p {margin:10px;}




.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}