/************************************* 
	DOCUMENT STYLES
*************************************/

html {
	height:100%;
}

body {
	height:100%;
	margin:0; 
	padding:0;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#imageStretch {
	position:fixed; 
	display: block; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}






/************************************* 
	HEADER STYLES
*************************************/

#headerContainer {
	position: absolute; 
	left: 50%; 
	margin-left: -367px; 
	z-index: 5; 
	display: block; 
	width: 734px; 
	vertical-align: top; 
	min-width: 734px;
}

#headerLeftContainer {
	float: left;
	display: block;
	height: 106px;
	width: 79px;
	text-align: right;
}

#headerLeftImage {
	float: right;
	background: url(../i/header_left.png) no-repeat right top;
	behavior: url(js/iepngfix.htc);
	display: block;
	height: 106px;
	width: 33px;
}

#headerCenterContainer {
	float: left;
	display: block;
	width: 576px;
}

#headerCenterImage {
	float: left;
	padding-top: 17px;
	width: 576px;
	height: 33px;
	display: block;
	background: url(../i/header_ribbon.jpg) no-repeat;
}

#headerCenterContent {
	float: right;
	padding-right: 10px;
	font-size: 11px;
	font-weight: normal;
}

#headerBottomImage {
	float: left; 
	background: url(../i/header_bottom.png) no-repeat; 
	behavior: url(js/iepngfix.htc); 
	display: block; 
	height: 72px; 
	width: 576px;
}

#headerRightImage {
	float: left;
	background: url(../i/header_right.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	display: block;
	height: 122px;
	width: 79px;
	vertical-align: top;
	position: relative;
}






/************************************* 
	CONTENT STYLES
*************************************/

h1 {
	border-bottom: 3px double #999;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	behavior: url(js/iepngfix.htc);
}

input[type=button] {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

iframe {
  	border: 0px; 
	width: 655px;
	height: 461px; 
	overflow: hidden;
	background: none;
}

p a {
	color: #999;
}

#leftPageContainer {
	background: url(../i/book_left_page.jpg) no-repeat top right;
	height: 439px;
	vertical-align: top;
}

#leftPageContent {
	text-align: left;
	padding: 40px;
}

#leftPageTop {
	height: 28px;
}

#leftPageTopShadow {
	float: right;
	display: block;
	width: 322px;
	background: url(../i/book_left_top.png) no-repeat top right;
	behavior: url(js/iepngfix.htc);
	height: 28px;
}

#leftPageLeft {
	height: 439px;
	display: block;
}

#leftPageLeftArrow {
	display: block;
	margin-top: 213px;
	float: left;
	width: 18px;
	height: 14px;
}

#leftPageLeftShadow {
	float: right;
	width: 22px;
	background: url(../i/book_left_left.png) no-repeat top right; 
	behavior: url(js/iepngfix.htc); 
	height: 439px;
}

#leftPageBottom {
	height: 31px;
}

#leftPageBottomShadow {
	float: right;
	display: block;
	width: 322px;
	background: url(../i/book_left_bottom.png) no-repeat top right;
	behavior: url(js/iepngfix.htc);
	height: 31px;
}

#cover_leftPageTop {
	text-align: right;
	height: 58px;
}

#cover_leftPageTopShadow {
	float: right;
	vertical-align: bottom;
	display: block;
	background: url(../i/book_front_left_top.png) no-repeat bottom right;
	behavior: url(js/iepngfix.htc);
	height: 16px;
	width: 13px;
	margin-top: 42px;
}

#cover_leftPageLeft {
	height: 421px;
}

#cover_leftPageBottom {
	height: 72px;
}

#cover_leftPageBottomShadow {
	float: right;
	display: block;
	background: url(../i/book_front_left_bottom.png) no-repeat top right;
	behavior: url(js/iepngfix.htc);	
	height: 17px;
	width: 13px;
	margin-bottom: 55px;
}

#cover_leftPageContainer {
	height: 421px;
	vertical-align: top;
}

#cover_leftPageContainerShadow {
	float: right;
	display: block;
	background: url(../i/book_front_left_left.png) no-repeat right;
	behavior: url(js/iepngfix.htc);
	height: 421px;
	width: 14px;
}

#cover_leftPageContent {
	text-align: center;
	padding: 20px;
	height: 381px;
	overflow: auto;
	display: block;
	font-size: 1.1em;
	line-height: 18px;
}



#leftPageEmbed {
	position: absolute;
	display: block;
	margin-top: -3px;
	margin-left: -22px;
}

#rightPageContainer {
	background: url(../i/book_right_page.jpg) no-repeat;
	height: 439px;
	vertical-align: top;
}

#rightPageContent {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	padding: 40px;
	height: 359px;
	overflow: hidden;
}

#rightPageTop {
	text-align: right;
	background: url(../i/book_right_top.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	height: 28px;
}

#rightPageRight {
	background: url(../i/book_right_right.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	height: 439px;
}

#rightPageBottom {
	text-align: right;
	background: url(../i/book_right_bottom.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	height: 31px;
}

#cover_rightPageTop {
	text-align: right;
	padding-top: 30px;
}

#cover_rightPageTopShadow {
	background: url(../i/book_front_cover_top.png) no-repeat; 
	behavior: url(js/iepngfix.htc); 
	height: 28px;
}

#cover_rightPageContainer {
	background: url(../i/book_front_cover.jpg) no-repeat; 
	height: 421px;
	vertical-align: bottom;
	text-align: right;
}

#cover_rightPageRight {
	background: url(../i/book_front_cover_right.png);
	behavior: url(js/iepngfix.htc);
}

#cover_rightPageBottom {
	text-align: right; 
	background: url(../i/book_front_cover_bottom.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	height: 72px;
}

#rightPageEmbed {
	position: absolute;
	display: block;
	margin-top: -3px;
	margin-left: 0px;
}

#nextPage {
  	cursor: pointer;
}

#previousPage {
  	cursor: pointer;
}

#content {
	position:absolute; 
	z-index:1;
	width: 100%;
	margin-top: 10%;
}

#newsDate, #pressDate, #issueNumber {
	font-style: italic;
	height: 20px;
	color: #999;
	font-size: 11px;
	text-align: right;
}

#newsTitle, #pressTitle, #issueTitle {
	font-size: 11px;
	text-align: left;
}

img#newsImage {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 3px double #999;
}

img#issueImage {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 3px double #999;
}

#termTitle {
	height: 20px;
	font-size: 11px;
	text-align: center;
}

#navigation {
	margin-top: 20px; 
}

#previousPage, #nextPage {
	margin-bottom: 40px;
}

#pages {
	width: 699px;
	overflow: auto;
	height: 120px;
}







/************************************* 
	FOOTER STYLES
*************************************/

#mf:hover {
	color: #00FF00;
}

#footer {
	text-align: center;
	font-size: 0.8em;
}
