body {
	font-family: /* Arial, Helvetica, */ sans-serif;
	line-height: 1.2;
	color: black;
	/* background-color: #c4cfcf; */
	background-color: #ffffff;
}

.standout {
     background-color: #ffffff;
}

a:link, a:visited, a:hover, a:active {
    color: #0000bd; text-decoration: none;
	}

table { font-size: 1em; }

div.logoname {
	position: absolute;
	left: 4px;
	top: 24px;
	bottom: 0px;
	font-weight: bold;
	color: blue;
}
.logoname img { vertical-align: middle; }

div.logopic {
	position: absolute;
	left: 56px;
	top: 24px;
	font-weight: bold;
	color: blue;
	right: 65% ;
}
.logopic img { vertical-align: middle;
            width: 100% }

.introcontent {
	position: absolute;
	top: 24px;
	left: 36%;
	bottom: 3em;
	overflow: auto;
	border: 3px solid #545f5f;
	right: 12px;
	padding: 10px;
	background-color: #f4ffff;
}

.yearlist { width: 5em; text-align: right; float: right; }

.antiquities { line-height: 2em; }

.antiquities a { padding-left: 10px; padding-left: 10px; }

.antiquities pre {
	font-family: /* Arial, Helvetica, */ sans-serif;
	background-color: #f0f0f0;
	padding: 2px;
	border: 1px solid black;
   text-decoration: none; 
   display: inline;
}
	
.introcontent h2 a {
	background-color: #f0f0f0;
	padding: 2px;
	border: 1px solid black;
	}
	
.introcontent ul { margin-left: 2em; padding-left: 0; }

ul.menu-2 {
	font-weight: normal;
	position: fixed;
	text-align: right;
	line-height: 1.5;
	left: 0px;
	bottom: 2.5em;
	right: 65%;
	margin: 5px;
}
.menu-2 li {
   list-style-type: none;
   list-style-position: outside;}
.menu-2 a {
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: none;}

.topline {
	font-weight: bold;
	position: absolute;
	right: 0px;
	top: 0;
	background-color: #f4ffff;
	left: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #545f5f;
	text-align: center;
	height: 1.2em;
}
.topline a {
          padding-left: 10px;
          padding-right: 10px;
          text-decoration: none;}

@media only screen and (max-height: 368px) { .logoname img { max-height: 100%; width: auto; } }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
div.logopic {display: none;}

.introcontent {
	position: absolute;
	top: 24px;
	left: 56px;
	bottom: 1em;
	overflow: auto;
	border: 3px solid #545f5f;
	right: 12px;
	padding: 10px;
	background-color: #f4ffff;
	font-size: small;
}

.footer { display: none; }
.leftfooter { display: none; }
.rightfooter { display: none; }

ul.menu-2 { display: none; }

.topline { font-size: small; }

.topline a { padding-left: 6px; padding-right: 6px; }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
div.logopic {display: none;}

.introcontent {
	position: absolute;
	top: 24px;
	left: 56px;
	bottom: 1em;
	overflow: auto;
	border: 3px solid #545f5f;
	right: 12px;
	padding: 10px;
	background-color: #f4ffff;
	font-size: small;
}

.footer { display: none; }
.leftfooter { display: none; }
.rightfooter { display: none; }

ul.menu-2 { display: none; }

.topline { font-size: small; }

.topline a { padding-left: 6px; padding-right: 6px; }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {

div.logopic {display: none;}

.introcontent {
	position: absolute;
	top: 24px;
	left: 112px;
	bottom: 1em;
	overflow: auto;
	border: 3px solid #545f5f;
	right: 12px;
	padding: 10px;
	background-color: #f4ffff;
}

.footer { display: none; }
.leftfooter { display: none; }
.rightfooter { display: none; }

.topline { font-size: small; }

ul.menu-2 { text-align: left; bottom: 1em; }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) { 

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { 

} 

.footer {
	position: fixed;
	bottom: 1px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: smaller;
	background-color: #f4ffff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #545f5f;
	border-right-color: #545f5f;
	border-bottom-color: #545f5f;
	border-left-color: #545f5f;


}

.leftfooter {
	position: fixed;
	bottom: 0.5em;
	left: 0.5em;
	text-align: left;
	font-size: smaller;
	background-color: #f4ffff;
}

.rightfooter {
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
	text-align: right;
	font-size: smaller;
	background-color: #f4ffff;
}
