html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 10;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */

body {
 
  background-image: url(../web/images/trees2.jpg);
  background-color: #009732;
  background-repeat: repeat;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */

}

/* Commonly used to style page titles. */

h1 {
	color: #1A84CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	text-align: left;

}

/* Commonly used to style section titles. */

h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	
	
	/* Commonly used to style section titles. */
	}

h3 {
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding-top: 0px;
	padding-bottom: 0px;

}

/* Sets the style for unvisited links. */

a,  a:link {
  color: #004E8C;
  font-weight: bold;
  text-decoration: underline;

}

/* Sets the style for visited links. */

a:visited {
  color: #004E8C;
  font-weight: bold;
  text-decoration: none;
}

/* Sets the style for links on mouseover. */

a:hover {
  color: #009933;
  text-decoration: underline;

}
A.whitenav:link 	{
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed #FFF;
	padding: 0 90px 5px 0; 
	
}
A.whitenav:visited  	{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed #FFF;
	padding: 0 90px 5px 0; 
	

}
A.whitenav:hover		{
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CBDFAA;
		font-size: 14px;
	text-decoration: underline;
}

A.titlebottom:link 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
A.titlebottom:visited  	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;

}
A.titlebottom:hover		{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color:  #CBDFAA;
	text-decoration: none;
}

A.bottom:link 	{
  font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CBDFAA;
		font-size: 15px;
	text-decoration: none;
}
A.bottom:visited  	{
  font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #CBDFAA;
		font-size: 15px;
	text-decoration: none;
}
A.bottom:hover		{
  font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
		font-size: 15px;
	text-decoration: underline;
}


A.green:link 	{
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #006600;
		font-size: 14px;
	text-decoration: none;
}
A.green:visited  	{
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #006600;
		font-size: 14px;
	text-decoration: none;
}
A.green:hover		{
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #006600;
		font-size: 14px;
text-decoration: underline;
}
.style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: normal;
}

.style6 {font-size: 14px}
