body {
  margin: 15px;
  background-image: url('/image/diamondplatebg.gif');
  font-family: verdana, arial;
}

#engineeringBody .page {
  background-image: url('/image/engbg.gif');
}

#rushBody .page {
  background-image: url('/image/rushbg.gif');
}

h1 {
  color: #CA0013;
  font-size: 14pt;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 16px;
}

h2 {
  color: #CA0013;
  font-size: 10pt;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

h3 {
  color: #CA0013;
  font-size: 8pt;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

p, td {
  font-size: 8pt;
  line-height: 12pt;
  margin: 0px 0px 14px 0px;
  text-align: justify;
}

ul {
  margin-left: 18px;
  padding: 0px;
}

li {
  margin-bottom: 8px;
}

a {
  color: #000;
}

a:hover {
  color: #CA0013;
}

.content {
  height: 300px;
  width: 100%;
  background-image: url('/image/tlcorner.gif');
  background-repeat: no-repeat;
  padding: 16px 16px 20px 16px;
}

.menuItem {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  padding: 3px 3px 3px 6px;
}

.menuItem a {
  font-size: 8pt;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.menuItem a:Hover {
  font-size: 8pt;
  font-weight: bold;
  color: #CA0013;
  text-decoration: none;
}

.menuItemSel {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #fff;
  padding: 3px 3px 3px 6px;
}

.menuItemSel a {
  font-size: 8pt;
  font-weight: bold;
  color: #CA0013;
  text-decoration: none;
}



.subMenuItem {
  padding: 3px 3px 3px 16px;
  border-top: 1px solid #e0e0e5;
  background: #fff;
}

.subMenuItem a {
  font-size: 8pt;
  color: #333;
  text-decoration: none;
}

.subMenuItem a:Hover {
  font-size: 8pt;
  color: #CA0013;
  text-decoration: none;
}

.subMenuItemSel {
  background-color: #fff;
  border-top: 1px solid #e0e0e5;
  padding: 3px 3px 3px 16px;
}

.subMenuItemSel a {
  font-size: 8pt;
  color: #CA0013;
  text-decoration: none;
}



.edit {
  font-family: verdana, arial;
  font-size: 7.5pt;
}

.tabSel {
}

.tabSel div {
  background-image: url('/image/tabselbg.gif');
  font-weight: bold;
  color: #fff;
  border: 0px;
  white-space: nowrap;
  padding: 7px 10px 4px 10px;
  margin: 0px 0px 0px 2px;
}

.tab {
  vertical-align: bottom;
}

.tab a div {
  margin: 2px 0px 0px 2px;
  background-image: url('/image/tabbg.gif');
  border-right: 1px solid #858585;
  white-space: nowrap;
  padding: 5px 10px 4px 10px;
}

.tab a {
  font-weight: bold;
  color: #444;
  text-decoration: none;
}

.tab a:Hover {
  color: #CA0013;
}

.galleryImage {
  border: 8px solid #000;
}

.galleryThumb {
  border: 2px solid #000;
}

.galleryCaption {
  border-top: 8px solid #fff;
  padding: 8px;
  background-color: #dadad6;
}

.amqLink a {
  color:#555;
  text-decoration: none;
}

.amqLink a:hover {
  text-decoration: underline;
}

