html {  background-color:#990033;
	background-image: none;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	font-family: Verdana, "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;

	color: navy; font-size:10pt; font-weight:normal;
	scrollbar-base-color:#FFB586; 
	scrollbar-track-color:#FFB586; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-face-color:#990033; 
	
      }

#main { background-color:white;
	background-image: url();
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: justify;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	font-size: 11pt; font-weight:normal; color: #990066;
      }

#watermark { background-color:white;
	background-image: url(/images/woman_at_well_watermark.jpg);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: justify;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	font-size: 11pt; font-weight:normal; color: #990066;
      }

/* attributes for menu links */
tr.menu_item { background-color:white;
	text-align: center;
	font-size: 10pt; font-weight:bold; color: #000000;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
      }
tr.menu_head { background-image: url();
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-align: center;
	font-size: 10pt; font-weight:bold; color: #ffffff;
      }
tr.menu_item A:link {color:navy; text-decoration: none;}
tr.menu_item A:active {color:navy; text-decoration: none;}
tr.menu_item A:visited {color:navy; text-decoration: none;}
tr.menu_item A:hover {color:#990033; text-decoration: none;}

h1    { font-size: 20pt; font-weight:bold; font-style:italic; color: navy;
	text-align: center;
      }
      
h2    { font-size: 14pt; font-weight:bold; font-style:italic; color: navy;
	text-align: center;
      }

h3    { font-size: 18pt; font-weight:bold; color: navy;
	text-align: center;
      }

h4    { font-size: 9pt; font-weight:normal; color: #990066;
	text-align: center;
      }

#highlight {text-align: left;
	font-size: 13pt; font-weight:bold; color: navy;
      }
      
A:link {color:navy; text-decoration: none;}
A:active {color:navy; text-decoration: none;}
A:visited {color:navy; text-decoration: none;}
A:hover {color:black; text-decoration: underline;}

p.footnote {text-align: center;
	font-size: 8pt; font-weight:normal; color: white;
	text-align: center;
      }
p.footnote A:link {color:#ffccff; text-decoration: none;}
p.footnote A:active {color:#ffccff; text-decoration: none;}
p.footnote A:visited {color:#ffccff; text-decoration: none;}
p.footnote A:hover {color:#ffccff; text-decoration: underline;}

