
body { 
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 10pt;
  margin:0px;
  background:#006161;
}

img {
  border: 0px;
}

a:link, a:visited { color:#ff8000; }
a:hover, a:active { color:#0000ff; }

#header {
  background-image: url('images/headerBack.png');
  background-repeat: repeat-x;
  height: 95;
  text-align:center;
  margin-bottom:5px;

  width:100%;
  position:fixed;
  z-index:10;

}

#footer {
  background-image: url('images/footerBack.png');
  background-repeat: repeat-x;
  height: 45;
  text-align:center;
}

#theBody { text-align:center; }

#theBody a img { border:#006161 2px solid; }
#theBody a img:hover { border:#0000ff 2px solid; }

#search { text-align:center; }

.searchResult a {
  text-decoration: none;
  font-size:14pt;
}

.center {
  width:750px;
  margin:auto;
  position:relative;
  text-align:left;
}

.title a, .title {
  font-size: 18pt;
  font-weight: bold;
  text-decoration: none;
  color: #006060;
}
.title a:hover, .title a:active { color:#0000ff; }

.caption {
  font-size: 0.8em;
  text-decoration: none;
  line-height: 1;
  color: #808080;
}

.response {
  width:490px;
}

.response .caption {
  line-height: 1.5;
}

.mouseovers img { opacity: 0; filter: alpha(opacity=0); }
.mouseovers img:hover { opacity: 1; filter: alpha(opacity=100); }
.mouseovers input { opacity: 0; filter: alpha(opacity=0); }
.mouseovers input:hover { opacity: 1; filter: alpha(opacity=100); }

.avatar { 
  float: right;
  border: 0px;
  padding: 4px;
}

.commentmetadata a {
  font-size: 0.8em;
  text-decoration: none;
  line-height: 1;
  color: #006161;
}

.comment-author cite, .comment-author cite a {
  color: #ff8000;
  font-size: 14pt;
  font-style:normal;
  text-decoration:none;
}

.comment {
  border: double #006161;
  margin: 4px;
  padding: 4px;
}

.reply {
  text-align:center;
}
