html, body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

#wrap {
  width: 750px;
  margin: 0 auto;
}

#nav {
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

#nav a, #sidebar a {
  font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
}

#nav a:hover {
  text-decoration: underline;
  color: #336699;
}

#content {
  float: right;
  width: 620px;
}

#sidebar {
  float: left;
  width: 100px;
}

#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#sidebar ul li {
  display: block;
  list-style-type: none;
  clear: right;
  padding-bottom: 2px; /*bottom spacing between menu items*/
}

#sidebar ul li a {
  font: normal 12px Arial;
  color: black;
  background: #E9E9E9;
  display: block;
  padding: 5px 0;
  line-height: 17px;
  padding-left: 8px; /*link text is indented 8px*/
  text-decoration: none;
}

#sidebar ul li a:hover {
  background: black;
  color: #6699CC;
}

#footer {
  clear: both;
  font-size: 0.75em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

/* IE hack */
* html #footer {
  height: 1px;
}

p {
  text-align: justify;
}

blockquote {
  text-align: justify;
  max-width: 570px;
}

p.quote, p.arrow {
  text-align: right;
}

h1 {
  border-bottom: thin solid #6699CC;
  color: #605080;
}

h2 {
  border-bottom: thin solid #605080;
  color: #6699CC;
}

h3 {
  color: #336699;
}

h4 {
  color: #003366;
}

div.figure {
  width: 75%;
  border: thin #003366 solid;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
}

div.figure p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
}

#copyright {
  text-align: center;
  font-size: smaller;
}


img.scaled {
  width: 100%;
}


