body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #041116;
  font-family: arial, sans-serif;
  font-size: small;
}

#main {
  width: 800px;
  margin: 0;
  background: #fff url(/images/sidebar.gif) repeat-y top left;
  text-align: left;
  font-size: 1.2em;
}

#header h1{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 103px;
  background: #28a5df url(/images/banner.jpg) no-repeat top left;
}

#header h1 span {
  display: none;
}

#sidebar {
  float: left;
  width: 104px;
  text-align: center;
}

#sidebar ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
}

#sidebar ul li a {
  display: block;
  width: 90px;
  margin: 0;
  padding: 6px;
  background-color: #5ebce7;
  border-width: 1px;
  border-color: #94d3f0 #28a5df #28a5df #94d3f0;
  border-style: solid;
  color: #145370;
  text-decoration: none;
}

#sidebar ul li a:hover {
  background-color: #228cbe;
  border-color: #28a5df #94d3f0 #94d3f0 #28a5df;
  color: #eaf7fc;
}

#sidebar ul li a#active {
  background-color: #fff;
  border-color: #fff;
  color: #041116;
}

#content {
  float: right;
  width: 696px;
}

.contentwrapper {
  padding: 1em 3em;
}

#footer {
  clear: both;
  margin-top: 5em;
  text-align: center;
  font-size: .8em;
}

a img {
  border: none;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.pdfdl {
  display: block;
  padding-left: 20px;
  background: transparent url(images/pdficon_small.gif) no-repeat left center;
}

ul.booklist {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.booklist ul {
  margin: .5em;
  list-style: disc;
  font-size: .8em;
}

ul.booklist ul li {
  margin-left: 2em;
}

ul.booklist li {
  float: left;
  width: 49%;
  margin: 0;
  padding: 0;
}

ul.booklist li img {
  float: left;
  margin: .5em  .5em .5em 0 ;
}

.center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: .9em;
}

h6 {
  font-size: .8em;
}

/* IE Hacks */
* html body {
  font-size: 75%;
}