﻿#container {
	margin: 0px auto 0px auto;
	width: 860px;
	height: 1000px;
	position: relative;
}
#masthead {
	margin: 10px;
	width: 800px;
	padding-left: 20px;
	height: 95px;
}
#navigation a {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #065111;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation {
	padding: 5px 5px 5px 10px;
	border-width: thin;
	border-color: #003300;
	width: 860px;
	top: 125px;
	position: absolute;
	height: 20px;
	background-color: #D8E7DE;
	border-top-style: groove;
	border-bottom-style: groove;
}
#navigationA a {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #065111;
	text-decoration: none;
	text-transform: uppercase;
}
#navigationA {
	padding: 5px 5px 5px 10px;
	border-width: thin;
	border-color: #003300;
	width: 640px;
	position: relative;
	height: 20px;
	background-color: #D8E7DE;
	border-top-style: groove;
	border-bottom-style: groove;
	margin-right: auto;
	margin-left: auto;
}
#navigation2 {
	width: 840px;
	height: 20px;
	top: 160px;
	padding-left: 10px;
	background-color: #D8E7DE;
	position: absolute;
	border-color: #BAD1CE;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: thin;
	border-bottom-width: thin;
	margin-left: 10px;
	font-size: small;
}
#navigation2 a {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #314F3D;
	text-decoration: none;
	font-weight: bold;
}
#navigationA2 {
	width: 600px;
	height: 20px;
	padding-left: 20px;
	background-color: #D8E7DE;
	position: relative;
	border-color: #BAD1CE;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: thin;
	border-bottom-width: thin;
	margin-left: auto;
	font-size: small;
	margin-right: auto;
}
#navigationA2 a {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #314F3D;
	text-decoration: none;
	font-weight: bold;
}

#maincontent {
	width: 620px;
	position: absolute;
	top: 185px;
	padding-top: 10px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 50px;
}
#maincontent2 {
	width: 620px;
	position: absolute;
	left: 190px;
	top: 180px;
	padding-top: 10px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
}
#maincontent3 {
	width: 840px;
	position: absolute;
	top: 170px;
	padding-top: 10px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 50px;
}
#sidebar {
	padding: 10px 7px 10px 7px;
	width: 190px;
	top: 200px;
	left: 660px;
	position: absolute;
	border: thin double #BAD1CE;
	margin-top: 5px;
}
#footer {
	width: 860px;
	height: 20px;
	clear: both;
	font-size: small;
	text-align: center;
	margin-top: 50px;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #003300;
}
a:active {
	color: #006600;
}
.imgcontainleft {
	margin: 0px 5px 0px 0px;
	width: 305px;
	padding-bottom: 10px;
	float: left;
}
.imgcontainright {
	margin: 0px 0px 0px 5px;
	width: 305px;
	padding-bottom: 10px;
	float: right;
}
.imagecaption {
	width: 300px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	font-style: italic;
	color: #666666;
	text-align: center;
}
.catalogstyle1 {
	text-align: center;
}
.catalogstyle2 {
	border-color: #C5E2DB;
	border-width: 2px;
}
/* Main Selectors */
body {
	background-color: #FFFFFF;
	color: #000000;
}

a, a:visited {
	background-color: transparent;
	color: #008000;
}

a:hover {
	background-color: transparent;
	color: #C0DCC0;
}

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #000000;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
	position: relative;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 800px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}

