@charset "utf-8";
/* CSS Document */

body {
background-color: #f4f1e4;
margin-left:  0; 
max-width:1200px; margin:0px auto;

font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #000;
	border:none;
}

.story {
	width: 80%;
	padding: 0px 10px;
}

h1{
	font-size: 170%;
	margin: 5px;
	border-bottom: 1px #464646 solid;
	width: 100%;
	color: #506d92;
}

h2{
	font-size: 130%;
	margin: 10px;
	width: 100%;
	color: #86457f;
}

h3{
	font-size: 120%;
	margin: 10px;
	font-weight: bold;
	font-style: italic;
	width: 100%;
	color: #9e4d44;
}

.bodytext {
	font-size: 115%;
	margin-left: 10px;
	line-height: 130%;
}

.imgbox {
	
	margin: 10px;
	width: 800px;

}

.caption {
	font-size: 90%;
	font-style: italic;
	padding: 5px 0px;
	width: 100%;
}


.rightbox {
    display:none;
}


.screenhead {display:none;}
.printhead {display:block;}

.menubox {display:none; }
.mainbox {width:100%; border:none;}


.imgboxV { float:right; width:460px; text-align:center;
	
}

.imgboxV img {width:450px;}

.noprint {display:none;}
.FOOTNOTES {border-radius: 5px; background: WHITE; padding: 2px; COLOR:BLACK; }
