body {
  margin-left: 20px; margin-top: 10px;
  font-family: Tahoma, Arial, sans-serif; font-size: 0.8em;
}
#top {
  width: 660px; height: 86px;
}
#dummy {
  display: none;
}
#left {
  position: absolute; top: 40px; left: 20px; width: 172px;
}
#right {
  margin-left: 200px; margin-right: auto; width: 440px; min-height: 300px;
}
#divider {
  background-color: navy; height: 17px;
}
#menu {
  border-style: none solid none none; border-width: 1px;
  border-color: silver; margin-left: 16px;
}
a.menu-item {
  display: block; text-align: right; color: gray; text-decoration: none;
  background: url(../images/box-silver.gif) bottom right no-repeat;
  padding-top: 0.25em; padding-bottom: 0.25em; padding-right: 1.25em;
  border-style: none none solid; border-width: 1px; border-color: silver;
}
a:hover.menu-item {
  color: black; background: url(../images/box-gray.gif) bottom right no-repeat;
}
#logo {
  padding-top: 16px;
}
#title-panel {
  width: 439px;
  border-style: none none none solid; border-width: 1px;
  border-color: silver;
}
#title {
  color: navy; width: 150px; padding-left: 10px; padding-top: 0.25em;
  border-style: solid none none none; border-width: 1px; border-color: silver;
  font-weight: bold;
}
#underline {
  width: 450px; height: 4px; margin-top: 0.25em; margin-left: 9px;
}
#bottom {
  color: silver; font-size: 0.85em;
  margin-left: 20px; width: 640px;
  border-style: solid none none none; border-width: 1px;
  padding-top: 0.25em;
}
#content {
  color: #4266A0;
  font-family: Arial, Tahoma, sans-serif;
}
#content h1 {
  font-family: Tahoma, Arial, sans-serif; font-size: 1em;
  margin-top: 1.25em; margin-bottom: 1.25em;
}
#content h1.first {
  padding-top: 0.5em;
}
#content p {
  margin-top: 1.25em; margin-bottom: 1.25em;
}
#content a {
  color: gray; text-decoration: none;
}
#content a:hover {
  color: #404040; background-color: #F5F5DC;
}
#content ul, #content ol {
  list-style-position: outside;
  margin-top: 1.25em; margin-bottom: 1.25em;
}
#content ul li, #content ol li {
  line-height: 1.25em; margin-top: 0.5em; margin-bottom: 0.5em;
}
#content code {
  font-size: 1em;
}
#content p.first {
  padding-top: 0.25em;
}
#content .smaller {
  font-size: 0.85em
}
#content .question {
  font-family: Tahoma, Arial, sans-serif; font-weight: bold;
}
#standards ol li {
  line-height: 1em; margin-top: 1em; margin-bottom: 1em;
}