* {
  line-height: 20px;
  font-family: arial;
  color: #53823E;
  color: #202020;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

body {
  background-color: #efbb3d;
}

.white {
  background-color: #ffffff;
}

p {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 13;
  text-align : left;

}

a { 
  color: #F04A1C;
  text-decoration: underline;
}

hr {
  border-bottom:1px ridge #53823E;
}

h1  {
  margin-left: 20px;
margin-right: 20px;
  color: #53823E;
  font-size: 36;
  border-bottom:2px solid #F04A1C;
  line-height: 30px;
}

h2  {
  margin-left: 20px;
margin-right: 20px;
  color: #53823E;
  font-size: 24;
  line-height: 27px;
  border-bottom: 2px solid #C0C0C0;
}

h3 {
	margin-left: 20px;
margin-right: 20px;
  color: #000000;
  font-size: 16;
  line-height: 20px;
  

}
.body-text {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14;
  text-align : left;
}

.image-text {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12;
  text-align : left;
}


.row-space {
  margin-bottom: 12px;
}

.link-group {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14;
  text-align : left;
  font-weight: bold;
}

.links {
  margin-top: 6px;
  margin-left: 25px;
  margin-right: 20px;
  font-size: 13;
  text-align : left;
  font-weight: normal;
}

.sublinks {
  margin-top: 1px;
  margin-left: 25px;
  margin-right: 20px;
  font-size: 13;
  text-align : left;
  font-weight: normal;
}

.menu-text {
  margin-top:-150px;
  width: 400px;
  height: 157px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 13;
  text-align : center;
  font-weight: normal;
}

li {
  
 /* max-width: 700px;*/
  line-height: 24px;
  font-size: 13px;
}

#menu {
  background-color: #53823E;  
  margin-top: -15px;
  line-height: 32px;
}
#menu   a{
 color: #FFFFFF;
 text-decoration: none;
}
#menu a:hover {
  color: #FFFFFF;
  text-decoration: underline;  
}
#menu ul {
  list-style-type:none;
  line-height: 32px; 
  margin-left: -40px;  
}
#menu li {
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 32px;
  /* border-left: 1px solid #000000;
  border-right: 1px solid #000000; */
  
}

#menu2 {
  background-color: #F04A1C;
  margin-top: -16px;
  line-height: 32px;
  color: #FFFFFF;
}

#menu2  a{
 color: #FFFFFF;
 text-decoration: none;
}

#menu2 a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#menu2 ul {
  list-style-type: none;   
  line-height: 32px; 
  margin-left: -40px;  
}

#menu2 li {
  display: inline;
  padding-left: 13px;
  padding-right: 13px;
  line-height: 32px;
  /* border-left: 1px solid #000000;
  border-right: 1px solid #000000; */
}
 



