
@media screen and (min-width: 992px)
{
	.backpic 	{background-image: url("Mapback2.png");
		background-repeat: repeat;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		height: 800px;
		margin-top: 8em;
		}
}

@media screen and (max-width: 992px)
{
	section  {margin-top: 4em;
			}
}

section { position: relative;
		left: 15%; top: 6em;
		width: 70%;
		background-color: white;
		padding: 0.5em;		}

section span	{width: 100%;

		font-size: 0.85em;
		font-family: Times, serif;
			}

section span.AGR {font-size: 1.1em;
				color: #802020;
				font-style: italic;
				}


section span cite {font-weight: bold;
				color:#206020;}

section span a:active	{color: #0000dd;}
section span a:link	{color: #0000dd;}
section span a:visited {color: #0000dd;}
section span a:hover  	{color: #206020;}

