/* -------------------------------------------------------- */
/* access.css: CSS stylesheet for Web Accessibility notes   */
/* Author: Rowan Ferguson                                   */
/* Date: October 2002                                       */
/* Copyright (c) 2002, ELFSHOT All rights reserved.         */
/* -------------------------------------------------------- */

/* Element Rules */

a:link,
a:visited,
a:active {
  background-color: inherit;
  color: blue;
  text-decoration: underline;
} 
a:hover {
  background-color: inherit;
  color: #990033;
  text-decoration: underline;
}
body {
  background-color: #ddd;
  color: black;
  font-family: Times New Roman, Times, serif;
  font-size: 90%;
  padding-top: 0;
  margin-top: 0;
  padding-left: 0;
  margin-left: 0;
}
acronym {
  background-color: inherit;
  color: black;
}
blockquote {
  background-color: inherit;
  color: black;
  font-size: 100%;
  font-weight: bold;
  margin-left: 2em;
  width: 80%;
}
p.caption {
  background-color: inherit;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin-top: -0.2em;
}
p.nav {
  display: none;
}
p.top {
  display: none;
}
li.underline a:link,
li.underline a:visited,
li.underline a:active {
  background-color: inherit;
  color: blue;
  text-decoration: underline;
} 
li.underline a:hover {
  background-color: inherit;
  color: #990033;
  text-decoration: underline;
}
.backimage1 {
  background-attachment: fixed;
  background-image: url(img/background.gif);
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0;
  vertical-align: top;
  text-align: left;
}
#leftcontent {
  display: none;
}
#rightcontent {
  border: 0;
  background-color: white;
  color: inherit;
  float: right;
}
div.example {
  background-color: white;
  border: 0;
  color: inherit;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 2em;
  margin-right: 2em;
}
div.quoteref {
  background-color: inherit;
  color: #666;
  font-size: 90%;
  font-style: normal;
  margin-left: 2.5em;
  margin-top: 0.5em;
  width: 80%;
}
h1 {
  background-color: #ccffcc;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: bold;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
}
h2 {
  background-color: inherit;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  padding-top: 0.2em;
}
img {
  border: 0;
}
ul li {
  list-style-type: square;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
ul.leftcontent {
  margin-left: 1em;
}
ul.leftcontent li {
  list-style-type: square;
}
ul.indent {
  margin-left: 5em;
  margin-top: -1em;
}
ul.indent li {
  list-style-type: circle;
}
ul.indent2 {
  background-color: inherit;
  color: blue;
  margin-left: 1em;
}
ul.indent2 li {
  list-style-type: disc;
}
ol.indent {
  margin-left: 5em;
  margin-top: -1em;
}
span.linkSep {
  /* Characters to separate adjacent links for accessibility */
  /* Will not display for CSS enabled browsers */
  /* Will be read by screen readers, etc. */
  /* See W3C Web Content Accessibility Guidelines, Guideline 10.5 */
  /* http://www.w3.org/TR/WAI-WEBCONTENT/#gl-interim-accessibility */
  
  display: none;
}
.wai {
  display: none;
}
