/* inner pages */
body {
	margin: 0;
	background-image: url(../images/page_elements/i-background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
div.book {
	max-width: 770px;
	width:expression(document.body.clientWidth > 770? "770px": "auto" ); 
	background-image: url(../images/page_elements/pageBG.jpg);
	background-repeat: no-repeat;
	/* IE code */
}
div.nav {
	text-align: center;
    font-family:"Times New Roman", Times, serif;
    font-size:16px;
	height: 111px;
	width: 770px;
    COLOR: #244F1D;
	}
div.content {
	text-align: left;
	margin: 0 10px 0 10px;
}	

a:link, a:visited { 
  font-family: Arial, Helvetica, sans-serif;
  color:#3C64D1; 
  text-decoration:underline;
}

a:hover, a:active { 
  font-family: Arial, Helvetica, sans-serif;
  color:#FF0000; 
  text-decoration:underline;
}

a.nav:link,a.nav:visited{
  color:#244F1D;
  text-decoration: none;
  font-family:"Times New Roman", Times, serif;
  font-size:16px;
  font-weight: bold;
  line-height: 120%;
}

a.nav:hover, a.nav:active{
  color:#FF0000;
  text-decoration: none;
  font-family:"Times New Roman", Times, serif;
  font-size:16px;
  font-weight: bold;
  line-height: 120%;  
}

/* PC then Mac fonts, web fonts first, then screen fonts, then printer fonts */
h1,h2,h3,h4,h5,h6{
  font-family: Arial, Helvetica, sans-serif;
}
/* PC then Mac fonts, web fonts first, then screen fonts, then printer fonts */
p, li, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:125%;
}	

a.footerlink:link, a.footerlink:visited{
color:#83B77C;
  font-size:11px;
  text-decoration:underline;
  font-family:verdana,arial,geneva,helvetica,sans-serif;
  font-weight: bold;
 }
a.footerlink:hover, a.footerlink:active{
  color:#AAAAAA;
  font-size:11px;
  text-decoration:none;
  font-weight: bold;  
  font-family:verdana,arial,geneva,helvetica,sans-serif;
 }
.footerinfo{
  background-image: url(../images/page_elements/bloopixel.gif);
  background-repeat: repeat;	
  color:#AAAAAA;
  font-size:11px;
  font-weight: normal;
  font-family:verdana,arial,geneva,helvetica,sans-serif;
 }
.red {color:#FF0000;}
.right { text-align:right;}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #006633;
}
