/* Main Selectors */

* {
 padding: 0;
 margin: 0;
 }

div#pageHeader {
	text-align: center;
}

div#pageHeader img {
	margin-left: auto;
	margin-right: auto;

}

body {
	background-color: #F2F2F2;
	color: #000000;
}

a, a:visited {
	background-color: transparent;
	color: #0000FF;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
}

/* Header */
div#header h2 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 1.0em;
	background-color: transparent;
	color: #000000;
	margin: 12px;


}

/* Thumbnail Index */
div#index {
	text-align: center;
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
	width: 150px;
	border-style: solid;
	border-color: #B2B2B2;
	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 {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 1em auto;
}

div#navigation td.previous {
	text-align: left;
	width: 150px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 150px;
}

div#navigation td.thumbcell {
	width: 150px;
	border-style: solid;
	border-color: #B2B2B2;
	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;
}

div#photograph img {
	margin-left: auto;
	margin-right: 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: 12px;
}

/* Photograph Caption */
p.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}

#footer {
 padding: 12px 20px;
 background-color: #f2f4d8;
 text-align: center;
 font-size:  10px;
 margin: 2em 0 0 2em;
 }
 #footer a {
 text-decoration: underline;
 }

#linkList {
 position: absolute;
 top: 295px;
 left: 2px;
 font-size: 12px;
 line-height: 1.2em;
 }

#linkList h3 {
 width: 130px;
 height: 34px;
 background-repeat: no-repeat;
 background-color: #f2f4d8;
 }

a {
 text-decoration: none;
 }

#footer a, #linkList a {
 color: #777;
 }
#lselect a {
 display: block;
 color: #9ead6c;
 }
#lselect a.c {
 display: inline;
 color: #777;
 }

#footer a:hover, #footer a:active, #linkList a:hover, #linkList a:active, #lselect a.c:hover, #lselect a.c:active {
 color: #222;
 }
