
/* reppert.css */


body {
  margin: 0px;
}

.outsideenvelope {
  width: 775px;
  height: 550px;
  background-color: #0a4821;
  color: white;
  z-index: 2;
}





#contentEnvelope {
  position: relative;
  left: 207px;
  width: 568px;
  height: 470;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: white;
  color: black;
  z-index: 1;
}


#menu {
  position: absolute;
  top: 250px;
  left: 95px;
  color: red;
  z-index: 2;
  text-align: right;
/*
border-width: 1px;
border-style: solid;
border-color: red;
*/
}


#homeExterior {
  position: absolute;
  z-index: 5;
  left: 20px;
  top: 17px;
}




.bottomTitle {
  font-size: 18pt;
  color: #1e6829;
}


 
a:link.menuLink {
  color: #0a4821;
  font-family: times-roman,serif;
  font-size: 14pt;
  text-decoration: none;
  text-align: right;
  font-weight: noraml;
  line-height: 24pt;
}



a:hover.menuLink {
  color: #0a4821;
  font-family: times-roman,serif;
  font-size: 14pt;
  text-decoration: none;
  text-align: right;
  font-weight: normal;
  line-height: 24pt;
}



a:visited.menuLink {
  color: #0a4821;
  font-family: times-roman,serif;
  font-size: 14pt;
  text-decoration: none;
  text-align: right;
  font-weight: normal;
  line-height: 24pt;
}



a:active.menuLink {
  color: #0a4821;
  font-family: times-roman,serif;
  font-size: 14pt;
  text-decoration: none;
  text-align: right;
  font-weight: normal;
  line-height: 24pt;
}


.leftSide {
}


.Title {
  font-family: arial, helvetica, sans-serif;
  font-size: 50pt;
  font-weight: bold;
  width: 100%;
  position: relative;
  top: 20px;
  left: 200px;
/*
  border-color: yellow;
  border-style: solid;
  border-width: 1px;
*/
}


.subTitle {
  width: 100%;
  font-size: 28pt;
  text-align: right;
  padding-right: 15px;
}




 
a:link.otherLink {
  color: #0a4821;
  font-family: times-roman,serif;
  font-size: 12pt;
  text-decoration: none;
  text-align: right;
  font-weight: normal;
  line-height: 14pt;
}



a:hover.otherLink {
  color: #0a4821;
  font-family: times-roman,serif;
  font-size: 12pt;
  text-decoration: none;
  text-align: right;
  font-weight: normal;
  line-height: 14pt;
}



a:visited.otherLink {
  color: #0a4821;
  font-family: times-roman,serif;
  font-size: 12pt;
  text-decoration: none;
  text-align: right;
  font-weight: normal;
  line-height: 14pt;
}



a:active.otherLink {
  color: #0a4821;
  font-family: times-roman,serif;
  font-size: 12pt;
  text-decoration: none;
  text-align: right;
  font-weight: normal;
  line-height: 14pt;
}






a:link.go2link {
  font-family: Helvetica,sans-serif;
  color: black;
  text-decoration: underline;
  font-size: 8pt;
  text-align: center;
}



a:hover.go2link {
  font-family: Helvetica,sans-serif;
  color: black;
  text-decoration: underline;
  font-size: 8pt;
  text-align: center;
}



a:visited.go2link {
  font-family: Helvetica,sans-serif;
  color: black;
  text-decoration: underline;
  font-size: 8pt;
  text-align: center;
}



a:active.go2link {
  font-family: Helvetica,sans-serif;
  color: black;
  text-decoration: underline;
  font-size: 8pt;
  text-align: center;
}



.go2text {
  font-family: Helvetica,sans-serif;
  font-size: 8pt;
  text-align: center;
}



.facilitiesCell {
  width: 250;
  text-align: center;
  font-size: 9pt;
}



/* definitions for dynamic pages */

.ObitList {
  color: black;
  font-family: times-roman,serif;
  font-size: 12pt;
}

.ObitListTitle {
  color: black;
  font-family: times-roman,serif;
  font-size: 12pt;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}



.ObitName {
  color: black;
  font-family: times-roman,serif;
  font-size: 14pt;
  font-weight: bold;
}


.ObitBaseInfo {
  color: black;
  font-family: times-roman,serif;
  font-size: 12pt;
}



a:link.ObitListLink {
  color: black;
  font-family: times-roman,serif;
  font-size: 12pt;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}



a:hover.ObitListLink {
  color: black;
  font-family: times-roman,serif;
  font-size: 12pt;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}



a:visited.ObitListLink {
  color: black;
  font-family: times-roman,serif;
  font-size: 12pt;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}



a:active.ObitListLinkLink {
  color: black;
  font-family: times-roman,serif;
  font-size: 12pt;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}




/* Pre-Planning Form Styles */

.preplanCol1 {
  width: 225px;
}


.preplanCol2 {
  width: 200px;
}


.preplanColspan {
  width: 425px;
}


.preplanSmall {
/*
border-color: red;
border-style: solid;
border-width: 1px;
*/
  font-size: 9pt;
  padding-left: 5px;
  padding-right: 5px;
}


.preplanCol1EndTable {
  width: 50px;
}

.preplanCol2EndTable {
  width: 400px;
}

