@media screen, projection {
  div.prhead { display: none; }
 }
A:link    { color: #66cc00; }
A:visited { color: #009966; }
A:active  { color: #00ffcc; }
A:hover   { color: #00ffcc; }
.footer1 a:link { color: #006600; }

body {
  background-color: #ffffff;
  font-size: medium;
 }

p { color: #000000; font-size: 100%; text-align: left; }

h1, h2, h3, h4, h5 {
  text-align: center;
  clear: both;
 }

h1, h2, h5 { color: #009900; }
h3, h4, h6 { color: #000000; }

h1 { font-size: 175%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 115%; }
h5 { font-size: 100%; }
h6 {
  font: 100% "Courier New", Courier, monospace;
  margin-bottom: 0;
  margin-top: 0;
 }

h1, h3, h4 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.54;
 }
p, h2, h5, .content li {
  font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
  font-size-adjust: 0.48;
 }

sub { font-size: smaller; }

acronym {
  border-bottom: 1px dotted black;
 }

.cap {
  color: #333333;
  font: 100% "Times New Roman", Times, serif;
 }

ul.listing {
  list-style: url(../images/POINT.jpg) disc;
  text-align: left;
 }

div.heading1 {
  background: #EFEAEE url(../images/headback.jpg) center center repeat-x;
  text-align: center;
  border-bottom: 1px solid #006600;
 }
div.heading2 {
  background: #CBF6D9 none;
  text-align: center;
  border-bottom: 1px solid #006600;
 }

.breadcrumb, .navbar, .content {
  background: #FFFFFF none;
 }
div.breadcrumb {
  text-align: left;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #006600;
 }
div.navbar {
  width: 20%;
  vertical-align: top;
  float: left;
  text-align: left;
 }
div.content {
  width: 79%;
  vertical-align: top;
  float: right;
  text-align: left;
  border-left: 1px solid #006600;
 }

div.footer1 {
  clear: both;
  background: #CBF6D9 none;
  text-align: center;
  border-top: 1px solid #006600;
  border-bottom: 1px solid #006600;
 }
div.footer2 {
/*  background: #FFFFFF url(../images/green-line.jpg) top center repeat-x; */
  text-align: center;
 }

.breadcrumb p {
  margin: 1px 3em;
 }

.navbar p, .navbar h5 {
  margin: 1em 1px;
 }

.navbar h3, .navbar h4 {
  margin: 1ex 1px;
 }

.content p, .content h5, .leftward table {
  margin: 1em 1em;
 }

.content h1, .content h3, .content h4 {
  margin: 1ex 1em;
 }

.content hr, .navbar hr {
  color: #006600;
  clear: both;
 }

.navbar hr {
  width: 80%;
 }

.leftward {
  text-align: left;
 }

.poster {
  text-align: center;
 }

.signoff {
  text-align: right;
 }

.showy {
  width: 60%;
  text-align: center;
  padding-top: 1ex;
  padding-bottom: 1ex;
  border-style: double;
 }

div.boxr {
  float: right;
  margin: 2px 2px 2px 9px;
  border: 1px dashed #000000;
  padding: 1px;
  text-align: center;
 }

div.boxl {
  float: left;
  margin: 2px 24px 2px 2px;
  border: 1px dashed #000000;
  padding: 1px;
  text-align: center;
 }

div.gbox {
  float: left;
  margin: 0;
  border-right: 1px solid #006600;
  border-bottom: 1px solid #006600;
  border-top: none;
  border-left: none;
  padding: 1px;
  text-align: center;
 }

html.nojs * #WLSearchBoxDiv {
  display: none;
 }

html.js * #WLSearchBoxDiv {
  float: right;
 }
#basicsearch {
  float: right;
  vertical-align: middle;
  margin: 0;
 }

@media print {
 * {
   float: none !important;
   background-color: #ffffff;
   background-image: none;
  }
 div.heading1, div.heading2, div.breadcrumb, div.navbar, div.footer1 { display: none; }
 div.boxr, div.boxl, div.gbox { page-break-inside: avoid; }
 h3, h4, h5 { page-break-after: avoid; }
 acronym:after {
   content: " (" attr(title) ")";
  }
 }

.skiplink { display:none; }

