BODY {
	font-family : "Arial", helvetica, sans-serif;
	color : #006633;
	background-image : url(images/back.gif);
	background-attachment : fixed;
	margin : 2%;
	background-color : #FFF8DC;
	border-color : #006633;
	height: auto;
}



a:link {
	color: #006699;
	text-decoration:none
}
a:active {
	color: #669999;
	font-style: italic
}
a:visited {
	color: #006699;
	 text-decoration:none
}
a:hover {
	color: #3399CC;
}
P {
	margin-left : 30%;
	margin-right: 10%;
	margin-top: 3px;
	margin-bottom: 3px;

}

.l {
	float : left;
	margin-right:2%;
	
	}
	
.lspace {
	float : left;
	margin-right:2%;
	margin-bottom:2%;
}
H1 {
	margin-left : 30%;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
H2 {
	margin-left : 30%;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1px;
}
H3 {
	margin-left : 30%;
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	font-size: 1em;
}
H4 {
	margin-left : 30%;
	font-family : Arial, Helvetica, sans-serif;
}
UL.nav{
	float:left;
	margin-left : 2%;
	list-style-type : disc;
	list-style-position : outside;
	
}
P.box {
	border-style : solid;
}
UL.p{
	margin-left : 32%;
	list-style-type : disc;
	list-style-position : outside;
}
li{
	margin-bottom: 1%;
}
li.nav {
	margin-bottom : 0%;
}
li.home {
	list-style-image : url(images/arrow.gif);
}

li.top {
	list-style-image : url(images/arrowup.gif);
}
FORM {
	clear : none;
	border-bottom-width : thin;
	border-top-width : thin;
	}
.noindent {margin-left: 0}

/* Header */
div#header h1 {
	
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D3C8;
	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;
	margin: 1ex 0 1ex 0;
}

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: #D7D3C8;
	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: #008000;
	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: 640px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}
BLOCKQUOTE {
	font-style : italic;
	margin-left : 35%;
}
.picaption {
	text-align: center;
	float: left;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	color: #660000;
	font-size: smaller;
}
.picaption img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: right;
	width: inherit;
}
.picaption p {
	margin-left: 0px;
	float: right;
}

.picaption-r {
	font-size: smaller;
	color: #660000;
	text-align: center;
	float: right;
	margin-left: 1%;
}
.wwmenu {
	position: fixed;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	background-color: #6666CC;
}

