a {
  color: #006;
}
a:hover {
  text-decoration: none;
}
a.sidelink {
  color: #006;
  text-decoration: none;
}
a.sidelink:hover {
  color: #006;
  text-decoration: underline;
}
a.anav {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
li.item, li.item1 {
  display: inline;
  margin:0 2px 0 0;
  padding: 0 0 0 0;
}
li.item {
  border-right: 1px solid #000;
}
li.item1 {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
li {
  line-height:20px;
  margin-top:6px;
}
li ul li {
  line-height:normal;
  margin-top:2px;
}
.top-nav {
  font-size:11px;
  margin:0 5px 0 0;
}
body {
  background-color: #cba578;
  font-size:13px;
  font-family: sans-serif;
  margin: 0;
}
.wrapper {
  margin: 0 auto;
  width: 822px;
  overflow:hidden;
  background:url(/lib/images/background.gif) repeat-y;
}
.header, .head, .nav {
  margin: 0 12px 0 12px;
}
.header {
  height:70px;
  width:800px;
  text-align:right;
  vertical-align:top;
}
.head {
  background-image: url(/lib/images/header-image.jpg);
  height: 171px;
  width: 798px;
  border-top:1px solid black;
}
.nav {
  background-image: url(/lib/images/nav_bg.jpg);
  background-repeat:repeat-x;
  text-align: center;
  width: 798px;
  height:30px;
  border-top:1px solid black;
  border-bottom:1px solid black;
}
.news {
  background-color: #fff;
  float: left;
  margin: 0 5px 0 12px;
  padding: 5px;
  width: 180px;
}
.content-three-col {
  background-color: #fff;
  border-left:1px solid black;
  border-right:1px solid black;
  width: 395px;
  min-height:400px;
  float:left;
  padding:5px;
}
.content {
  background-color: #fff;
  border-left:1px solid black;
  width: 580px;
  min-height:400px;
  float:left;
  padding:5px;
}
.exhibits {
  background-color: #fff;
  float: right;
  margin: 0 12px 0 5px;
  padding: 5px;
  width: 180px;
}
.foot {
  border-top:1px solid black;
  text-align: center;
  clear:both;
  width: 800px;
  margin: 0 auto;
}
h1, h2, h3 {
  margin: 0;
}
h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
  margin-bottom: 13px;
}
h3 {
  border-bottom: 1px solid #667255;
  font-size: 14px;
  margin-bottom: 7px;
}
p {
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 13px 0;
}
p.newsitem {
  font-size: 11px;
  line-height: 16px;
  margin: 10px 5px 0 5px;
}
p.small {
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  line-height: 12px;
  margin: 5px 0 0 0;
}
.news strong {
  border-left: 13px solid #ccc;
  padding-left: 5px;
}
.good {
  color:green;
  background-color:white;
  font-weight:bold;
}
.bad {
  color:red;
  background-color:white;
  font-weight:bold;
}
.coursetable {
border-collapse: collapse;
margin: 10px 0;
width: 100%;
}
.thl {
border-top:1px solid #ccc;
font-weight: bold;
padding: 3px;
text-align: left;
vertical-align:top;
}
.tdl {
border-bottom: 1px solid #999;
color: #000;
padding: 3px;
vertical-align: top;
}
/* Image modifiers */
.picNoBorder {
  float: left;
  margin: 5px 10px 10px 0;
}

.picNoBorderRight {
  float: right;
  margin: 0 10px 10px 5px;
}

.picBorder {
  border-right:3px solid black;
  border-top:1px solid black;
  border-bottom:3px solid black;
  border-left:1px solid black;
  float: left;
  margin: 5px 10px 10px 0;
}

.picBorderCenter {
  border-right:3px solid black;
  border-top:1px solid black;
  border-bottom:3px solid black;
  border-left:1px solid black;
  margin: 0 auto;
  text-align: center;
}

.picBorderRight {
  border-right:3px solid black;
  border-top:1px solid black;
  border-bottom:3px solid black;
  border-left:1px solid black;
  float: right;
  margin: 5px 0 10px 10px;
}