/* BASIC DECLARATIONS */
body   {
	margin: 0 }
p, td, ul, li     {
	color: #666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	text-align: left }
h1      {
	color: teal;
	font-size: 18px;
	line-height: 22px;
	text-align: left }
h2         {
	color: #6c8d13;
	font-size: 14px;
	line-height: 18px;
	text-align: left }
h3        {
	color: orange;
	font-size: 12px;
	line-height: 14px;
	text-align: left }
/* UNIQUE ITEMS */
#maincolumn   {
	background-color: #fcefe2;
	border-right: 2px dashed orange;
	border-left: 2px dashed orange }
/* HANDY CLASSES */
.herenav {
	color: white }
.margin10 {
	margin: 10px}
.photoborder {
	border: dashed 1px olive }
.photocredit  {
	font-size: 9px;
	font-style: italic;
	line-height: 11px }
.hide {
	display: none }
.fineprint {
	font-size: 9px;
	line-height: 11px;
	}
/* NAVIGATION TREATMENT */
td#navtop      {
	color: #797a32;
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 12px;
	background-image: url("wwwgfx/backgrounds/navtop.gif");
	vertical-align: middle;
	border-top: 2px dashed white;
	border-bottom: 2px dashed white }
td#navbot  {
	color: #a39679;
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 12px;
	background-image: url("wwwgfx/backgrounds/navbot.gif");
	vertical-align: middle;
	border-top: 2px dashed white;
	border-bottom: 2px dashed white  }
a:link  {
	color: #797a32;
	font-weight: bold;
	text-decoration: underline }
a:visited  {
	color: #797a32;
	text-decoration: none }
a:hover {
	color: white;
	background: #797a32 }
a:active {
	color: black;
	background: #797a32 }

#navtop a:link   {
	text-decoration: none }
#navbot a:link  {
	text-decoration: none }
