
body {
  margin: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  background: #fff;
}

a {
  color: #333;
  font-weight: bold;
}
a:hover {
  color: #fff;
  background: #333;
}
a img {
  border: none;
  vertical-align: bottom;
}
a.mail {
  font-weight: normal;
  font-style: italic;
}

h2 {
  font-size: 12px;
  margin: 24px 0 12px 0;
  padding-left: 18px;
  background: url(../images/h-bullet.gif) 0 3px no-repeat;
}
/*h2.first {
  margin-top: 0px;
}*/
p, table {
  margin: 0 0 12px 0;
}
table {
  border-collapse: collapse;
}
td {
  padding: 0 12px 0 0;
}
.photo {
  font-size: 10px;
}
.photo img {
  vertical-align: bottom;
}

#logo {
  height: 70px;
  padding-bottom: 2px;
  border-bottom: 1px solid black;
  background: url(../images/logo-bg.jpg) no-repeat;
}

#container {
  margin-top: 22px;
  width: 870px;
}

#lcol {
  float: left;
  width: 213px;
  margin-bottom: 10px;
}
#lcol img {
  display: block;
}

#mcol {
  float: left;
  width: 460px;
  margin-left: 26px;
  margin-bottom: 10px;
  overflow: visible; /* fix IE italic CSS bug */
}
#navi {
  width: 224px;
  margin-top: 4px;
}
#navi img {
  display: block;
}

#rcol {
  float: left;
  width: 145px;
  margin-left: 26px;
  margin-bottom: 10px;
}
#rcol img {
  display: block;
  margin-bottom: 8px;
}

#bottomlogo {
  clear: both;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 2px 0 2px 63px;
}
#bottomlogo img {
  vertical-align: bottom;
}

#footer {
  height: 25px;
  border-bottom: 1px solid black;
}
#footer a {
  color: black;
  font-weight: normal;
  text-decoration: none;
}
#footer a:hover {
  color: #999;
  background: inherit;
}
#footercopy {
  float: left;
  width: 213px;
  text-align: right;
  color: #999;
}
#footernav {
  float: left;
  margin-left: 26px;
  width: 460px;
}

#bottomline {
  clear: both;
  height: 15px;
  line-height: 10px;
  margin-top: 2px;
  background: black;
}
