body
{
  padding-left: 0;
  padding-right: 0;
  width: 97%;
  background-image: none !important;
}

/* Page Banner Styles ----------------------------------------------------------*/
#banner
{
  margin-top: 2px;
}

#banner h1
{
  color: #CC3333;
  margin: 0px;
  font-size: 25px;
  text-align: center;
}

#banner h2
{
  color: #4D4D4D;
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

/* Navigation Bar ----------------------------------------------------------*/
#navigation
{
  flex-direction: column;
  background: none;
  border: none;
  margin-bottom: 0;
}

#linkBox
{
}

/* Navigation Link Styles */
#linkBox a, #linkBox a:active, #linkBox a:visited
{
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  margin: 2px;
  border: 1px solid #CCC;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  opacity: 1;
  color: #030303; /*#FFF;*/
}

#navigation a:hover, #navigation a:visited:hover
{
  color: #AA1111; /* miracles of perception: to appear somewhat like #CC3333, this needs to be #AA1111*/
}

/* Search ----------------------------------------------------------*/
#searchBox
{
  width: auto;
  margin: 0px;
  margin-top: 10px;
  padding: 5px;
}

/* Sidebar ----------------------------------------------------------*/
#sidebar
{
  display: none;
}

/* Content ----------------------------------------------------------*/
#content
{
  float: none;
  clear: both;
  width: auto;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 20px;
}

#content img {
  max-width: 100%;
}

.abcArticleOverview {
  padding-left: 0 !important;
}

.cbPages {
  display: none;
}
