body {
    background-color: #174417;
    font-size: 100.01%;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #000;
    padding: 0;
    margin: 0;
}

p, li {
    font-size: 90%;
}

th {
  text-align: left;
	font-size: 100%;
}

th {
  background-color: #DBF9DB;
}

a:link, a:visited {
    color: #2D882D;
		text-decoration: underline;
}

a:hover, a:active {
    color: #174417;
		text-decoration: underline;		
}

h1 {
    color: #174417;
		font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 150%;
		margin: .6em 0;
		padding: 0;
}

h2 {
    color: #2D882D;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 130%;
		margin: .6em 0;
		padding: 0;		
}

h3 {
    color: #2D882D;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 110%;
		margin: .6em 0;
		padding: 0;		
}

p {
    line-height: 1.5em;
		margin: 1em 0;
}

big {
    color: #2D882D;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 110%;
		font-weight: bold;
}

small {
    color: #2D882D;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 75%;
}

li {
    margin-bottom: 1.0em;
}



fieldset {
  /* background-color: #FFF; */
  border: 1px solid #2D882D;
  padding: .75em;
}

legend {
  padding: 0.2em 0.5em;
  border: none;
  color: #2D882D;
  font-weight: bold;
}

label {
  float: left;
  width: 25%;
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: right;
  font-weight: bold;
}


input, textarea, select {
  border: 1px solid #2D882D;
  margin: .3em 0;
  padding: .1em;
}


.imgfloatright {
  float: right;
  margin: 0 0 0 1em;
  text-align: center;
  font-size: 80%;
}

.imgfloatright big {
  font-size: 150%;
}

.teaser {
  clear: both;
  background-color: #E1EED0;
  font-size: 130%;
  text-align: center;
  padding: 6px;
  margin: 2.5em 0;
  border: 2px solid #91C153;
}


hr {
  background-color: #ddd;
  color: #ddd; 
  height: 2px;
  width: 90%;

}



/* Layout CSS */
/* Header Area */
#header {
    text-align: center;
    margin: 0px;
		height: 150px;
		background-color: #3b609c;
}

#headerinner {
  margin: 0 auto;
  padding: 0;
  width: 985px;
}

#subheader {
    text-align: center;
    margin: 0px;
		background-color: #174417;
		border-bottom: 4px solid #2D882D;
		padding: 5px;
}

#subheaderinner {
  color: #fff;
	font-size: 85%;
  margin: 0 auto;
	padding: 0;
	white-space: nowrap;
  width: 985px;
}

#content {
  background: #c9d5e8 url('images/content_bg.gif') top center repeat-y; 
  margin: 0;
  padding: 0;
}

#contentinner {
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  width: 985px;
}

#body {
  float: right;
  margin: 0; 
  padding: 0;	
  width: 804px;
}
/*
#body {
  background: #fff url('images/landscape_bg.jpg') bottom right no-repeat;
}

body#pool #body {
  background: #fff url('images/pool_bg.jpg') bottom right no-repeat;

} */


/* Left Navigation */
#navigation {
  float: left; 
  margin: 0; 
  padding: 0;
  width: 180px; 		
}

.gallery img {
  border: 1px solid #2D882D;
  margin: 3px 6px;
}


#footermenu {
  font-size: 80%;
  text-align: center;
	margin: 2.5em 0;
	white-space: nowrap;	
}


/* Footer Area */
#footer {
  border-top: 4px solid #2D882D;
	color: #FFF;	
  clear: both;
  font-size: 80%;
	line-height: 1.8em;
  margin: 0px;
  padding: 2em 0;	
  text-align: center;
	white-space: nowrap;	
} 

#footer a:link, #footer a:visited, #subheaderinner a:link, #subheaderinner a:visited {
  color: #ff9;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #subheaderinner a:hover, #subheaderinner a:active {
  color: #ffc;
	text-decoration: underline;		
}

/* Left Menu Styles */
/* Menu list */
ul#navlist {
  list-style: none;
  margin: 0;
  padding: 0 0 40px 0;
	width: 165px;
}

ul#navlist li {
	display: inline;  /* This fixes the IE5 Win gap! */	
}

#navlist a {
  background: #FFF url('images/bullet.gif') 5px center no-repeat;
  border-bottom: 1px solid #B6F2B6;
  display: block;
	font-weight: bold;
	line-height: 110%;
  padding: 14px 3px 14px 21px;
	/* Tricks IE5 in making whole block clickable (not just text) */
	/* Set with to actual width - padding to account for crappy box model */
	width: 145px;   
}

#navlist a:link, #navlist a:visited {
  color: #174417;
  text-decoration: none;
}


#navlist a:hover, #navlist a:active {
  background: #DBF9DB url('images/bullet_on.gif') 5px center no-repeat;
  color: #174417;
  text-decoration: none;
}
