#navbar {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

#navbar a {
  padding: 0 20px;
}

#navbar a:hover {
  background-color: #ece5b6;
  text-decoration: none;
}

#navbar li {
  display: inline;
  list-style: none;
}

#navbar ul {
  padding: 0;
  margin: 0;
}

#leftcolumn {
  line-height: 140%;
}

#leftcol1 {
  margin: 15px;
  min-height: 262px;
}

#leftcol2 {
  text-align: center;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  background-color: #f1efeb;
  border: 2px solid black;
  padding: 4px;
  margin: 7px;
}

#leftcolumn a {
  font-size: 13px;
  font-weight: normal;
}

#leftcolumn ul {
  margin-left: 0px;
  padding-left: 0em;
}

#leftcolumn ul #secondary {
  padding-left: 1em; 
}

#leftcolumn ul #secondary span {
  font-weight: normal;
}

#leftcolumn li {
  list-style: none;
}


