body {
  font-family: "Times New Roman", Times, serif;
  font-size : 12pt;
  line-height: 16px;
  background-image: url(../images/background.gif);
  background-color: FFF9E6;
  color: #000000;}
  
 div#content p table tr td {    
  font-family: "Times New Roman", Times, serif;
  font-size : 12pt;
  line-height: 16px;}
  
 a:link { color: #CC0000; text-decoration: none;}
 a:visited { color: #CC0066;text-decoration: none;}
 a:active { color: #660000; text-decoration: none;}
 a:hover {text-decoration:underline;}

/* main content area styles */
div#content { 
	margin-left: 160px;}

/* main navigation section styles - left column*/	
div#navMain { 
	position: absolute;
	top: 10px;
	width: 150px;
	font: bold 18px "Times New Roman", Times, serif;}

/* link color for main navigation section */
div#navMain a:link { color: white; text-decoration: none;}
div#navMain a:visited { color: white;text-decoration: none;}
div#navMain a:active { color: #FF9D9D; text-decoration: none;}
div#navMain a:hover {color: #FFFF99; text-decoration: none;}

/* link color for current page */
div#navMain a#hereMain  { color: #655421; text-decoration: none;}

div#navMain ul {  
   margin: 0; 
	padding: 0; 
	width: 100%; 
	voice-family: "\"}\""; voice-family: inherit; /* box model hack for IE */
	width: 150px;}

div#navMain li { 
	position: relative;
	list-style: none;
	margin-left: 0; }
	
div#navMain li a { 
	display: block; 	
	padding: 7px 2px; 
	text-decoration: none; 
	width: 100%; 
	voice-family: "\"}\""; voice-family: inherit; /* box model hack for IE */
	width: 150px; /* width = 18em - left padding (0.5em) - border-right and border-left */ 
	}
div#navMain>ul a { 
	width: auto;  }
	
/* end-bottom navigation styles */
div#navEnd { 
	text-align: center;
	font: normal 13px "Times New Roman", Times, serif;
	padding-bottom: 8px;
	border-bottom: 5px solid #56000C;
}
div#navEnd ul {  
   margin: 0; 
	padding: 0; 
	}
div#navEnd li { 
	list-style: none; 
	display: inline;
	padding: 7px 2px;
	 }	
/* link color for current page */
div#navEnd a#hereEnd  { color: #999999; text-decoration: none;} 

div#copyright { font: normal 10px Arial, Helvetica, sans-serif; padding: 10px 0; }