* { margin: 0; padding: 0; }

body {
  margin: 3px 0 0 0;
  font-family: verdana, sans-serif;
  font-size: 11px;
  text-align: center;
}

#bodycontainer {
  margin: 0 auto;
  width: 100%;
  position: relative;
  text-align: left;
  color: #000;
  background: #FFF;
}



/* =================================================================
    Masthead
================================================================= */

#masthead { padding: 0 11px 0 0; color: #17578B; background: #FFF; }

#masthead div.left {
  margin: 0 0 3px 0;
  float: left;
  width: 190px;
  height: 50px;
}

#masthead div.left img { border: none; }

#masthead div.right {
  display: none;
}

/* =================================================================
    Primary Navigation
================================================================= */

#container1 { display: none; }



/* ===========================================================
    Footer - Global Links, Publisher Logos, and Copyright
=========================================================== */

#footer {}

#globallinks { display: none; }

#publisherlogos { text-align: center;}

#publisherlogos img { display: inline; border: none;}

#copyright {
  text-align: center;
  font-size: 10px;
  color: #000;
}

#copyright p { line-height: 1.4em; }




/* =================================================================
    Misc.
================================================================= */

.clearfloats { clear: both; }

.horizgutter { clear: both; height: 20px; }

p {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  page-break-inside: avoid;
}

span.hidejlinks { display: none; }