html, body {
  height: 100%;
}

body {
  background-color: white;
  font-family:      verdana, "trebuchet MS", helvetica, sans-serif;
  font-size:        10pt;
  margin:           0px;
}
td {
  background-color: white;
  font-family:      verdana, "trebuchet MS", helvetica, sans-serif;
  font-size:        10pt;
  color:            #444;
}

#banner {
  height:     90px;
  text-align: center;
  font-style: italic;
}


#menubar {
  /* background-color: #ffdaaa; */ /* light brown */
  /* background-color: rgb(128,148,157); */ /* dark green */
  background-color: rgb(140,118,130); /* some brown */
  /* background-color: rgb(173,145,160); */
  /* color:         white; */
  /* color:         rgb(253,189,177); */ /* some skin color */
  color:           rgb(255,210,201); /* some other skin color */
  /*
  border-top:    1px solid #aadabb;
  border-bottom: 1px solid #aadabb;
  */
  /* some green */;
  border-top:    1px solid rgb(84,113,111);
  border-bottom: 1px solid rgb(84,113,111);
  padding:       0px 0px 2px 2px;
}
#menubar div#menubarinfo {
  float:         right;
  text-align:    right;
  padding-right: 2px;
  font-style:    italic;
}

#menubar a {
  text-decoration: none;
  /* color:           rgb(253,189,177); */ /* some skin color */
  color:           rgb(255,210,201); /* some other skin color */
  font-size:       10pt;
  padding:         3px 4px 2px 2px;
  font-style:      italic;
}
/*
#menubar a:hover, #menubar a.selected {
  background-color: #aadabb;
  border-top:   1px solid #aaaaaa;
  border-left:  1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  margin:       -1px -1px 0px -1px;
  padding-top:  2px;
}
*/
#menubar a.selected {
  font-style: normal;
  /* color:      green; */
  color: white;
}


#content {
  padding-left:  5em;
  padding-right: 3em;
  color:         #444;
}

#usefirefox {
  width:         60%;
  display:       none;
  margin-bottom: -20px;
}

h1 {
  font-family: Verdana, sans-serif;
  font-size:   11pt;
  font-weight: bold;
  padding-top: 1em;
}

p.text {
  line-height: 1.8em;
}
p.text span.textinfo {
  line-height: 1.2em;
  font-size:   8pt;
}

p.text a {
  text-decoration: underline;
  color: #444;
}
p.text a:hover {
  text-decoration: underline;
}

p.text .sectiontitle {
}
p.text .sectiontitle, p.text .sectiontitle a {
  font-weight:     bold;
  text-decoration: none;
  color:           green;
}
.sectiontitle a:hover {
  text-decoration: underline;
}

ul.itemlist {
  list-style:   none;
	margin-left:  0;
	padding-left: 1.5em;
	text-indent:  -1em;
}
ul.itemlist li {
  padding-bottom: 0.5em;
}
ul.itemlist li:before {
  content: "\00BB \0020";
}
ul.itemlist li a {
  color: black;
  text-decoration: none;
}
ul.itemlist li a:hover {
  color: black;
  text-decoration: underline;
}

p.limitwidth, div.limitwidth {
  max-width: 750px;
}
p.limitwidthmore, div.limitwidthmore {
  width: 550px;
}

.z1green {
  color: rgb(89, 195, 205);
}
.z1gray {
  color: rgb(119, 119, 119);
}

