body {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background-color: #AAAAAA;
	background-image: url(../graphics/tile.gif);
	background-repeat: repeat;
	background-attachment: fixed
}

a:link { color: #AB3EFF }
a:visited { color: #007FFF }
a:hover { color: #000000; background-color: #ff8888 }
a:active { color: #7FFFFF }

div.centered { text-align: center }

h1 { text-align: center }

/* used for non-jscript copyright on noframes home page only */
p.copyright { font-style: italic; font-size: small }
div.copyright { font-style: italic; font-size: small; color: #707070 }

div.explanation {
     width: 75%;
     padding: 4pt;
     background-color: white;
     border-width: medium;
     border-color: black;
     border-style: solid;
     margin-left: auto;
     margin-right: auto
     }

/* left and right white margin */
div.gutters {
	margin: 0 10%
}

/* text to side of zig-zagging photos */
div.leftcaption {
	text-align: right;
	margin: 0px 0px 100px
	}
div.rightcaption {
	text-align: left;
	margin: 0px 0px 100px
	}

/* inline images */
img.left {
	border-style: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px
}
img.right {
	border-style: none;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px
}
img.righta {
	border-style: none;
	float: right;
	margin-left: 15px
}


/* used for grey triangle caption arrows and other things */
img.spcl {
	vertical-align: middle;
	margin-left: 2ex
}
img.spcr {
	vertical-align: middle;
	margin-right: 2ex
}

/* used temporarily only for printing web site without web specific parts
.webonly { display: none; }
*/