/* Body and general CSS */
html {
  height: 100%;
}

body {
  color: #000000;
  background-color: #5C3317;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
  height: 100%;
}

a:link, a:visited, a:hover, a:active {
  color: #FF0000;
  text-decoration: underline;
  font-weight: bold;
}

img {
  border-width: 0;
  margin: 10px 10px 0 10px;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

th, td {
  padding: 5px;
  margin: 0;
}

/* General div CSS */
div#shadow {
  position: relative;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 892px;
  background: transparent url('http://lsjumb.stanford.edu/media/website/images/bgshadow.png') repeat-y;
  min-height: 100%;
}

div#container{
  padding: 0 0 15px 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 855px;
  min-height: 100%;
}

div#content {
  margin: 15px;
}

/* Menu CSS */
#menu {
  padding: 0;
  margin: 0;
  z-index: 30;
}

#menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font-weight: bold;
  font-size: 12px;
}

a.menuheader {
  display: block;
  margin: 0 1px 0 0;
  padding: 4px 10px;
  width: 192px;
  background: #B30000;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

a.menuheader:hover {
  background: #FF0000;
}

.menulist {
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  background: #B3B3B3;
  border: 1px solid #B30000;
  z-index: 10;
}

.menulist a {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 10px;
  width: auto;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: #B3B3B3;
  color: #B30000;
  font-weight: normal;
  font-size: 12px;
}

.menulist a:hover {
  background: #FF0000;
  color: #FFFFFF;
}

/* Helpful classes */
.centered {
  text-align: center;
}

img.centered, div.centered, table.centered, object.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div.clearer {
  clear: left;
  line-height: 0;
  height: 0;
}

