/* fonts */

#soxguide-header h1 {
  font-family: Georgia, Times New Roman, serif; 
  font-size: 14pt; 
}
#soxguide-header p, #soxguide-sidebar ul, #soxguide-sidebar li, #soxguide-sidebar a, #soxguide-nav td {
  font-family: Georgia, Times New Roman, serif; 
  font-size: 9pt; 
}

/* banner */

#soxguide-header {
  background: #e9e9e9 url(/info/smallbus/404guide/images/header_bottom.gif) repeat-x bottom left; 
  color: #454545; 
}
#soxguide-header h1 {
  background: #666 url(/info/smallbus/404guide/images/header_top.gif) no-repeat top left; 
  color: #fff; 
  margin: 0 0 0.5em 0; 
  padding: 0.5em 0; 
  text-align: center; 
}
#soxguide-header p {
  line-height: 1.2em; 
  margin: 0 0 0.5em 0; 
  padding: 0 0.5em 1em; 
  text-align: center; 
}

/* content */

#soxguide-content h2 {
  border-bottom: 1px solid #e9e9e9; 
  font-size: 12pt; 
  margin-top: 1.5em; 
}
#soxguide-content img {
  border: 1px solid #e9e9e9; 
  clear: right; 
  float: right; 
  margin: 0 0 1em 1em; 
  width: 198px; 
}

/* print version sidebar */

#soxguide-sidebar {
  background: #e9e9e9 url(/info/smallbus/404guide/images/sidebar_top.gif) no-repeat top left; 
  color: #454545; 
  clear: right; 
  float: right; 
  margin: 0 0 1em 1em; 
  text-align: center; 
  width: 200px; 
}
#soxguide-sidebar ul {
  background: url(/info/smallbus/404guide/images/sidebar_bottom.gif) no-repeat bottom left; 
  line-height: 1.2em; 
  list-style: none; 
  margin: 0; 
  padding: 0.5em; 
}

/* nav */

#soxguide-nav {
  background: #e9e9e9 url(/info/smallbus/404guide/images/nav_top.gif) repeat-x top left; 
  clear: right; 
  margin-top: 1.5em; 
}
#soxguide-nav table {
  background: url(/info/smallbus/404guide/images/nav_bottom.gif) no-repeat bottom left; 
  width: 100%; 
}
#soxguide-nav td {
  color: #c0c0c0; 
  padding: 8px 0; 
  vertical-align: top; 
  width: 33%; 
}

/* lists */

ul {
  list-style-type: square; 
}
.double-spaced li {
  margin-bottom: 1em; 
}
