/* -------------------------------------------------------- */
/* 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: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  padding-top: 0;
  margin-top: 0;
  padding-left: 0;
  margin-left: 0;
}
p {
  line-height: 1.4em;
}
acronym {
  border-bottom: dashed 1px #999;
  background-color: inherit;
  color: inherit;
  cursor: help;
}
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: 90%;
  margin-top: -0.2em;
}
p.nav {
  background-color: #ccffcc;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  color: inherit;
  text-align: right;
  font-size: 80%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
p.top {
  font-size: 90%;
  margin-top: 2em;
}
p.links {
  margin-left: 0.8em;
  margin-bottom: -0.5em;
}
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/background2.gif);
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  vertical-align: top;
  text-align: left;
}
#leftcontent {
  float: left;
  width: 25%;
  background-color: inherit;
  color: inherit;
  padding-right: 0.2em;
  padding-left: 1.5em;
  z-index: 1;
  position: relative;
  margin-top: 1.5em;
}
#rightcontent {
  background-color: white;
  color: inherit;
  float: right;
  border-left: 1px solid #006600;
  border-right: 1px solid #006600;
  border-bottom: 1px solid #006600;
  padding: 0.6em;
  margin-top: 11px;
  text-align: left;
  position: relative;
}
div.example {
  background-color: #F8FBF2;
  border: 1px solid #999;
  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;
  border-top: 1px solid #006600;
  border-bottom: 1px solid #006600;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
h2 {
  background-color: inherit;
  color: green;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 130%;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 110%;
  padding-top: 0.5em;
}
img {
  border: 0;
}
ul li {
  list-style-type: square;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
ul.leftcontentfirst {
  margin-left: 1em;
  margin-bottom: -1em;
  margin-top: -0.5em;
}
ul.leftcontentfirst li {
  font-size: 90%;
  list-style-type: square;
  margin-top: 0.5em;
}
ul.leftcontent {
  margin-left: 1em;
  margin-bottom: -1em;
}
ul.leftcontent li {
  font-size: 90%;
  list-style-type: square;
}
ul.leftcontent2 li {
  list-style-type: disc;
  font-size: 90%;
  margin-left: -1em;
  margin-top: -0.2em;
  margin-bottom: -0.5em;
}
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 */
  /* See W3C Web Content Accessibility Guidelines, Guideline 10.5 */
  /* http://www.w3.org/TR/WAI-WEBCONTENT/#gl-interim-accessibility */
  
  display: none;
}
.wai {
  display: none;
}
