<style type="text/css">
<!--
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3D38; /*dark gray */ /*#3D3D3D; also dk grey but a bit lighter /*#484830; grey-greenish - a bit lighter...*/	/* #333333; light charcoal */	
	/* margin: 50px 0px; padding:0px; Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */	
	background-color: #cccc99;  /* soft gold-beige */	/*#BD9033; gold*/ 
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .8em;
}	
.smallhead {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 14px; font-style: italic; color: #4C0000}	
a:link {
	text-decoration: none;
	color: #724e10; /*copper*/
}
a:visited {
	text-decoration: none;
	color: #723200; /*nice dk copper*/ /*#892B05; a bit of orange in there */ 	/*#723406; /*#723a11; 	/*#724211; just a bit darker copper */ /*#322300; brown*/ /*#BD9033; gold*/ /*#80807f; silver*/
}
a:hover {
	color: #BD9033; /*#BD9033; gold*/ /*#41403b; /*a bit darker silver - but very close to body text color of charcoal; or use black? #000000; */
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#container {
	margin: 0px auto; /* Right and left margin widths set to "auto" to horizontally center container */
	text-align: center;  /*text-align:left would be to "Counteract to IE5/Win Hack" in body css, above */
	width: 800px;	
	background-color:#F5F4E3; /* off-white */	
}
#header {
	height: 85px;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #E6E5C8; /* was dddab1 - matches ArtPatHickman9.jpg, was E1DFCA - matches ArtBanner3.jpg, now E6E5C8 - matches ArtBanner5-opt.jpg */	
}
#header1 {
	height: 85px;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #E6E5C8; /* was dddab1 - matches ArtPatHickman9.jpg, was E1DFCA - matches ArtBanner3.jpg, now E6E5C8 - matches ArtBanner5-opt.jpg */	
}
#content {
	padding: 0px;
	width: 800px;
	text-align: left;				
	background-color: #F5F4E3; /* off-white */
}
#footer {
	padding: 10px;
	clear: both;
	height: 50px;
	background-color: #E6E5C8; /* was dddab1 - same as (or very similar to) header; now E6E5C8 */
}
#sidenav {
    border:0px;
    margin:0px;
    padding:0px;
    border-right:0px;

	height: 80px;
	width: 40px;
	text-align: left;			
	background-color: #F5F4E3;
	}
#menu { 
	  padding:20; 
	  margin:10; 
	  } 
#menu li { 
	  list-style-type:none; 
	  }	

.copyright{
	font-size: .8em;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

-->	
</style>