
html {
  min-height: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: #464646;
  font-size: 12px;
  line-height: 2em;
  background: #dfdfdf url(images/bkg.png) repeat-x bottom left;
}

a img {
  border: 0;
}

a {
  color: #00694b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.active, a:hover.active {
  text-decoration: underline;
}

h1, h2 {
  font-weight: normal;
  margin: 0;
  margin-bottom: 1em;
  text-align: left;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  padding: 1em;
  text-align: left;
}

table td {
  padding: 1em;
  vertical-align: top;
  text-align: left;
}

tr {
  background: white;
}

tr.odd {
  background: #eeeeee;
}


a.directory {
  font-weight: bold;
  padding-left: 20px;
  padding-top: 1px;
  background: transparent url(images/dir.png) no-repeat center left;
}

/**
 * Main elements
 */
#colostate {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}

#wrapper {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

#body {
  background: white;
  padding: 15px 15px 0 15px;
}

#logo {
  padding-top: 65px;
  padding-bottom: 5px;
}

#content {
  width: 620px;
  text-align: justify;
}

#sidebar {
  width: 250px;
  float: right;
  background: transparent url(images/column.png) no-repeat top left;
}

#sidebar-inner {
  margin-left: 60px;
  margin-top: 15px;
  min-height: 315px;
}

#banner {
  margin-bottom: 20px;
}

/**
 * Navigation
 */
#nav ul {
  margin: 0;
  padding: 0;
}

#nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav ul li a {
  display: block;
  float: left;
  margin-left: 15px;
  font-size: 15px;
}

#nav ul li a.active {
  background: white;
  padding: 5px 10px;
  color: #464646;
  text-decoration: none;
}

#nav ul li a.active:hover {
  text-decoration: none;
}

#nav ul li a.leaf {
  background: #f3f3f3;
  padding: 4px 10px 5px 10px;
}

#nav ul li a.leaf:hover {
  text-decoration: none;
  color: #464646;
}

ul.sidebar {
  padding-left: 13px;
}

/**
 * Footer
 */

#footer-left {
  background: transparent url(images/footer1.png) no-repeat top left;
}

#footer-right {
  width: 100%;
  height: 35px;
  background: transparent url(images/footer2.png) no-repeat top right;
}

#footer-content {
  padding-top: 10px;
  padding-right: 10px;
}

#footer {
  background: #dfdfdf;
  margin-top: 15px;
}

#browse {
  margin-bottom: 5px;
  font-size: 1.2em;
}

#browse a {
  text-decoration: underline;
}

/**
 * Misc
 */

.float-right {
  float: right;
  margin-left: 1.5em;
} 

.box {
  background: #eeeeee;
  padding: 5px;
  margin-bottom: 5px;
}

.browse {
  padding: 0 5px;
}

.breadcrumb {
  padding: 5px;
}

.prev-next {
  width: 200px;
} 

.previous {
  float: left;
  margin-right: 1em;
  text-align: left;
}

.next {
  float: right;
  margin-left: 1em;
  text-align: right;
}