/* CSS1 style sheet for use with newer, standards-compliant browsers */

/* Printer version */

body {
  background-color: transparent;
  font-family: Verdana, sans-serif;
  font-size: 80%;
  margin: 0;
  padding-top: 1px;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.noborder {
  border-style: none;
  border-width: 0;
}

/* Navigation and content panel settings */

div {
  border-style: none;
  border-width: 0;
}
div.navmenu {
  display: none;
}

div.right {
  background-color: transparent;
  color: #000000;
  padding: 5px;
}

/* Paragraphs */

p {
  text-align: justify;
}
p.backtotop {
  display: none;
}
p.navlist {
  text-align: left;
}
p.nolinebreak {
  margin-top: 0;
}

/* Introductory paragraph with drop caps */

p.introduction:first-letter {
  font-size: 200%;
  font-weight: bold;
  float: left;
  padding: 0 5px 0 0;
  vertical-align: top;
}

/* Headings */

h1 {
  background-color: transparent;
  color: #003300;
  font-size: 200%;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
}
h2 {
  background-color: transparent;
  color: #003300;
  font-size: 150%;
  font-weight: bold;
  text-align: left;
}
h3 {
  background-color: transparent;
  color: #003300;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
}
h3.date {
  margin-bottom: 0;
}

/* Links */

img.link {
  border-style: none;
  border-width: 0;
}

a:link {
  background-color: transparent;
  color: #006600;
  text-decoration: underline;
}
a:visited {
  color: #003300;
}
a.navlist {
  color: #ffffff;
  text-decoration: none;
}
a.navlist:visited {
  color: #c0c0c0;
}
a.navlist:hover {
  text-decoration: underline;
}

/* Addresses and horizontal separator */

address {
  display: block;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

hr {
  background-color: #003300;
  clear: both;
  color: #003300;
  height: 5px;
  border-style: none;
  border-width: 0;
  margin-top: 10px;
}

/* Images */

img.icon {
  vertical-align: bottom;
}

img.left {
  border-style: none;
  border-width: 0;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

img.right {
  border-style: none;
  border-width: 0;
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}

/* Tables */

table {
  background-color: transparent;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  margin-left: auto;
  margin-right: auto;
}
table.backissues {
  margin-left: 0;
  margin-top: 5px;
}
table.fullwidth {
  width: 100%;
}
td {
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  margin-top: 10px;
}
td.video {
  border-style: none;
  border-width: 0;
  text-align: center;
  vertical-align: top;
  width: 33%;
}
th {
  background-color: #003300;
  color: #ffffff;
  border-style: none;
  border-width: 0;
  padding: 3px;
  text-align: center;
}
.image {
  border-style: none;
  border-width: 0;
  text-align: center;
}

/* Lists */

ul {
  padding-left: 1em;
  margin-left: 2px;
}
ul.navmenu, ul.table {
  margin-top: 0;
  margin-bottom: 0;
}
li {
  list-style-type: disc;
  padding-left: 0;
}
li.linebreak {
  margin-bottom: 1em;
}
li.nodisplay {
  display: none;
}

p.w3c {
  line-height: 1.2em;
  text-align: center;
}