@media screen {
#pageContent {
	position: relative;
	width: 100%;
	text-align: center;
}

#nationalArchivesLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}

#pageTitle {
	width: 820px;
	margin: 0 auto 20px auto;
	padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Castellar', 'Goudy Old Style', serif;
	font-size: 2.3em;
	color: Gray;
	/*border-top: 1px solid gray;*/
	border-bottom: 1px solid gray;
}
#mineral { 
	font-family: 'Georgia', serif;  
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
}
.mainText {
	width: 820px;
	margin: 0 auto 10px auto;
	font-family: 'Georgia', 'Palatino', 'Garamond', 'Bookman', serif;
	font-weight: normal;
	font-size: 1.3em;
	text-align: justify;
	line-height: 1.2;
}

.subHeading {
	width: 820px;
	margin: 0px auto 0px auto;
	padding: 5px 0 5px 0;
	color: Gray;
	border-top: 0px solid gray;
	border-bottom: 1px solid gray;
}

.datePublished {
	font-family: 'Georgia', serif;
	font-size: 1.5em;
}
.onlineEdition, .annualEdition {
	font-family: 'Castellar', 'Goudy Old Style', serif;
	font-size: 1.8em;
	line-height: 1em;
}

.button {
	display: inline-block;
	margin: 15px auto 10px 10px;
	min-width: 100px;
	line-height: 1.8em;
    padding: 0.4em 0.5em;
	background: #003863;
	font-family: 'Georgia', serif;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center;
    color: #FFF;
    border: solid 1px #20538D;
    border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 1px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button:hover {
	background: #165382;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}
.ecfr { margin-top: -5px; }
}
@media print{

#pageContent {
	position: relative;
	width: 100%;
	text-align: center;
}

#nationalArchivesLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}

#pageTitle {
	width: 820px;
	margin: 0 auto 20px auto;
	padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Castellar', 'Goudy Old Style', serif;
	font-size: 2.3em;
	color: Gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
#mineral { 
	font-family: 'Georgia', serif;  
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
}
.mainText {
	width: 820px;
	margin: 0 auto 10px auto;
	font-family: 'Georgia', 'Palatino', 'Garamond', 'Bookman', serif;
	font-weight: normal;
	font-size: 1.3em;
	text-align: justify;
	line-height: 1.2;
}

.subHeading {
	width: 820px;
	margin: 0px auto 0px auto;
	padding: 5px 0 5px 0;
	color: Gray;
	border-top: 0px solid gray;
	border-bottom: 1px solid gray;
}

.datePublished {
	font-family: 'Georgia', serif;
	font-size: 1.5em;
}
.onlineEdition, .annualEdition {
	font-family: 'Castellar', 'Goudy Old Style', serif;
	font-size: 1.8em;
	line-height: 1em;
}


.ecfr { margin-top: -5px; }
}

}