body {
    background-color: #174417;
    font-size: 100.01%;
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #000;
    padding: 0;
    margin: 0;
		text-align-center;
}

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

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

th {
  background-color: #DCEADC;
}

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

a:hover, a:active {
    color: #2D882D;
		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: #666;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 75%;
}

li {
    margin-bottom: 1.0em;
}

.imgfloatright {
  float: right;
	margin: 0 0 0 1em;
}

.captionright {
  float: right;
	font-size: 80%;
	margin: 0 0 0 1em;
	text-align: center;
  width: 195px;
}

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

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

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

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

#content {
  background-color: #fff;
	margin: 0;
	padding: 0;
}

#contentinner {
  margin: 0 auto;
	padding: 0;
  width: 760px;
}

#body {
  float: right;
  margin: 0; 
  padding: 0;	
  width: 579px;
}


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

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


/* Footer Area */
#footer {
  border-top: 4px solid #8BB98B;
	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: #FFFFAA;
	text-decoration: none;
}

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

/* Left Menu Styles */
/* Menu list */
ul#navlist {
  list-style: none;
  margin: 0;
  padding: 0 0 90px 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 #8BB98B;
  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: #DCEADC url('images/bullet_on.gif') 5px center no-repeat;
  color: #174417;
  text-decoration: none;
}


/* Gallery Pop-Up Styles */
#lightbox {
    background-color:#eee;
	  padding: 10px;
	  border-bottom: 2px solid #666;
	  border-right: 2px solid #666;
}

#lightboxDetails {
    font-size: 0.8em;
	  padding-top: 0.4em;
}
	
#lightboxCaption {
    float: left;
}

#keyboardMsg {
    float: right;
}

#closeButton {
    top: 5px;
		right: 5px;
}

#lightbox img {
    border: none;
		clear: both;
}
 
#overlay img {
    border: none;
}

#overlay {
    background-image: url(images/lightbox/overlay.png);
}

* html #overlay {
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightbox/overlay.png", sizingMethod="scale");
}

	