body {
  margin:0;
  padding:0;
  font-family: arial;
}

#baruch-hashem {
  position: absolute;
  top: 5px;
  right: 5px;
}

      #banner {
        padding: 3px 0;
      }
      #topnavbar {
        background: #416271 url(../images/navbar-bg.png) repeat-x;
        font-size: 14pt;
        padding: 20px 0;
        text-align: center;
        margin: 0;
      }
      #topnavbar li {
        display: inline;
      }
      #topnavbar a, #topnavbar a:visited {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        list-style: none;
        padding-left: 40px;
      }
      #topnavbar a:hover {
        color: #d0acb3;
      }
      #topnavbar a.current {
        text-decoration: underline;
        cursor: default;
      }
      #topnavbar a.current:hover {
        text-decoration: underline;
        color: #fff;
      }
      #subbanner {
        background: #31941d url(../images/subbanner-bg.png);
        margin-bottom: 30px;
        color: #fff;
        font-size: 14pt;
        font-weight: bold;
        padding: 15px 0;
        text-align: center;
      }
      #subbanner cite {
        font-style: normal;
        font-size: 10pt;
      }
      h1 {
        color: #714149;
        font-size: 20pt;
        margin-bottom: 4px;
      }
      h3 {
        margin-top: 0;
	margin-bottom: 2px;
        color: #714149;
        font-size: 14pt;
      }
h4 {
    margin-left: 10px;
    font-size: 13pt;
}
      #sidebar {
        float: left;
        width: 170px;
        margin-left: 30px;
        background: #edf0f5 url(../images/sidebar-bg.png);
        border: 1px solid #415171;
        padding: 8px;
	font-size: 10pt;
      }
      #sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      #sidebar li {
        margin-bottom: 5px;
      }
      #content {
        margin-left: 250px;
        width: 580px;
      }
      #footer {
        margin-top: 30px;
        margin-bottom: 10px;
        border-top: 1px dashed #333;
        padding-top: 20px;
        text-align: center;
        clear: both;
      }
      #footer a:visited {
        color: blue;
      }

b {
  color: #900;
}

.clear {
  clear: both;
}
