.indexheader {
	border: thin solid #CCCCCC;
	position:absolute;
	top: 5px;
	left: 10px;
	right: 0px;
	background-color:#FFFFFF;
	margin: 5px 5px 5px 5px;

}

.newsbox {
	border: thin solid #999999;
	position:absolute;
	top: 148px;
	left: 15px;
	background-color: #E7E7E7;
	width: 484px;
	padding: 8px;
}

.newsheader {
	font-family: 'Times New Roman', Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #828282;
	background-color: #ADADAD;
	margin: 5px;
	padding: 5px;
}

.whatsnewbox {
	border: thin solid #999999;
	position:absolute;
	top: 148px;
	left: 523px;
	background-color: #EAEAEA;
	width: 455px;
	padding: 8px;
}

.whatsnewheader {
	font-family: 'Times New Roman', Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #7B7B7B;
	background-color: #D0D0D0;
	margin: 5px;
	padding: 5px;
	text-align: center;
	border: thin none #FFFFFF;
}

.bookshelfbox {
	border: thin solid #999999;
	position:absolute;
	top: 140px;
	left: 10px;
	right: 0px;
	margin: 5px;
	height: 400px;
	padding: 15px;
}

.summarybox {
	border: thin solid #999999;
	position:absolute;
	top: 140px;
	left: 10px;
	margin: 5px;
	padding: 5px 5px 5px 380px;
	height: 525px;
	font-family: "Times New Roman", Times, serif;
	background-color: #EFEFEF;
}

.summaryimagebox {
	border: thin solid #999999;
	position:absolute;
	top: 165px;
	left: 30px;
	z-index: 1;
}

.summaryheader {
	font-family: 'Times New Roman', Times, serif;
	font-size: large;
	font-weight: bold;
	color: #7B7B7B;
	background-color: #D0D0D0;
	padding: 5px;
	text-align: left;
	border: thin none #FFFFFF;
}

.storybox {
	border: thin solid #999999;
	position:absolute;
	top: 140px;
	left: 10px;
	margin: 5px;
	padding: 5px 15px;
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	font-size: 12pt;
	line-height: normal;
	
}

/* Hides from IE-mac \*/
* html .story {height: 1%;}
/* End hide from IE-mac */
.storyheader {
	font-family: 'Times New Roman', Times, serif;
	font-size: large;
	font-weight: bold;
	color: #7B7B7B;
	background-color: #D0D0D0;
	padding: 5px;
	text-align: center;
	border: thin none #FFFFFF;
}


a:link, a:visited {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #616161;
	text-decoration: none;
}

a:hover  {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color:	#9D9D9D;
	text-decoration: underline;
}

hr {
	width: 80%;
	border: thin solid #999999;
}

