body {
  background: white;
  color: black;
  font-family: arial,helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
}

a {
  background: transparent;
  color: #05695a;
  text-decoration: none;
  font-weight: bold;
}

a:hover	{
  background: transparent;
  color: #024238;
  text-decoration: underline;
  font-weight: bold;
}

img {
  border: none;
}

img.map {
  margin: 0px;
  padding: 0px;
}

p {
  margin-top: 1.33em;
  margin-right: 1.33em;
  text-align: justify;
}

p.title {
  font-size: 110%;
}

p.images img {
  border: solid black 2px;
}

p.framelessimages,
p.images {
  text-align: center;
}

li {
  text-align: justify;
}

td {
  padding: 5px 5px 0px 0px;
}

td.main {
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
  vertical-align: top;
  width: 100%;
}

td.map {
  margin: 0px;
  padding: 0px;
}

/*  background-color: #dce5d4;           */


h1 {
  background-color: #f5f5f5;
  color: black;
  border-style: solid;
  border-color: #d0d0d0;
  border-width: 1px;
  padding: 5px;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
}

h2 {
  font-weight: bold;
  clear: both;
  font-size: 110%;
}

h3 {
  font-weight: bold;
  clear: both;
  font-size: 105%;
}

/*  background: #dce5d4;           */

td.menu {
  background-color: #f5f5f5;
  color: black;
  border-style: solid;
  border-color: #d0d0d0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 1px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}

table.layout {
  clear: both;
  margin: 0px;
  border: none;
  padding: 0px;
  border-collapse: collapse;
  width: 100%;
}

div.titlebar {
  background-image: url("images/name_logo_1_sliver.jpg");
  background-repeat: repeat-x;
  height: 50px;
}

div.informaltable table {
  border-collapse: collapse;
}

div.informaltable table tr td, div.informaltable table tr th {
  padding: 5px;
}

img.titlebarleft {
  float: left;
}

img.titlebarright {
  float: right;
}


div.linkbar, div.navbar {
  clear: both;
  background: #f5f5f5;
  color: black;
  border: solid #d0d0d0;
  border-width: 1px 0px 1px 0px;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  text-align: center;
}

span.footerleft {
  float: left;
  padding: 20px;
}

span.footerright {
  float: right;
  padding: 20px;
}

span.shrink1 {
  padding-left: 10px;
  font-size: 95%;
}

span.shrink2 {
  padding-left: 20px;
  font-size: 90%;
}

span.shrink3 {
  padding-left: 30px;
  font-size: 85%;
}

div.rss dd p {
  white-space: pre;
  border-width: 0px;
  padding: 0px;
}

div.rss img {
  border: none;
  float: right;
}

div.news {
    clear: both;
}

div.news img {
    float: left;
    padding: 0em 1em 0em 0em;
}


p.images img {
  border: none;
}

p.images {
  text-align: center;
}

/* Imageslices: work-around to keep the renderer from reserving 
space for the descenders of images by making the images blocks 
instead of inline elements. See 
http://devedge.netscape.com/viewsource/2002/img-table/ for a 
description of the problem. Other than that, 'imageslices' should 
act like 'images'. */

p.imageslices img {
  display: block;
  margin: 0px;
  padding: 0px;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

p.images, p.imageslices {
  text-align: center;
}

p.navindex {
  text-align: center;
  font-size: 80%;
}

span.newstitle {
  float: left;
}

span.newsdate {
  float: right;
}



@media print {

div.navbar, div.linkbar, td.menu {
  display: none
}

td.main {
  padding-right: 0px;
  padding-left: 0px;
}

}
