/* about CSS, Mrg, 04/29/2018 ------------------------------------------------------ */
/* --------------------------------------------------------------------------------- */

/* begin semantic elements ---------------------------------------------- */

header {
  display: block;  
  height: 80px;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 3px;
  padding-top: 6px;
  text-align: center;
  width: 1005px;  
}


nav {
  background: transparent url(../_images/navbar.png) repeat-x;
  color: #000;
  margin: 0 auto;
  margin-top: -3px;
  position: relative;
  text-align: right;
  width: 1005px;
  z-index: 1000;
}


main {
  border: 0px solid #000;
  padding: 2px; 
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  margin: 0 auto;
  margin-top: 5px;
  text-align: left;
  height: 100%;
  width: 1005px;
}


footer {
  border-top: 1px solid #000;
  color: #333;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  margin: 0 auto;
  margin-top: -2px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-right: 12px;
  text-align: right;
  width: 1003px;
}

/* end semantic elements ------------------------------------------------ */

/* begin selectors ------------------------------------------------------ */

html {
  font-family: Arial, sans-serif;
  font-size: 12px;	
  background: url(../_images/pattern.png) repeat;
}


a:link, a:visited {
  color: #fff;
  cursor: pointer;
  font-size: 14px;	
  font-weight: 300;
  padding: 3px 6px;
  text-decoration: none;
}


a:active {
  background-color: transparent;
  color: #999;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  padding: 3px 6px;
  text-decoration: none;
}


h3 {
  color: #000;
  font-family: 'Arial Black', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.25em;
  font-style: italic;
  padding-bottom: 6px;
  text-align: left;
}

/* end selectors -------------------------------------------------------- */

/* begin navbar selectors ----------------------------------------------- */

ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  /* margin-left: 922px; */
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
  padding: 13px 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}


ul li:hover {
  background: #555;
  color: #fff;
}

/* begin classes -------------------------------------------------------- */

.activePage {
  background-color: #d60000;
  margin-right: .5px;
  padding-left: 10px;
  padding-right: 10px;
  /* border-right: 0px solid #000; */
}


.alignLeft {
  text-align: left;
  padding-bottom: 2px;
}


.alignJustifyText {
  border: 0px solid #d60000;
  text-align: justify;
  margin-bottom: 12px;
}

.alignJustifyTextItalic {
  border: 0px solid #d60000;
  font-style: italic;
  text-align: justify;
  margin-bottom: 8px;
}

.alignLeftTextBold {
  text-align: left;
  margin-bottom: 8px;
}


.alignCenter {
  text-align: center;
}


.boldText {
  font-weight: 700;
}


.comment {
  border-top: 1px dotted #000; 
  font-size: 14px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}


.fontSizeWeight {
  font-size: 1.75em;
  font-weight: 300;
}

/*
.logo {
  display: block;  
  _height: 72px;
  _margin: 0 auto;
  _margin-left: 300px;
  margin-right: 300px;
  margin-top: 2%;
  margin-bottom: -33px;
  _margin-bottom: 3px;
  _padding-top: 6px;
  text-align: center;
  width: 1005px;
}


.logo h1 {
  color: #fff;
  font-family: 'Arial Black', 'Arial', 'Helvetica', sans-serif;
  _font-family: "Times New Roman", serif;
  font-size: 30px;
  font-style: italic;
  padding-bottom: 3px;
  _text-shadow: 4px 3px 6px rgba(0,0,0,.75);
  text-shadow: 4px 3px 6px rgba(0,0,0,.99);
}


.logo h1 strong {
  color: #000;
  font-size: 60px;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.09em;
  line-height: .83em;
  _margin-right: -1.25em;
  text-shadow: none;
}


.logo h1 strong {
  color: #000;
  font-size: 60px;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.09em;
  line-height: .83em;
  _margin-right: -1.25em;
  padding-left: 475px;
  text-shadow: none;
}
*/


.logo {
  display: block;  
  height: 72px;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: -30px;
  padding-top: 6px;
  text-align: center;
  width: 1005px;
}


.logo h1 {
  color: #fff;
  font-family: 'Arial Black', 'Arial', 'Helvetica', sans-serif;
  font-size: 2.10em;
  font-style: italic;
  padding-bottom: 3px;
  text-shadow: 4px 3px 6px rgba(0,0,0,.75);
}


.logo h1 strong {
  color: #000;
  font-family: "Times New Roman", serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.09em;
  line-height: .83em;
  margin-right: -1.25em;
  text-shadow: none;
  word-spacing: 3px;
}


.wrapImageLeft {
  border: 1px solid #000; 
  float: left;
  margin: 6px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 8px;
}


.wrapImageRight {
  border: 1px solid #000; 
  float: right;
  margin-left: 6px;
  margin-bottom: 12px;
}

/* end classes ---------------------------------------------------------- */
/* eof ----------------------------------------------------------------------------- */
