body { 
	width:1024px;
	height:100%;
	margin: 0 auto;
	padding: 50px 48px 0;
	/* line-height:1.2; */
	font-size: medium;
	font-family: Arial, Helvetica, san-serif;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	}
h {	/* Heading. */
									
	font: arial,sans-serif,times;
	color: black;
	font-size: large;
	}

p {	/* Normal paragraph. */
	color: black;
	/* font:10px arial,sans-serif,times; */
	font-size: medium;
	/* margin: auto; */
	word-wrap: break-word;
	}	

.footer {	/* For copyright. */
	text-align:center;
	font-size: x-small;
	font-style: italic;
	margin-top: 10px;
	}

.siteName {	/* Site title. */
	color: white;
	font: arial,sans-serif,times;
	font-size: large;
	width:1012px;              
	padding:25px;
	border-width: 6px;
	border-style: solid;
	border-top-color:  #dfdfdf;
	border-right-color: #6566;
	border-bottom-color: #333;
	border-left-color: #858585;
	padding: 5px;
	background-color:  #6699CC;
	margin:0px;
	text-shadow: -4px 4px 3px #000000; /* 999999;*/
	margin-bottom: 0px;
	text-align: center;
	}

.banner {	/* Photos at top. */
	width:1024px;
	height:385px;
	padding:0px;
	border-width: 4px;
	border-style: solid;
	border-top-color:  #dfdfdf;
	border-right-color: #6566;
	border-bottom-color: #333;
	border-left-color: #858585;
	/* background-color:  #996666;   */
	margin:0px;
	}
	

.centerImage {	/* used for migration map */
	 margin: 5px 5px 5px 5px;
	 background-color: #fff;
	 padding: 2px;
	 border-top: 1px solid #999;
	 border-right: 2px solid #555;
	 border-bottom: 2px solid #555;
	 border-left: 1px solid #999;
 }
div.centerImage img  {  /* used for migration map */
	 border-top: 2px solid #555;
	 border-right: 1px solid #999;
	 border-bottom: 1px solid #999;
	 border-left: 2px solid #555;
	}


img.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	