html {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
body {
  color: black;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  background-color: white;
  text-align: center;
}
body, td {
  font: 15px "Georgia", "Times New Roman", Times, serif;
}

#container {
  width: 984px;
  text-align: left;
  margin: 0 auto;
}

a {
  color: #00b;
  text-decoration: none;
}

a:link {
  color: #009;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #006;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*
a:active {
  position: relative;
  left: 1px;
  top: 1px;
}
*/

h1 {
  font: 19px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  color: #800;
  margin-left: -5px;
  width: 779px;
  border-bottom: 1px solid #600;
}

h3 {
  font: italic 15px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  color: #600;
  margin-left: -5px;
  width: 774px;
  border-bottom: 1px dashed #500;
}

#content {
  padding-left: 5px;
  width: 769px;
}

#side-bar {
  width: 185px; 
  float: right; 
  margin: 0em 0em 0em 0em;
  padding: 0.5em 0.5em 0.5em 0.5em; 
  border: 1px solid black;
  -moz-border-radius: 8px;
  font-size: 11px;
  background-color: #def;
}

#side-bar-below-menu {
  margin-top: 2ex; 
  border-top: 1px dashed #000;
}

.menu-root {
  font-size: 12px;
  margin-bottom: 1ex;
}

ul.menu {
  list-style: none;
  margin-top: 0px;
  margin-left: 0em;
  padding-left: 1.5em;
  text-indent: -0.5em;
}

/*
.menu-section {
  margin-left: 1em;
}

.menu-subsection {
  margin-left: 2em;
}
*/

.copyright {
  margin-top: 5ex;
  font-size: 11px;
  color: #666;
  text-align: center;
  /* margin-left: -5px; */
}

.home-images {
  text-align: center;
}

a img {
  border-width: 1px;
}

ul {
  margin-left: 1.3em;
  padding-left: 0px;
}

li {
  margin-left: 0px;
  padding-left: 0px;
  /* margin-left: -1em; */
}

.geourl {
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight:bold;
  text-decoration:none;
  color: white;
  background-color: #093;
  border-left:1px solid #3C6;
  border-top:1px solid #3C6;
  border-right:1px solid #063;
  border-bottom:1px solid #063;
  padding:0px 3px 0px 3px;
  margin:0px;
}

.rss {
  border:1px solid;
  border-color:#FC9 #630 #330 #F96;
  padding:0 3px;
  font:bold 10px verdana,sans-serif;
  color:white;
  background:#F60;
  text-decoration:none;
  margin:0;
}

input.small-text {
  border: inset 1px #def;
  padding: 1px;
  font-size: 13px;
}

input.small-button {
  border-width: 1px;
  padding: 0px;
  font-size: 13px;
}

div#banner {
  display: block;
  text-align: center;
  color: white;
  font-weight: normal;
  border: 1px solid;
  border-color: #FC9 #630 #630 #FC9;
  -moz-border-radius: 8px;
  padding: 5px 10px;
  /*font: bold 10px verdana,sans-serif;*/
  font-size: 15px;
  background: #C34;
  margin: 0px;
  margin-bottom: 10px;
  padding: 10px;
}

div#banner a {
  color: #ddddff;
  text-decoration: underline;
}

a:hover#banner {
}

a:active#banner {
  position: static;
  border-color: #630 #FC9 #FC9 #630;
}

p {
  text-align: justify;
}

.small {
  font-size: 75%;
}

.centered {
  text-align: center;
}

pre {
  font: 11px "Courier New", Courier, monospace;
  margin-left: 0px;
  padding-left: 0px;
}

.noborder {
  border-width: 0px;
}