body {
	background-image: url(../background4.jpg);
	background-repeat: repeat-y;
	background-color: #e3c5a1;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin-left: 125px;
}
a:visited {
	text-decoration: none;
}
a:hover {
	background-color: #CC9966; 
	color: Black;
	text-decoration: none;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
}
hr {
	color: #844C3B;
	}
span.commenti {
	font-size: x-small;
	}
span.update {
    font-size: xx-small;
	}
div.update {
	font-size: xx-small;
	text-align: center;
	}
td.home {
	}
TD.title {
	font-weight: bold;
	text-align :center;
	}
td.date {
	font-size : xx-small;
	text-align : right;
	}
td.update {
	font-size : xx-small;
	text-align : right;
	}

/* new codes as of Jan 12, 2014 */

/* home and page top icon controls */
img.home {
	position:fixed; top:25px; left: 10px; 
	z-index: 2;
	border: 1px solid black;
	border-radius: 8px;
	box-shadow: 3px 3px 3px #171717;
	background-color: white;
	}
img.UpArrow {
	position:fixed; bottom:25px; left:10px;
	border: 1px solid black;
	border-radius: 8px;
	box-shadow: 3px 3px 3px #1717171;
	background-color: white;
	}
/* prevents hover features on graphic links */
a:hover.imagelink {
	background-color: transparent;
	border: 0px;	
	}

/* page header controls */
div.PageHeader {
	padding-bottom: 25px;
	margin-right: 15px;
	margin-bottom: 25px;
	}
div.PageTitle {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	}
span.PageSubTitle {
	font-size: 60%;
	font-weight: normal;
	}

/* cross indexing links */
div.crossindex {
	margin-bottom: 50px;
	font-size: small;
	border-top: 1px solid #b8860b;
	margin-top: 50px;
	}

/* last update block */
div.PageUpdate {
	font-size: x-small;
	float: right;
	text-align: right;
	margin-top: 50px;
	margin-bottom: 50px;
	}


/* document body block */
div.PageContent {
	width: 800px;
	margin: auto;
	margin-bottom: 25px;
	text-align: justify;
	}

/* general type photo controls */
img.right {
	float: right;
	margin-left: 10px;
	border: 2px solid black;
	box-shadow: 5px 5px 5px #545454;
	}
img.left {
	float: left;
	margin-right: 15px;
	border: 2px solid black;
	box-shadow: 5px 5px 5px #545454;
	}
img.general {
	margin-right: 15px;
	border: 2px solid black;
	box-shadow: 5px 5px 5px #545454;
	}
iframe.general {
	margin-right: 15px;
	border: 2px solid black;
	box-shadow: 5px 5px 5px #545454;
	}	
/* wikipedia links */
a.wiki {
	background-color: #faebd7;
	border: 1px solid black;
	font-size: x-small;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	text-decoration: none;
	}
	
/* Gallery controls */
/* controls look of thumbnails in galleries */
div.GalleryImageBlock {
	text-align: center;
	}
img.gallerythumb {
	box-shadow: 5px 5px 5px #545454;
	border: 2px solid black;
	margin: 6px;
	}
	

	
/* boxes used in galleries for descriptions */
fieldset.GalleryFieldset {
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 800px;
	border: 2px solid #000000;
	font-size: medium; 
	box-shadow: 5px 5px 5px 0px #545454;
	}
legend.GalleryLedgend  {
	font-size: x-large; 
	padding-left: 10px; 
	padding-right: 10px; 
	font-weight: bold;
	}

/* google map and earth icon controls */
div.MapIcons {
	width: 75px;
	float: right; 
	font-size: small; 
	text-align: center;
	}
img.GoogleEarth {
	border: 0px;
	margin-left: 10px;
	height: 16px;
	width: 16px;
	}
img.GoogleMap {
	margin-left: 10px; 
	border: 0px;
	height: 14px;
	width: 14px;
	}
	
iframe.YouTube {
	box-shadow: 5px 5px 5px #545454;
	border: 2px solid black;
	margin: 6px;
	}