<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin:0px 0 0 0;
    padding:0;  
    font-family:arial;
    color:#393f3e;
    font-size:12px;
}
div{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
strong{
    color:#393f3e;  
}
h3{
    font-weight:normal;
    line-height: 140%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size:16px; 
    display:inline;
    color:#00764f;
}
h4{
    font-weight:bold;
    color:#00764f;
    font-size:14px;
    display:inline; 
}
h2{
    color:#0098a2;
    display:inline;
    font-weight:normal;
    font-size:28px;
    
}
#leftCol {
  float: left;
  width: 320px;
  margin-right: 17px;
  margin-left: -74px;
}
#middleCol{
    float:left;
    width: 542px;
    margin-right: 10px;
    margin-top: 10px;
}
#rightCol{
    float:left;
    width:159px;
}
.subNav,
.subNavCurrent{
  display: block;
  font-size: 18px;
  padding: 15px 20px;
  padding-left: 12px;
  font-weight: bold;
  background-color: rgb(0, 152, 162);
  border-left-color: rgb(0, 118, 79);
  color: white;
  /* border-top: 1px solid #500009; */
  text-decoration: none;
  border-left: 3px solid rgb(0, 118, 79);
  border-bottom: 2px solid rgb(0, 118, 79) ;
  font-family: Raleway;
  text-transform: uppercase;
}
.subNav:hover,
.subNavCurrent{
    background-color: rgb(0, 118, 79);
}
#content h2{
    color: black;
    border-bottom: 3px solid #00ab62 ;
    font-family: Raleway;
    font-weight: bold;
}
.blueLink{
    color: #0098a2;
    font-family: Raleway;
    text-decoration:none;
    cursor:pointer; 
}
.blueLink:hover{
    font-weight:bold;
    cursor:pointer; 
    text-decoration: underline;
}</pre></body></html>