body{
  background-color: #004227;
  font-family:Arial;
  font-size:10pt;
  color:white;
}

h1.heading{ 
  font-family:Verdana;  
  font-size:22pt;
  font-weight:bold;
/*  ORIGINAL
  background-color:#004227;
  color:#E4E694; 
  border:3px outset #004227;
*/
  background-color:#E4E694;
  /*color:#622620; RED/BROWN-BOLT */
  /*color:#629680; LIGHT GREEN*/
  /*color:#362A36; PURPLE*/
  color:#44003B;
  border:3px outset #E4E694;  
  text-align: center;
  line-height:1.5;
  width:250px;
  
}

h1.dist_title{

}

h2.dist_region{
  font-size:14pt;
  font-style:italic;
  display:inline;
  position:relative;
  left:-25px;   
}

h3.dist_name{
  display:inline;
  font-size:12pt;
  position:relative;
  left:-25px;  
}
/*
hr.greenbar{
  background-color:#004227;  
  border: 3px outset #004227;
  width:80%;
}*/

hr.greenbar{
  background-color:#622620;  
  border: 3px outset #E4E694;
  width:80%;
}

a.tlink217{  
  font-family:Verdana;
  font-size:18pt;
  text-decoration:none;  
}
a.tlink217:link {color:#44003B; }
a.tlink217:visited {color:#44003B; }
a.tlink217:hover {color:#44003B; }

/*
a.tlink217{  
  font-family:Verdana;
  font-size:18pt;
  text-decoration:none;  
}
a.tlink217:link {color:#E4E694; }
a.tlink217:visited {color:#E4E694; }
a.tlink217:hover {color:#FFFFFF; }
*/

a.slink368{  
  font-family:Verdana;
  font-size:14pt;
  text-decoration:none;  
}
a.slink368:link {color:#44003B; }
a.slink368:visited {color:#44003B; }
a.slink368:hover {color:#44003B; }


a.blackonwhite:link {color:#000000; }
a.blackonwhite:visited {color:#000000; }
a.blackonwhite:hover {color:#004227; }

/* Green on White */
.gow{  
  font-family:Verdana;  
}
.gow:link {color:#004227; }
.gow:visited {color:#004227; }
.gow:hover {color:#000000; }

/* Background Links - Menus & Footers */
.bglink1:link {color:#FFFFFF; }
.bglink1:visited {color:#FFFFFF; }
.bglink1:hover {color:#E4E694; }

.thighlight{
background-color:#E4E694;
}

.c{
  text-align:center;
}


img{
  border:none;
}



p.ind{
  font-family:Arial;
  font-size:10pt;
  color: black;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-indent:30px;
}

p.plain{
  font-family:Arial;
  font-size:10pt;
  color: black;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  width: 85%;    
}

/* Side Menu Formatting */

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 18px;
z-index: 100;
background-color: #005A33;
color: white;
width: 160px;
}

.anylinkcss a{
color: white;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 8px;
text-align: left;
}

.anylinkcss a:hover{ 
color: #E4E694;
}

