#header {
  border-style: solid none none;
  border-color: black;
  border-width: 1px;
  font-family: Arial,Helvetica,sans-serif;
  color: black;
  background-color: blue;
  text-align: center;
  font-size: 16pt;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 31px;
  background-image: url(images/BlueGrdntHt120px.jpg);
}
#hmenu {
  border: 1px solid black;
  height: 17pt;
  background-color: #003366;
  line-height: 17pt;
  font-size: 12pt;
  font-family: Arial,Helvetica,sans-serif;
  color: #009900;
  text-align: center;
  font-weight: bold;
}
#hmenu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#hmenu li {
  border-right: 1px solid black;
  float: left;
  background-color: black;
  color: white;
  width: 100px;
}
#hmenu a {
  background-color: #003366;
  text-decoration: none;
  color: white;
  display: block;
}
#hmenu a:hover {
  background-color: #009900;
  background-image: url(images/BvldBttnGrn.jpg);
}
#content {
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #cccccc;
}
#col1 {
  float: left;
  width: 300px;
  background-color: #cccccc;
}
#main {
  border-left: 1px solid black;
  margin-left: 300px;
  background-color: #ffffcc;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
}
#footer {
  border: 1px solid black;
  color: white;
  background-color: black;
  clear: both;
}
#tmdcname {
  border:  none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 32pt;
  color: white;
  text-align: center;
  line-height: normal;
  width: 600px;
  float: left;
  margin-top: 20px;
}
#slogan {
  border:  none;
  color: red;
  font-size: 22pt;
  margin-left: auto;
  font-family: Arial,Helvetica,sans-serif;
  line-height: normal;
  text-align: right;
  margin-top: 20px;
  position: relative;
  padding-right: 10px;
}
