/* Main Green color is #3e5416.  Main Red color (H2) is #8f0417.  Link color is #163e6b (now 163e70). Background is a fade (top left) # to (bottom right) #163e6b */

body { 
 color: #000000; /* text color */
 margin: 1em 0 0 0;
 width: 960;
 background-color: #ffffff;
 background-repeat: no-repeat;
 background-position: top center;
 background-margin: 0px;
 background-image: url("../images/background.jpg");
 }

ul {
 list-style-image: url("../images/ul_arrow.gif");
 font-family: Book Antiqua, Bookman Old Style, serif;
 font-size: 16px;
 font-style: italic;
 line-height: 18px;
 font-weight: normal;
 text-transform: none;
 color: #000000;
 text-decoration: none;
 text-indent: 20px; 
 list-style-position: outside;
 list-style-type: disc;
 padding: 2px;
 margin: 2px;
 margin-left: 2em;
 padding-left: 0;
 }
li {
 margin-left: 0;
 margin-right: 0; 
 padding-left: 0;
 padding-right: 0;
 margin: 0;
 }

h2 { 
 font-family: Maiandra GD, Book Antiqua, Bookman Old Style; 
 font-size: 26px; 
 line-height: 28px;
 font-weight: bold;
 font-style: none;
 text-decoration: none; 
 color: #8f0417;
 margin-top: 2%;
 margin-bottom: 1%;
 margin-left: 2%;
 margin-right: 1%;
 /* border-bottom: 1px solid #C6EC8C; */
 }

h4 { 
 font-family: Maiandra GD, Book Antiqua, Bookman Old Style; 
 font-size: 18px;
 line-height: 20px;
 font-style: none;
 font-weight: bold;
 text-decoration: underline; 
 color: #111111; 
 margin-bottom: 2px;
 margin-top: 1%;
 margin-left: 3%;
 margin-right: 3%;
 padding-top: 0;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 0;
 }

h5 { 
 font-family: Book Antiqua, Bookman Old Style, serif; 
 font-size: 16px;
 line-height: 18px;
 font-style: normal;
 font-weight: normal;
 text-decoration: none; 
 color: #000000;
 margin-bottom: 0;
 margin-top: 0;
 margin-left: 5%;
 margin-right: 4%;
 padding-left: 0;
 padding-right: 0;
 }

h6 { 
 font-family: Book Antiqua, Bookman Old Style, serif; 
 font-size: 12px;
 line-height: 12px;
 font-style: normal;
 font-weight: normal;
 text-decoration: none; 
 color: #444444; 
 margin-bottom: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 display: inline;
 }

a:link, a:visited, a:active { 
 color: #163e70; 
 text-decoration: none;
 font-weight: bold;
 }

a:hover { 
 background: #d2dccf;
 color: #163e70;
 text-decoration:none; 
 font-weight: bold;
 } 
 