* {
  font-family:Arial,Helvetica,sans-serif;
}

.container {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 2px;
  width: 100%;
}

.sideCol .container {
  margin: 0;
  margin-bottom: 10px;
  clear: both;
}

.sideCol {
  float: right;
}
.mainContentCol {
  margin-right: 310px;
}

.content, .titleBar, .tabBar {
  margin: 0px;
  margin-right: 10px;
  margin-left: 2px;
}

.content {
  background: white url(/css/files/contentBoxContentBack.gif) repeat-x bottom;
  border: 1px solid #94BED6;
  border-top: none;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  padding: 10px;
  font-size: small;
  line-height:1.3em;
  overflow: auto;
}

.titleBar {
  background-color: #5387A8;
  padding: 3px 10px 2px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  overflow: auto;
}

.titleBar h1, .titleBar h2, .titleBar h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  padding-bottom: 0;
  margin-bottom: 3px;
  letter-spacing:1px;
}

.tabBar {
  background-color: #D3E4EE;
  height: 17px;
  padding-top: 5px;
  border-left: 1px solid #94BED6;
  border-right: 1px solid #94BED6;
  font-size: 12px;
}

.tabBar a {
  color: #064082;
  font-weight: bold;
  padding: 3px 8px;
  margin-left: 5px;
  cursor: pointer;
  text-decoration: none;
  font-size:12px;
  font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}

.tabBar a.activeTab {
  background-color: white;
  border: 1px solid #94BED6;
  border-bottom: none;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}

.hidden {
  display: none;
}

hr {
margin:0.5em auto;
}

.relatedIcon {
  float:left;
  border:none;
  margin-right:4px;
  vertical-align:top;
}

.galleryItems img {
  margin: 0px 0px 10px 10px;
}

.nav a {
  font-size: 13px;
}
