a {
	color:#990000;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#333333;
	background:#666666 url("images/pagefade.jpg") repeat-x center top;
	margin:0 0 1em 0;
	padding:0;
	}
htm {
	margin:0;
	padding:0;
	}
div {
	margin:0;
	padding:0;
	border:0;
	}
	
	/*	Use h1 for page headers */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:#990000;
	margin:10px 15px 15px 0;
	padding:0;
	line-height:normal;
	}
	
	/*	Use h2 for page subheaders */
h2 {
	font-size:1.3em;
	font-weight:bold;
	color:#990000;
	/*  color:#000099; a dark blue */
	margin-left:15px;
	}
	
	/*	Use h3 for page sub-subheaders */
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#990000;
	font-weight:bold;
	margin:0 0 0 30px;
	}
h4 {
	font-size:14px;
	color:#FFFFFF;
	margin:10px 0 0 0;
	padding:0;
	}
h5 {
	font-size:95%;
	margin:-40px 0 20px 40px;
	text-indent: 0px;
	}
	
	/*	h6 properties can change; use h6 as temporary header for text emphasis */
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	/*font-style:italic; */
	margin:0 0 20px 40px;
	}
img {
	border:none;
	margin:1em;
	}
p 	{
	margin:0 0 20px 40px;
	}
#contact {
	font-size:1em;
	margin:1em auto 0 auto;
	border:2px groove #999999;
	padding:1em;
	}
#contact td {
	padding:.2em;
	}
#content {
	width:585px;
	float:right;
	padding:0 30px 0 0;
	line-height:1.4em;
	}
#content ul {
	margin:1em 0 1em 2em;
	padding:0 0 0 1em;
	list-style-type:none;
	border-left:1px dashed #cccccc;
	}
#content ul li {
	margin:0 0 1em 0;
	padding:0;
	}

#donate {
	position:absolute;
	right:15px;
	bottom:0;
	width:150px;
	background:url("images/donate_dn.jpg") no-repeat center bottom;
	background-image: url(images/donate_dn.jpg);
	background-color: #FFFFFF;
	}
#donate a {
	display:block;
	width:150px;
	height:49px;
	text-indent:-9000px;
	background:url("images/donate.jpg") no-repeat center bottom;
	} 
#donate a:hover, #donate a:focus {
	text-decoration:none;
	background:url("images/donate_dn.jpg") no-repeat center bottom;
	}
#donate b {
	display:block;
	width:75px;
	height:25px;
	text-indent:-9000px;
	background:url("images/donatesmall.jpg") no-repeat center bottom;
	} 
#donate b:hover, #donate a:focus {
	text-decoration:none;
	background:url("images/donatesmall.jpg") no-repeat center bottom;
	}
#footer {
	background:url("images/footer.jpg") no-repeat center bottom;
	height:50px;
	margin:2em 0 0 0;
	padding:25px 0 0 150px;
	clear:both;
	text-align:center;
	color:#666666;
	font-size:.8em;
	}
#header {
	height:175px;
	/*	image was"images/header.jpg" */
	position:relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;		/*	image was"images/header.jpg" */
	}
#header a#home {
	width:291px;
	height:100px;
	position:absolute;
	left:25px;
	top:25px;
	text-indent:-9000px;
	}
#header a#home:hover {
	text-decoration:none;
	}
#header ul {
	margin:0;
	padding:0;
	position:absolute;
	bottom:30px;
	left:25px;
	display:inline;
	}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0 1em;
	border-right:1px solid #ffffff;
	}
#header ul li a {
	width:auto;
	color:#333333;
	text-decoration:none;
	padding:0;
	display:inline;
	}
#header ul li a:hover {
	text-decoration:underline;
	}
#leftbar {
	width:125px;
	margin:0 0 0 25px;
	padding:0 0 0 5px;
	border-left:1px solid #cccccc;
	}
#leftbar ul {
	margin:5px;
	list-style:none;
	padding:0;
	}
#leftbar ul li {
	padding:0 0 3px 0;
	margin:0;
	}
#leftbar ul li a {
	color:#e5e5e5;
	text-decoration:none;
	}
#leftbar ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
#wrapper {
	width:800px;
	margin:0 auto;
	background:url("images/page.jpg") repeat-y center top;
	position:relative;
	background-image: url(images/page.jpg);
	}

p.centered {
	text-align:center;
	}
.copyright {
	text-align:center;
	color:#ffffff;
	margin:0 0 1em 150px;
	font-size:.8em;
	display:block;
	}
.copyright a {
	color:#ffffff;
	}
.data {
	margin:1em 0;
	}
.data h2 {
	font-size:1.2em;
	font-weight:bold;
	}
.data ol {
	margin:0 0 0 2em;
	padding:0;
	}
.data td {
	font-size:.85em;
	line-height:1.2em;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #999999;
	padding:.4em;
	}
.data th {
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	background:#cccccc;
	}
.fence right {
	padding:0 1em;
	border-right:1px dashed #cccccc;
	margin:0 1em;
	}
.right {
	text-align:right;
	}

/*	Using 'class="alignright"' on an image will align the image to the right.
	And using 'class="centered"' will center the image. */
	
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
img.alignright {
	display:inline;
	}

img.alignleft {
	display:inline;
	}

.alignright {
	float:right;
	}
	
.alignleft {
	float:left
	}
	
/* End Image Treatment */
