body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li {
  width: 100%;
  color: black;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
  color: black;
  background-color: white;
  text-decoration: underline;
}


/* *************************************** */
/* Generic Classes (mirrors screen styles) */ 
/* *************************************** */
body, #page {
  margin: 0px;
  padding: 0px;
}

a img {
  border: none;
}

.printMe, .printme {
  display: block;
  visibility: visible;
}

.screenMe, .screenme {
  display: none;
  visibility: hidden;
}

.small {
  font-size: small;
}

.center, .centered {
  text-align: center;
  margin: auto;
}

.Csmall, .csmall {
  text-align: center;
  margin: auto;
  font-size: 80%;
}

.clear, .spacer {
  clear: both;
}

.indent {
  padding-left: 30px;
}


/* *************************************** */
/*  Header Styles                          */ 
/* *************************************** */

#headerLogo {
  position: absolute;
  top: 0px;
}

#topNav {
  border-top: 3px solid black;
  padding-top: 1em;
  margin-top: 80px;
  padding-bottom: 1em;
}

#searchForm, #skipNav {
  display: none;
  visibility: hidden;
}

#topNav, #audienceNavigation {
  font-size: 90%;
}

#siteTitle {
  color: black;
  background: #c0c0c0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 130%;
  letter-spacing: 2px;
  text-align: center;
}


/* *************************************** */
/*  Body Styles                          */ 
/* *************************************** */

#audienceNavigation {
  padding-bottom: 1em;
}



/* *************************************** */
/*  Index Page Styles                      */ 
/* *************************************** */

#rightContentTitle {
  margin-top: 1em;
  font-weight: bold;
}

#indexPicture, #siteLogo {
  padding: 2em;
}

/* *************************************** */
/*  Footer Styles                          */ 
/* *************************************** */



