#page {
  width: 960px;
  margin: 0 auto;
}

#banner {
  height: 296px;
  background-color: #d7eee7;
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
}

#menu {
  padding: 150px 0 0 200px;
}

#menu li {
  float: left;
  text-align: center;

}

#menu li div {
  margin-top: -0.5em;
}

#general {
  width: 780px;
  float: left;
  margin-bottom: 2em;
}

#side-bar {
  width: 154px;
  float: left;
}

#content #side-bar ul,
#content #side-bar ul li {
  margin: 0;
  padding: 0;
}

#side-bar ul li {
  list-style-type: none;
}

#content {
  float: left;
  width: 580px;
  padding-top: 20px;
  padding-left: 2em;
  text-align: justify;
}

#content h1 {
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  letter-spacing: 0.5em;
  border: 10px double white;
}

#content h2 {
  margin: 2em 0 1em 0;
}

#content h3 {
  margin: 1em 0;
}

#content h4 {
  margin-bottom: 1em;
}

#content p {
  margin: 1em 0;
  line-height: 1.8em;
}

#content p.question_tip {
  cursor: pointer;
}

#content p.answer,
#content td.answer {
  font-size: 90%;
  color: #555;
  margin: 0 0 1em 0;
}

#content p.answer {
  display: none;
}

#content p.tip {
  font-size: 90%;
  color: #555;
  margin: 0 0 1em 0;
}

#content p.citation {
  font-size: 80%;
  color: gray;
  margin: 0;
  padding: 0;
}

#content p.title {
  font-size: 110%;
  margin-bottom: 0.5em;
}

#content div.glossary,
#content div.glossary2 {
  font-size: 90%;
  color: black;
  background-color: #bcd;
  margin-bottom: 1em;
  padding: 1em;
  border: 5px outset #9ab;
}

#content div.glossary2 {
  margin-top: 7em;
}

#content div.law {
  background-color: #ffbbbb;
  margin-bottom: 2em;
  padding: 1em;
  border: 5px outset #d99;
}

#content div.concept {
  background-color: #efa75f;
  margin-bottom: 2em;
  padding: 1em;
  border: 5px outset #cd853d;
}

#content div.ref {
  color: gray;
  margin-top: 10em;
  padding: 1em 0;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

#content div.ref a,
#content p.citation a {
  color: gray;
}

#content div.ref a:hover,
#content p.citation a:hover,
#content kbd a:hover,
#content ul.map a:hover {
  text-decoration: underline;
}

#content span.download {
  margin-right: 3em;
}

#content span.download a {
  font-size: 80%;
  text-decoration: none;
}

#content div.ref ol {
  font-size: 80%;
}

#content div.glossary h4,
#content div.glossary2 h4 {
  text-decoration: none;
  font-weight: bold;
  margin: 0;
}

#content div.glossary p,
#content div.glossary2 p {
  margin: 0;
}

#content div.song {
  font-size: 90%;
  background-color: #d7eee7;
}

#content div.song_title {
  color: #4f1613;
  border-bottom: 5px solid white;
  background-color: #d7eee7;
}

#content div.song_title h4, #content div.song_title p {
  text-decoration: none;
  margin: 0;
  padding: 1em;
}

#content div.song_title h4,
#content div.reference h4,
#content div.interview h4,
#content div.law h4,
#content div.concept h4 {
  text-decoration: none;
  font-size: 120%;
  padding-bottom: 0;
}

#content div.left {
  width: 250px;
  float: left;
  padding: 0 1em 1em 1em;
  border-right: 5px solid white;
}

#content div.right {
  width: 250px;
  float: right;
  padding: 0 1em 1em 1em;
}

#content div.discuss {
  margin: 1em 0;
  padding: 0 1em 1em 1em;
  border: 5px double #d7eee7;
  background-color: #ffffff;
}

#content div.interview {
  margin: 2em 0;
  padding: 1em;
  background-color: #d7eee7;
  border: 5px outset #b5ccc5;
}

#content div.reference {
  margin: 2em 0;
  padding: 1em;
  background-color: #ffffaa;
  border: 5px outset #dddd88;
}

#content div.research {
  margin: 2em 0;
  padding: 1em;
  background-color: #ddccff;
  border: 5px outset #bbaadd;
}

#content ul, #content ol {
  margin: 1em 0;
  list-style-position: inside;
}

#content ul {
  list-style-type: disc;
}

#content ol {
  list-style-type: decimal;
}

#content ol.inner_ol {
  list-style-position: outside;
  margin-left: 1.5em;
}

#content ol li.top, #content ul.map {
  list-style-type: none;
}

#content ul.map ol li {
  list-style-type: upper-roman;
  list-style-position: outside;
  margin-left: 3em;
}

#content ul.map ul li {
  list-style-position: outside;
  margin-left: 3em;
}

#content ul.map a {
  color: #4f1613;
}

#content ul li, #content ol li {
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

#content ol.evidence {
  list-style-type: upper-alpha;
}

#content div.outline ul, #content div.purpose ul {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.5em;
}

#content ul.left, #content ul.right {
  list-style-type: circle;
}

#content ul.left {
  width: 250px;
  float: left;
}

#content ul.right {
  width: 250px;
  float: left;
}

#content ul.choice {
  list-style-type: circle;
}

#content ol li.level1 {
  list-style-type: upper-roman;
  list-style-position: outside;
  margin: 0 0 5em 0;
}

#content ol li.level2 {
  list-style-type: lower-roman;
  list-style-position: outside;
  margin-left: 1em;
}

#content div.discuss ol {
  padding-left: 2em;
}

#content div.discuss ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 1em;
}

#content span.heading1 {
  font-weight: bold;
  font-size: 120%;
}

#content span.heading2 {
  font-style: italic;
}

#content a.to_top {
  float: right;
  margin-bottom: 1em;
}

#content img {
  width: 550px;
}

#content img.chart {
  width: 530px;
  padding: 1em;
  background-color: #d7eee7;
}

#content img.inner_img {
  width: 160px;
}

#content img.blank_img {
  width: 15px;
}

#content img.download_logo {
  width: 25px;
}

#content img#suits {
  height: 550px;
}

#content kbd {
  font-size: 70%;
  position: relative;
  top: -6px;
  padding: 0 3px;
}

#cartoon {
  width: 170px;
  float: right;
  text-align: right;
}

#cartoon img {
  margin: 20px 0;
}

#footer {
  margin-top: 5em;
  padding: 2em 0;
}

#footer a.sponsor {
  float: right;
}

#footer span.supporter {
  font-size: 70%;
  padding-top: 20px;
  padding-right: 2em;
}

#footer span.supporter a {
  color: #c41425;
}

#footer img#womenresources {
  height: 41px;
}

#copy {
  font-size: 70%;
  margin-top: 3em;
  padding: 1em;
  text-align: center;
}

#f_content {
  width: 960px;
  height: 650px;
  background-color: #ffffff;
  background-image: url('../images/frontpage/bg.jpg');
  background-repeat: no-repeat;
}

#f_icons {
  padding: 0 0 0 235px;
  text-align: center;
}

#f_icons ul li {
  width: 155px;
  height: 145px;
  float: left;
  overflow: hidden;
}

#f_icons ul li div#f_text_3 {
  margin: -1.5em 0 0 2em;
}

#f_text_4 {
  margin-left: -0.7em;
}

#f_icons ul li div {
  margin-top: -1em;
}

#f_menu li {
  float: left;
  margin-top: 73px;
}

#f_materials {
  padding: 190px 0 0 380px;
}