/* inner pages */
body {
  margin: 0;
  background: url(../graphics/background.gif) repeat-y center;

/* NAVIGATION STYLES */
}
div.nav {
	color:#000000;
	background-color: #ddd2bc;
	text-align: center;
	font-size: 13px;
    line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
	width: 770px;
	padding:0;
	margin: 0;
}

a.nav:link,a.nav:visited{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  line-height: 120%;
  color: #5C2731;  
}

a.nav:hover, a.nav:active{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  line-height: 120%;
  color:#a89878;

}

a.navmls:link,a.navmls:visited{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-style: italic;
  line-height: 120%;
  color: #116220;  
}

a.navmls:hover, a.navmls:active{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  line-height: 120%;
  color:#a89878;

}


a:link { 
  font-family: "Times New Roman", Times, serif;
  color:#5C2731; 
  text-decoration:underline;
}
a:visited { 
  font-family: "Times New Roman", Times, serif;
  color:#5C2731; 
  text-decoration:underline;
}
a:hover, a:active { 
  font-family: "Times New Roman", Times, serif;
  color:#5C2731; 
  text-decoration:none;
}


/* PC then Mac fonts, web fonts first, then screen fonts, then printer fonts */
h1,h2,h3,h4,h5,h6{
  font-family:"Times New Roman", Times, serif;
  color: #000000;
  text-transform: uppercase;
}
h1, h2, h3 { font-size: 18px;}
h2 {font-style: italic; }

/* PC then Mac fonts, web fonts first, then screen fonts, then printer fonts */
p, li, td {
/*  font-family: Arial, Helvetica, sans-serif; */
  font-family: Times, "Times New Roman", serif;
  font-size:14px;
}	

blockquote
{
	text-indent: 30px;
	color: #958971;
	border-top: #958971 2px solid;
	border-bottom: #958971 2px solid;	
	background: url(../pix/quote.gif) top left no-repeat;
	padding: 10px;
	margin:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 200px;
}

.alignleft{float:left;}
.alignright{float:right;}

.book {
	max-width: 770px;
	background-color: white;
	width:expression(document.body.clientWidth > 770? "770px": "auto" ); 
	/* IE code */
}

.content {
  background-color:#FFFFFF;
  text-align: left;
  margin: 0 10px 0 10px;
}
a.footerlink:link, a.footerlink:visited{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
 }
a.footerlink:hover, a.footerlink:active{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
 }
.footerinfo{
  background-color:#F8ECD4;
  color:#666666;
  font-size:11px;
  font-weight: normal;
  font-family:Arial, Helvetica, sans-serif;
  margin: 40px 0 0 0;
  padding: 0 0 50px 0;
 }
 
 .red {color:#FF0000;}
 
 .thedate {
	color:#5C2731;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding: 15px;
	text-transform: uppercase;	
	padding:0;
	margin:5px;
 }

