body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:none;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}
.cell {
/*	background-image: url(/images/footer.jpg); */
}



table {
	border-spacing: 0; 
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
} 

td {
	text-align: left; 
}

a {
/*	font-family: Arial, Helvetica, sans-serif;*/
/*	font-size: 14px;*/
/*	color:black;*/
/*	color: #000000;*/
/*	color: <%=trim_color3%>;*/
/*	font-weight: normal;*/

	color: #12511B;	/*	#009933; */
	text-decoration: underline;	/* none; */
}
a:visited {
/*	color: #346922; */
/*	color: #000000;*/
/*	color:black;*/
/*	color: <%=trim_color%>;*/
/*	color: #009933;*/
	color: #12511B;	/*	#009933; */
	text-decoration: underline;	/* none; */
}
a:link {
	text-decoration: underline;	/* none; */
	color: #12511B;	/*	#009933; */
}
a:hover {
	text-decoration: none;	/* underline; */
	color: #12511B;	/*	#00CC00;	*/
}
a:active {
	text-decoration: none;
	color: #12511B;	/*	#009933;	*/
}

a.head_link:visited {
	color:black;
}
a.head_link:link {
	color:black;
}
a.head_link:hover {
	color:black;
}
a.head_link:active {
	color:black;
}

	
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:black;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:black
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:black
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:black
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:black
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:black
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:black
}

ol li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
}

ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:5px
}

.style1 {
	background-color: #FFFFFF;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}
.style3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #7E6455;
}
.style4a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	text-decoration: none;
	color: #ffffff;
}
.style5 {
	margin-bottom: 0px;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.style7 {
	border-width: 0;
}

.dark_box {
	color: #9FDF6F;
}

.light_box {
	color: #DDFFDD;
}

#slideshowHolder {
	padding-top:0px;
	align-content:center;
	}
.slideshowItem {
/*	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	}
*/

	/* CSS created by sean */
	* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
		
		/* For responsive images */
.responsive {
  max-width: 100%;
  height: auto;
}