/* 
 * sitePrint CSS Document 
 * Date: Mon Feb 23 2015
 * Revised: Mon Apr 13 2020
 * Revised: Fri Mar 17 2023
 * Revised: Tue Jun 20 2023
 */

body {
    background: none;
}

a {
  color: #000000;
}
a.external_link {
  background: none;
  padding-right: 0;
}
a.pdf_link {
    background: none;
    padding-left: 0;
}
a.contact_link, a.email_link {
  background: none;
  padding-right: 0;
}

a.map_link {
    background: none;
    padding-left: 0;
}  
span.map_link {
    display: none;
}
a.youtube_link, a.video_link {
  background: none;
  padding-left: 0;
  }
div#main {
  background-image: none;
  background: #ffffff;
  border: 0;
}
div#main, div#textArea {
    width: 650px;
}
div#header {
    display: none;
}

div#prtHeader {
    display: block;
    height: 100px;
} /*
	
div#prtHeader img {
    display: block;
    float: left:
	} */
	
div#prtHeader h3 {
    margin-bottom: 0;
}

div#prtHeader h4 {
    margin-top: 0;
}

div#menuArea {
    display: none;
}
div#URLheader {
    margin-top: 0;
    border-top: 3px solid #999999;
}
div#textArea {
    margin-left: 0;
}
.firstTitle {
  color: #000000;
}	
.firstTitle {
    background: none;
    padding-left: 0;
}

  div#textArea h1, div#textArea h2, div#textArea h3 {
  color: #333333;
}

div#footer {
  text-align: left;
}

div#footer a { /*
    margin: 0.5em; */
}

div#footerAppendix {
	display: none;
}

.defaultHeight {
    height: auto;
}
.accentLine {
   margin-left: 0;
   height: 5px;
}
.topOfPageLink {
   display: none;
}
.imgRightPortrait7x5h200, .imgLeftPortrait7x5h200, .imgRightLandscape5x7w200, .imgLeftLandscape5x7w200 {
  display: none;
}
.onlyOnline {
  display: none;
}
.onlyPrint {
  display: inline;
}
.pageBreak { page-break-before: always; }