html {
  background-color: #E0E0E0;
  font-family: Georgia, serif;
  font-size: 0.8em;
  line-height: 1.35;
}

h3 {
  margin: 1.5em 0 0.5em 0;
  font-size: 1.2em;
  font-weight: bold;
}

p {
  margin: 1.25em 0;
}

blockquote {
  padding-left: 2em;
  padding-right: 2em;
}

img.block {
  display: block;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ol, ul {
  margin: 1.25em 0;
}

ol li,
ul li {
  margin: 0.5em 0 0.5em 2.5em;
}

ol li:first-child ,
ul li:first-child  {
  margin-top: 0;
  margin-bottom: 0;
}

ol li {
  list-style-type: decimal;
}

ul li {
  list-style-type: disc;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

/* make the links orange */
:link, :visited {
  color: #984107;
  text-decoration: none;
}

/* underline during hover */
:link:hover, :link:active, :visited:hover, :visited:active {
  text-decoration: underline;
}

/* used for centering the page contents */
div.centered {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* The column that contains most of the page contents.  Pages
 * can override the width of shortContentColumn, while
 * fullContentColumn is awlays the max width. */
.shortContentColumn,
.fullContentColumn {
  position: relative;
  padding-left: 161px;  /* 120 + 20 + 1 + 20 */
}

/* the white area at the top of the screen containing the main
 * page content */
div.contentArea {
  padding-top: 3em;
  padding-bottom: 1em;
  background-color: white;
  border-bottom: 1px solid #B0B0B0;
}

/* the table at the top of the page containing the header */
table.header {
  height: 40px;
}

/* link back to home page which overhangs left content edge */
table.header td.homeLink {
  width: 120px;
  padding-right: 20px;
  border-right: 1px solid #808080;
  font-style: italic;
  color: #808080;
  text-align: right;
}

/* page title */
table.header td.pageTitle {
  padding-left: 20px;
  font-size: 2em;
}

/* section title for related items */
div.relatedPages h2.sectionTitle {
  margin: 1em 0 0.35em 0;
  font-size: 1.5em;
}

/* related item containers */
div.relatedPages div.dummyItem,
div.relatedPages div.item {
  width: 26em;
  margin-right: 1em;
  padding: 0 0.5em;
  border-bottom: 1px dotted #B0B0B0;
  float: left;
}

/* top/bottom padding for the actual items */
div.relatedPages div.item {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* link description */
div.relatedPages div.item span.description {
  font-size: 0.85em;
}

/* name and e-mail address */
div.footer {
  padding: 0.5em 0 2em 0;
  font-style: italic;
  clear: both;
}


/* BEGIN shadow styles */

div.shadowImage {
  position: absolute;
  z-index: -1;
  font-size: 0px;
  line-height: 0px;
}   

div.shadowN {
  top: -8px;
  left: 0px;
  width: 100%;
  height: 8px;
} 
    
div.shadowNE {
  top: -8px;
  right: -8px;
  width: 8px;
  height: 8px;
}

div.shadowE {
  top: 0px;
  right: -8px;
  height: 100%;
  width: 8px;
} 
  
div.shadowSE {
  bottom: -8px;
  right: -8px;
  width: 8px;
  height: 8px;
} 
  
div.shadowS {
  bottom: -8px;
  left: 0px;
  width: 100%;
  height: 8px;
}

div.shadowSW {
  bottom: -8px;
  left: -8px;
  width: 8px;
  height: 8px;
}

div.shadowW {
  top: 0px;
  left: -8px;
  width: 8px;
  height: 100%;
}

div.shadowNW {
  top: -8px;
  left: -8px;
  width: 8px;
  height: 8px;
}

div.shadowCenter {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* END shadow styles */
