hr {
      border: 0;
      width: 100%;
      color: #1188ff;
      background-color: #00664C;
      height: 1px;
      position:relative;
      z-index:10;
}

td,tr,p {
  font-size: 100%;
  color: #000000;
  position:relative;
  z-index:10;
}

ul,li {
  font-size: 90%;
  color: #000000;
  position:relative;
  z-index:10;
}

h1 {
  color: #00664C;
  text-shadow: 1px 1px 1px #999999;
  position:relative;
  z-index:10;
}

b {
  position:relative;
  z-index:10;
}

img {
  font-style:italic;
  color:#00664C;
  position:relative;
  z-index:15;
}

.quote {
  margin-left:50px;
  margin-right:50px;
  font-size: 90%;
  padding:5px;
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  overflow: hidden;
}

/* Links */
a:link {
  font-family: 'open_sansregular', Arial, Verdana, Helvetica, sans-serif;
  font-size: 100%; 
  color: #00664C; /* Green */
  text-decoration: none;
  position:relative;
  z-index:10;
}
a:visited {
  color: #1188ff; /* Blue */
  text-decoration: none;
  position:relative;
  z-index:10;
}
a:hover {
  color: #ffcc00; /* Yellow */
  text-decoration: none;
  position:relative;
  z-index:10;
}
a[name]:hover {
  text-decoration: inherit;
  color: inherit;
  background: inherit
}

/* Table Borders */
#tableborder {
  border: solid 1px #dedede;
  padding: 5px;
  position:relative;
  z-index:10;
}

/* Float */
img.floatLeft { 
    float: left; 
    clear: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

.twtr-widget {
  float: right;
  clear: right; 
}