body{
	background-image: url(images/wood_bg.jpg);
	font-size: 9pt;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
}
.generalFrame {
	display: table; 
	height: 100%;
	width: 100%; 
	overflow: hidden;
	position: relative; 
	
}
.secondFrame {
	display: table-cell; 
	vertical-align: middle;
	text-align: center; /*ie*/
	_position: absolute; 
	_top: 50%;
	_left: 50%;
	 
}
.book{
	background-image: url(images/book_bg.jpg);
	width: 910px;
	height: 645px;
	position: relative; 
	margin: 0px auto;
	_top: -50%;
	_left: -50%;
}
.leftSide {
	float: left;
	position: absolute;
	height: 565px; /*645 - 2x padding*/
	width: 380px; /*460 - 2x padding*/
	left: 0px;
	margin: 40px;
	border: none;
	text-align: left;
}
.leftSide hr {
	height: 1px;
	background-color: black;
	color: black;
}
.rightSide {
	position: absolute;
	text-align: justify;
	left: 460px;
	width: 370px; /*450 - 2x padding*/
	height: 565px; /*645 - 2x padding*/
	margin: 40px;
	border: none;
	overflow: auto;
	padding: 0px 5px 0px 0px;
}
.firstNavLevel, .navSubLevel{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.firstNavLevel a {
	text-decoration: none;
	color: black;
}
.firstNavLevel li {
	list-style: none;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid black;
}
.firstNavLevel {
	font-size: 10pt;
	font-weight: bold;
	border-top: 1px solid black;
}
.navSubLevel {
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	font-size: 8pt;
}
.navSubLevel li{
	padding: 0px;
	border-bottom: none;
}
.copyrightNotice {
	position: absolute;
	right: 40px;
	bottom: 10px;
	font-size: 8pt;
	color: #777777;
}
