/* Screen cascading style sheet for Abolitions Conference Website */

html {
  height: 100%;
}

body {
  background: #E6DDC4;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 0.8em;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  height: 100%;
}

a:link {color: #2A2584; font-weight: bold; text-decoration: none}
a:visited {color: #2A2584; font-weight: bold; text-decoration: none}
a:hover {color: #DF0000; font-weight: bold; text-decoration: none}
a:active {color: #2A2584; font-weight: bold; text-decoration: none}

h2 {font-family: Arial, Helvetica, Sans Serif; font-size: 1.4em; margin-top: 10px; text-align: left; width: 200}
h3 {font-family: Arial, Helvetica, Sans Serif; font-size: 1.1em; text-align: left; width: 200}
h3.archive {background: #995BFF; font-family: Arial, Helvetica, Sans Serif; font-size: 1.3em; text-align: justify; width: 200}

p {text-align: justify}

td.cell1 {background: #CDB97D; font-weight: bold; text-align: right; width: 30%}
td.cell2 {background: #E9D39A; text-align: left; width: 70%}

ul {text-align: left}

#container {
  top: 0;
  left: 0;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

#content {
  float: right;
  background: #FFFFFF;
  margin-left: 120px;
  overflow: auto;
  padding: 0px 15px;
  text-align: center;
  height: 100%;
  width: 550px;
}

#maincontain {
  background: #FFFFFF;
  border: 1px solid #000000;
  margin: 4% auto;
  overflow: hidden;
  text-align: left;
  min-height: 350px;
  height: 88%;
  width: 700px;
}

#main {
  float: right;
  margin-left: -120px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

#nav {
  float: left;
  background: url(images/nav_bk.gif);
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 120px;
}

#nav ul {
  background: url(images/menu_bk.gif);
  font-size: 0.9em;
  list-style: none;
  margin: 40px 0px 0px 0px;
  padding: 0px;
  width: 114px;
}

#nav li {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#nav li a {
  border-bottom: 1px solid #000;
  color: #FFFFFF;
  display: block;
  padding: 5px 0px 5px 0px;
  text-decoration: none;
  width: 100%;
}

#nav li a.top {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  color: #FFFFFF;
  display: block;
  padding: 5px 0px 5px 0px;
  text-decoration: none;
  width: 100%;
}

html>body #nav li a {
  width: auto;
}

#nav li a:hover {
  color: #000000;
  background-color: #DFCA90;
}
