.both {
  clear: both;
}

.right {
  float: right;
  clear: left;
  margin-bottom: 10px;
}

.leftTable {
  float: left;
  padding: 20px 20px 20px 20px;
}

.leftTableEnd {
  float: left;
  padding: 20px 20px 20px 20px;
  clear: left;
}

.left {
  float: left;
  clear: left;
  height: 25px;
  width: 200px;
}

.leftend {
  float: left;
  clear: right;
  height: 25;
}

.leftbox {
  opacity: .95;
  //background-color: #a0a0a0;
  border-radius: 15px;
  border-style: solid;
  border-color: 0x000000;
  //box-shadow: 10px 10px 5px #101010;
  float: left;
  width: 25%;
  margin-left: 20px;
}

.rightbox {
  float: right;
  background-color: linen;
  border: 2px solid;
  border-radius: 15px;
  width: 20%;
  height: 250px;
  margin-right: 80px;
  padding-left: 20px;
  padding-top: 20px;
}

.centerbox {
  opacity: .95;
  //background-color: #a0a0a0;
  border-style: solid;
  border-color: 0x000000;
  border-radius: 15px;
  //box-shadow: 10px 10px 5px #101010;
  float: left;
  width: 45%;
  margin-left: 70px;
}

.centerHeader {
  //clear: left;
  //border-radius: 15px;
  //background-color: #808080;
  //color: #000000;
  //text-shadow: 1px 1px #808080;
  font-family: sans-serif;
  font-size: 45px;
  text-align: center;
}

.centerContent{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  font-family: sans-serif;
  color: #000000;
}

.noTop{
  padding-top: 0px;
}

.content {
  clear: both;
}

.hrstyle { 
  border: 0; 
  height: 1px; 
  background-image: 
  linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

input[type=text] {
  border: 2px solid;
  border-radius: 5px;
}

.bground {
  #background-image: url(bground.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
  height: 100%;
  width: 100%
}

.topbox {
  height: 200px;
  opacity: .7;
  background-color: #606060;
}

a {
  color: #0000FF;
  #text-shadow: 2px 2px #808080;
}

table {
  border-collapse: collapse;
  margin: auto;
  margin-bottom: 20px;
}

tr, td, th {
  border: 1px solid black;
  text-align: left;
  padding-right: 20px;
}

.smallHeader
{
  font-family: sans-serif;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 40px;
}

.notes
{
  color: #FF0000;
}
