body {
  margin: 0px;
  border: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
div.overlay {
  text-align: center;
  line-height: 1.5em;
  font-family: Helvetica;
  font-size: 1.3em;
  padding-bottom: 0.5em;
  font-weight: bold;
  margin: 1em;
}

h1, .boldText {
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}
p, span.light {
  font-family: Helvetica;
  font-size: 14px;
}
span.light {
 color: #4e4d4d;
  line-height: 22px;
}
div.overlay a {
  color: #c1001f; 
  font-size: 0.8em;
  text-decoration: none;
}

.highlight {
  color: #c1001f; 
}
div.overlay input {
  width: 20em;
height: 20px; 
font-size: 18px;
border: 2px solid black; 
}

div.contentLeft {
  width: 427px;
  float: left;
  margin-right: 20px;
  height: 100%;
}
div.contentRight {
  width: 510px;
  float: left;
  margin-right: 20px;
  height: 100%;
}



#header {
  height: 150px;
  vertical-align: bottom;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}

#center {
  text-align: left;
  width: 980px;
  margin: auto;
}


.left {
  float: left;
}

.clear {
  clear:both;
}

img {
  border: 0px;
}
a {
  text-decoration: none;
}
