/* ALPHABETICAL LIST OF ELEMENTS WITH ASSOCIATED SITE-WIDE STYLES   */

/*div {
	border:1px solid #FFFFFF;
	}*/

a {
 color: #9eb120;
 text-decoration:none;
}

a:hover {
  color: #e7dba3;
}

#site_page a {
	color: #08847b;
	text-decoration:underline;
}

#site_page a:hover {
	color: #ffffff;
}

body {
 margin: 0px;
 padding: 0px;
/*
background-color: #9eb120;
*/
background-color: #332701;
font-family: "Gill Sans Regular", Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style:normal;
 font-weight: 100;
 color: #4b3900;
}

div {
/*border: 1px solid #ebf136;*/
}


/* P, H1,H@, etc Paragraph and Headings/Subheadings  */

h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style:normal;
	font-weight: 400;
	color: #fef3e3;
	margin:0;
	padding:0;
}

h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	font-weight: 400;
	color: #fef3e3;
	margin:0;
	padding:0;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	font-weight: 400;
	color: #fef3e3;
	margin:0;
	padding:0;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	color: #4b3900;
	margin:0;
	padding:0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:16px;
	font-style:normal;
	font-weight: 400;
	color: #fef3e3;
	margin:4px 0 4px 0;
	padding:0;
	text-align:left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style:normal;
	line-height: 22px;
	font-weight: 400;
	color: #fef3e3;
	margin:4px 0 4px 0;
	padding:0;
}

img {
border:none;
}

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style:normal;
	color: #4b3900;
	
	text-align:left;
}

p.small {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style:normal;
	color: #4b3900;
	margin-top:0;
}

td {
	/*border:1px solid #000000;
	*/
}


ul{
		font-stretch:condensed;
		text-align:left;
		list-style:none;
		padding:0;
		margin:0 0 10px 0;
	}

 ul li{
	padding: 4px 0 4px 2px;
}



