/* ----------------- GLOBAL ----------------------- */

body {
  background-color: white;
  color: black;
  font-size: 10.5pt;
  line-height: 150%;
  vertical-align: center;
  padding: 10px;
  font-family: Verdana, sans-serif;
}

p {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
}

a:link {
  background-color: white;
  color: #0066ff;
}

a:visited {
  background-color: white;
  color: #3399ff;
}

a[href]:after {
  content: "<" attr(href) ">";
}

/* ----------------- TOP ----------------------- */

div#top {
  height:116px;
  background: #ff9900 url(/--img--/right-bottom.gif) no-repeat right bottom;
  color: white;
  padding-left: auto;
}

div#top form {
  display: inline;
}

div#logo {
	position: absolute;
	height: 116px;
	width: 576px;
	background-image: url(/--img--/copatee-title.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

h1 {
  font-size: 12pt;
  display: none;
}

div#nav {
  display: none;
}

/* ----------------- STORY ----------------------- */

div.story {
  margin: 0.5em;
/*  border: 2px solid #dfefff; */
  font-size: 10.5pt;
}

div.story h2 {
  border-top: 4px dotted #ff9900;
  border-bottom: 4px dotted #ff9900;
  padding-left: 0em;
  line-height: 150%;
  vertical-align: center;
  color: black;
  font-size: 115%;
}

div.story p {
  margin-left: 0em;
  margin-right: 1em;
}

div.story div.postinfo {
  border-right: 2px solid #ffffcc;
  border-bottom: 2px solid #ffffcc;
  text-align: right;
}

div#contents {
  padding: 1em;
  overflow: auto;
}

div.story dl {
  margin-left: 3em;
  margin-right: 1em;
  border: solid 2px #ff9900;
  background-color: #ffefd5; /* PapayaWhip */
  padding: 0.5em;
}

div.story dl dt {
  float: left;
  width: 4em;
}
div.story dl dd {
  margin-left: 5em;
}
div.story dl dd p{
  margin-left: 0em;
  margin-top: 0em;
  margin-bottom: 0.5em;
}

div.ImageThmnl {
        position: relative;
        float: right;
        margin: .3em 0 .3em .5em;
        top: 0;
        width: 90px;
}

div.ImageThmnl a img{
        border: 0;
        margin: 0.3em;
}

div.ImageThmnl a[href]:after {
  content: "";
}

/* ----------------- SIDE BAR ----------------------- */

div#sidebar {
  display: none;
}

/* ----------------- FOOTER ----------------------- */

div#footer {
  border-top: 4px dotted #ff9900;
  padding: 0.5em;
}

div#footer address {
  font-style: normal;
  width: 30em;
  margin-left: auto;
  margin-right: auto;
}

div#footer address img {
  vertical-align: middle;
}



