/* ----- HTML definitions  */

BODY { 
  font-size : 10pt;
}

A { 
  color: black;
  background-color: white;
  text-decoration: none;
}

.noprint { 
  display: none;
}

/* ----- Site definitions  */

#container { 
  width: 100%;
  left: 0;
  margin-left: 0;
  background: white;
}

#header {
  width: 100%; 
  height: auto;
  background: white;
}

#printheader {
  font-family: "Times New Roman", serif;
  font-size: 25pt;
  font-variant: small-caps;
  display: block;
  margin-bottom: 15pt;
  color: black;
  background-color: #eee;
}

.navbar {
  display: none;
}	

.dropcap:first-letter {
  font-size: 25pt;
  line-height: 9pt;
}

.feedlogo { 
  display: none;
}

/* ----- side bar  */

/* side bar no print */
#side1 { 
  display: none;
}

/* side bar, print at bottom of content */
/* need to use !important to override #side1 values */
.sidep { 
  display: block !important;
  position: static !important;
  width: 100% !important;
  font-size: 1.0em !important;
  padding: 0 !important;
  border: 0 !important;
}

/* ----- content  */

/* content for 1-column pages */
#content1 {
  padding: 0;
}

/* content for 2-column pages - MOST COMMON */
#content2 {
  padding: 0;
}

#contentpad { 
  height: 2em !important;
}

.titlecontainer { 
  display: none;
}

.printtitle { 
  font-size: 15pt;
  display: inline;
}

#privacytabs { 
  display: none;
}

#footer {
  display: none;
}

#printfooter {
  font-size: 10pt;
  display: block;
  color: black;
  background-color: #eee;
}

#bottom { 
  display: none;
}
