* {
  margin: 0;
  padding: 0;
}

img
{
  border-style: none;
}

#redbox {
  background-color: #cc0000;
  font-family: arial, sans;
  font-size: 12px;
  border-left: 25px solid #ffcc33;
  text-align: right;
  width: 725px;
}

ul#nav {
  float: left;
  color: #fff;
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: none;
  padding: 7px 5px 5px 5px;
}

ul#nav li {
  display: inline;
}

ul#nav a:link {
  color: #fff;
  text-decoration: none;
}

ul#nav a:visited {
  color: #fff;
  text-decoration: none;
}

ul#nav a:hover {
  color: #fff;
  text-decoration: underline;
}

ul#nav a:active {
  color: #fff;
  text-decoration: none;
}

#search {
  padding: 5px;
  color: #fff;
  font-weight: bold;
  text-transform: lowercase;
}

#search input {
  font-family: arial, sans;
  font-size: 12px;
  color: #cc0000;
}

#logo {
  clear: right;
  float: left;
  margin: 5px 10px 0 5px;
}

#deptheader {
  clear: right;
  float: right;
  text-align: right;
  margin-top: 25px;
  font-family: arial, sans;
}
#deptheader h1 {
  font-size: 30px;
  color: #000;
  white-space: nowrap;
  font-family: arial, sans;
}

#whiteback {
  background-color: #fff;
  border: 0;
  width: 700px;
  height: 10px;
  _margin-bottom: -55px;
}

/*Library Toolbar CSS*/

#toolbarlibrary{
  background-color: #000000;
    font-family: arial, sans;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    width: 715px;
    padding: 0px 5px 0px 5px;
  }
  
#toolbarnav {
  display: inline;
}

#toolbarnav a:link {
  color: #fff;
  text-decoration: none;
}

#toolbarnav a:visited {
  color: #fff;
  text-decoration: none;
}

#toolbarnav a:hover {
  color: #fff;
  text-decoration: underline;
}

#toolbarnav a:active {
  color: #fff;
  text-decoration: none;
}
