#masthead {
  position: relative;
  width: 100%;
  background-color: #00cccc;
}
#top_left {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 1em;
  background-color: #00cccc;
}
#header {
  margin-left: 180px;
  background-color: #00cccc;
}
#container {
  position: relative;
  width: 100%;
  background-color: #00cccc;
}
#left_col {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #00cccc;
}
#page_content {
  margin-left: 180px;
  background-color: #00cccc;
}
#footer {
  background-color: #00cccc;
}
.newStyle1 {
  font-family: Arial;
  background-color: #00cccc;
}
h1 {
  font-size: 10pt;
  background-color: #00cccc;
}
paragraph {
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
}
body text {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
}

