/*
   Basic print formatting for all pages. An HTML file will either directly import this, or
   a more advanced print style sheet will import it. Contains CSS 1.0 and 2.0 styles and is
   only available to sixth generation and newer browsers.
*/

body {
  /*font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;*/
  /*font-size: 12pt;*/
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

#articleOptions,
#bottomBanner,
#bottomNav,
#feedbackBox,
.hiddenNav,
#leaderBoard,
#left,
#logoText,
#siloheader li,
#right,
#siteSearchForm,
#topNote,
#signin,
#date,
#accessibilityStatement,
#weather {
  display: none;
}

/*
#siloheader #current-A, 
#siloheader #current-S, 
#siloheader #current-L, 
#siloheader #current-B {
  color: black;
  display: inline;  
}
*/

#copyRight, #flag {
  text-align: center;
  font-size: 10pt;
}

/*
#date {
  font-size: 10pt;
  text-align: right;
}
*/

#flag {
  /*padding-bottom: .5em;*/
  /*border-bottom: 1pt solid #000;*/
}

#flagBox {
  margin: 0;
}

#otherArticles, #secFeats {
  display: none;
}

#frontPageMotto {
  font-size: 1.25em;
  width: 100%;
  text-align: center;
  color: #00247e;
  /*padding: 0 10px;*/
padding: 0 10px 0px 7px;  /* !!! figure out why the 7px is necessary for IE?*/
  margin-top: 22px;
  font-style: italic;
  font-weight: bold;
  float: left;
}

