

DIV.entry
{
  margin: 0px;
  padding: 0px;
  padding-bottom: 50px;
}

DIV.entrytitle
{
  border-bottom-width: 1px;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

P.date
{
 color: blue;
 font-size: 12pt;
 font-weight: bold;
  padding: 0px;
  margin: 0px;
}

P.subject
{
 color: black;
 font-size: 8pt;
 font-weight: bold;
  padding: 0px;
  margin: 0px;
}

pre
{
  text-align: left;
}

body, iframe, table
{
 background-color: #ddddbb;
 font-family: 'Times Roman', serif;
 font-size: 12px;
 margin-left: 4em;
 margin-right: 16em;
}

a
{
  font-size: 12px;
}

a:link
{
 color: #003366;
 text-decoration: underline;
}

a:visited
{
 color: #006699;
 text-decoration: underline;
}

a:hover
{
 color: #6699cc;
 text-decoration: none;
}

a:active
{
 color: #6699cc;
 text-decoration: none;
}




hr
{
  width: 90%;
  height: 1px;
  border-style: dashes;
  border-width: 1px;
  border-color: #000000;
  align:
}

/* ---------------------------------------------------------------- */

  body {
  margin:10px 10px 0px 10px;
  padding:0px;
    background-color: #DDDDBB;
  }

 #leftcontent {
  position: absolute;
  left:10px;
/*  top:150px; */
  top:275px;
/*  width:200px; */
  width:175px;
  background:#fff;
  border:1px solid #000;
  }

 #centercontent {
  background:#fff;
     margin-left: 20px;
     margin-right:30px;
  border:1px solid #000;
  /*
  IE5x PC mis-implements the box model. Because of that we sometimes have
  to perform a little CSS trickery to get pixel-perfect display across browsers.
  The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
  parsing bug in IE5x PC that will prematurly close a style rule when it runs
  into the string "\"}\"". After that string appears in a rule, then, we can override
  previously set attribute values and only browsers without the parse bug will
  recognize the new values. So any of the name-value pairs above this comment
  that we need to override for browsers with correct box-model implementations
  will be listed below.

  We use the voice-family property because it is likely to be used very infrequently,
  and where it is used it will be set on the body tag. So the second voice-family value
  of "inherit" will override our bogus "\"}\"" value and allow the proper value to
  cascade down from the body tag.

  The style rule immediately following this rule offers another chance for CSS2
  aware browsers to pick up the values meant for correct box-model implementations.
  It uses a CSS2 selector that will be ignored by IE5x PC.

  Read more at http://www.glish.com/css/hacks.asp
  */

  voice-family: "\"}\"";
  voice-family: inherit;
/*     margin-left: 201px; */
/*     margin-right:201px; */
     margin-left: 20px;
     margin-right:30px;
      padding-right: 5px;
      padding-left: 5px;
  }
 html>body #centercontent {
	/* these next seem to be the ones that actually work: */
	margin-top: 125px;  /* added by APP, 2006-01-15; may be a kludge, but works */
     margin-left: 20px;
     margin-right:30px;
  }

 #rightcontent {
  position: absolute;
  right:10px;
/*  top:150px; */
  top:275px;
/*  width:200px;*/
  width:100px;
  background:#fff;
  border:1px solid #000;
  }

 #banner {
  background:#fff;
  height:140px;
  border-top:1px solid #000;
  border-right:1px solid #000;
  border-left:1px solid #000;
  voice-family: "\"}\"";
  voice-family: inherit;
  height:139px;
  }
 html>body #banner {
  height:139px;
  }

#banner p.title
{
 color: red;
 font-size: 36pt;
 font-weight: 300;
 font-family: Arial;
}

#banner p.subtitle
{
 color: green;
 font-size: 18pt;
}

#banner p.subsubtitle
{
 color: blue;
 font-size: 14pt;
}

 p,h1,pre {
  margin:0px 10px 10px 10px;
  }

 h1 {
  font-size:14px;
  padding-top:10px;
  }

 #banner h1 {
  font-size:14px;
  padding:10px 10px 0px 10px;
  margin:0px;
  }

 #rightcontent p {
  font-size:10px
  }


