/* Stylesheet for all pages on site */

body {
  margin: 0;
  background-image: url("images/texture.jpg");
  font-family: arial,helvetica,sans-serif;
}

div#body {
  margin: 16px;
}

div#menu ul {
  /* Remove indentation of list items */
  margin-left: 0;
  padding-left: 0;
}

#menu li {
  display: inline;
  list-style-type: none;
  font-weight: bold;
  margin: 0 0.8em 0 0;
}

#menu li.rtl {
  float: right;
  margin: 0 0 0 1em;
}

#menu a {
  color: black;
  text-decoration: none;
}

#menu em {
  color: rgb(100%,40%,0%);
  font-style: normal;
}

div#header {
  border: 3px solid black;
  padding: 0 16px;
  clear: both;
  background-color: white;
  line-height: 1em;
}

#header img {
  margin: 16px 0;
}

img#tagline {
  float: right;
  margin-left: 16px;
}

h1 {
  text-align: center;
}

h2 {
  margin-bottom: 0.1em;
}

div.section {
  margin-bottom: 1em;
  border: 1px solid black;
  padding: 0 16px;
  background-color: white;
}

.section img {
  float: left;
  margin: 16px 16px 16px 0;
}

.section p {
  margin: 1em 0;
}

.section ul {
  /* Custom bullets used on unordered lists */
  list-style-image: url("images/bullet.gif");
}

div.sectend {
  clear: left;
  margin: 0;
}

div#links {
  font-weight: bold;
}

div#footer {
  text-align: center;
}

#footer small {
  font-size: 10px;
}
