* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #000000 url(/header_bg.gif) 0px 0px repeat-x;
  font-family: "Trebuchet MS";
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
h1 {
  color: #EEA48C;
  font-size: 16px;
  border-bottom: 1px solid #555555;
  font-weight: normal;
  padding: 5px 0px 5px 0px;
  margin-bottom: 10px;
}
h2 {
  font-size: 16px;
  font-weight: bold;
}
a {
  color: #EEA48C;
  text-decoration: underline;
}
a:hover {
  color: #FFFFCC;
}
img {
  border: none;
}
#content {
  padding: 150px 20px 20px 20px;
  background: url(/header_title.gif) center top no-repeat;
}
#menu {
  border-left: 1px solid #333333;
  border-right: 1px solid #555555;
  height: 43px;
  float: left;
}
#menu a {
  color: #FFFFFF;
  text-decoration: none;
  border-left: 1px solid #555555;
  border-right: 1px solid #333333;
  float: left;
  padding: 20px 10px 5px 10px;
  background: url(/menu_hover.gif) 0px -43px repeat-x;
}
#menu a:hover {
  color: #FFFFCC;
  background-position: 0px 0px;
}
#herewego {
  clear: both;
}
#footer {
  clear: both;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #555555;
  padding-bottom: 20px;
  background-color: #222222;
}
.siteselected {
  font-weight: bold;
}
.sitetoselect {
  font-weight: bold;
  color: #EEA48C;
  text-decoration: underline;
  cursor: pointer;
}