body {
	margin:0px;
	padding:0px;
	background-color: #F2EBD8;
	border: none;
	width: 100%;
	color: #333333;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	}
html, body {
	margin:0px;
	padding:0px;
	background-color: #F2EBD8;
	border: none;
	width: 100%;
	color: #333333;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	}

td {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}
a:link {color: #0c4a37;}
a:visited {color:#A97D06;}
a:hover {color:#E08532;}

th {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}
#logo {
	left: auto;
	margin-left: auto;
	padding: 20px 0px 20px 0px;
	border: none;
	right: auto;
	margin-right: auto;
}

.bond {
	font-size: 90%;
	text-align: right;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-right: 20px;
	font-weight: bold;
	color: #0c4a37;
	vertical-align: bottom;
}	
/* headings */


h1, h2, h3, h4 { 
	font-weight: bold;
	color: #0c4a37;
	}

h1 {
	font-size: 24px;
	margin-bottom: -12px;
}

h2 { 
	font-size: 16px; 
	margin-bottom: -12px;
	}

h3 { 
	font-size: 14px; 
	/*margin-bottom: -12px;*/
	}
	
h4 {
	font-size: 12px;
	margin-bottom: -12px;
}
hr {
	border: none;
	background-color: #0f644a;
	height: 1px;
	width: 100%;
}
.hr2 {
	border: none;
	background-color: #DF9F02;
	height: 1px;
	width: 100%;
}
.indent {
	padding-left: 30px;
}
.caption {
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #0c4a37; 
	text-align: center;
}
.caption-left {
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #0c4a37;
}
.quote {
	font-style: italic;
	text-align: right;
	color: #ebdcb3;
	margin: 10px;
}
.mid {
	width: 100%;
	vertical-align: top;
	height: 100%;
	padding: 0 15px;
	}
.grn {
	background-color: #0f644a;
	width: 100%;
	}
	
	/* TopNav */

.navigation {
	font-size: .9em;
	font-weight: bold;
	width: 800px;
}

.navigation ul {
	list-style: none;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
}
.navigation li {
	display: inline;
}
.navigation a:link, .navigation a:visited {
	padding: 0px 4px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}
.navigation a:hover {
	color: #ebdcb3;
	
}
   /* sideNav */
div#rightcol {
	width: 200px;
	margin: 0 1px 0 0;
}  

   
div#navright {
	font-weight: bold;
	font-size: .9em;
	letter-spacing: 1px;
	width: 200px;
	margin-left:0;
}

div#navright ul {
	list-style: none;
	padding:0;
	margin-right: 1px;
}
div#navright li a:link, #navright li a:visited {
	display: block;
	color: #ffffff;
	background-color: #0f644a;
	text-decoration: underline;
	margin-top: 0px;
	margin-left:0px;
	padding: 6px;
}

/* ie6 hack ******************* but this isn't working  \*/

* html > div#navright li a:link, * html > div#navright li a:visited{
	padding-bottom: -10px; 
}
/* end of hack ************ */

div#navright li a:hover {
	color: #ebdcb3;
}
.footer {
	font-size: 95%;
	text-align: center;
	margin: 10px auto;
}
.footer li{
	list-style: none;
}
/* photos in middle content area:  note upper case l in albunList */
#albumList {
	list-style-type: none;
	width: 100%;
}
#albumList li {
	float: left;
	font-weight: bold;
	color: #0c4a37;
	font-size: 90%;
	vertical-align: bottom;
	margin-right: 8px;
	margin-bottom: 10px;
}
#albumList img {
	display: block;
	border: 1px solid #000000;
	vertical-align: bottom;
}
/* photos in lower green panel:  note lower case l in albumlist*/
#albumlist {
	list-style-type: none;
}
#albumlist li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	color: #ebdcb3;
	font-size: 90%;
}
#albumlist img {
	display: block;
	border: 1px solid #000000;
}



.accent {
	font-weight: bold;
	color: #0c4a37;
	font-size: 14px;
	background-color: #d4c498;
	display: block;
	padding: 2px;
	margin-bottom: 1px;
}

.acccent {
color: #ffffff; font-weight: bold; background-color: #0c4a37;
font-size: 14px;display: block;
padding: 2px;
margin-bottom: 1px;
}

.datatable {
	vertical-align: top;
	margin-right: 5px;
	border: 1px solid #338ba6;
	border-collapse: collapse;
}
.datatable tr {
	vertical-align: top;
	}
.datatable td, .datatable th{
	border: 1px solid #73c0d4;
	padding: 4px;
}
.datatable caption {
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.nodot ul {
	list-style: none;
}
.clear {
	clear: both;
}
img {
	border: 1px solid #000000;
}

img.noborder {border:none;}
table.right {
	float: right;
	border: 0px; 
	margin: 0pt 0px 5px 10px;
	}
table.left {
	float: left;
	margin: 0pt 10px 5px 0px;
	border: 0px;
	}
.quote1 {
	font-size: 12px;
	font-weight: bold;
	color: #0c4a37;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

A.menu:link {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial;
}
A.menu:active {
	FONT-WEIGHT: bold; BACKGROUND-COLOR: #ffff00;
}
A.menu:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial;
}
A.menu:hover {
	COLOR: #0000ff;
}
.white { color: #ffffff; }


dt {
	margin-left:10px; 
  	padding:0; 
	font-weight: bold;
}
dd {
	line-height:1.25em;
	padding: 6px 0px;
}

.gallery {
	background-color:#094230;
	font-family: Arial, Helvetica, sans-serif;
	color: #F2EBD8; 
}