body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	background-color: #001a0a;
	}
#contentbodyidx {
	font-size: 11px;
}
h1 {
	font-size: 16px;
	margin: 0 0 4px 0;
}
#contentbodyidx h1 {
	color: #ffff00;}
h2 {
	font-size: 14px;
	margin: 0 0 4px 0;
}
h3 {
	font-size: 12px;
	margin: 0 0 4px 0;
}
p {
	margin: 0 0 10px 0;
}
.imageleft {
	padding: 0 10px 0 0;
}
.imageright {
	padding: 0 0 0 10px;
}
#copyright {
	color: #7f8f19;
	font-size: 10px;}
#copyright a {	
	color: #7f8f19;
	text-decoration: underline;
}
#copyright a:hover {
	text-decoration: none;
}
/* to force image sizing on content pages */
#bodycontent #rightcol #content p img {
	width: 165px;
	height: auto;
}

/* style donation button */

#idxbuttons input#donatebutton {
	width: 199px;
	height: 23px;
	border: none;
	cursor: pointer;}
#idxbuttons input.donate {
	background: url(../../../images/buttons/donate.jpg) no-repeat;
	}	
#idxbuttons input.donateon {
	background: url(../../../images/buttons/donateon.jpg) no-repeat;
	}
#buttonscontent input#donatebutton {
	width: 141px;
	height: 21px;
	border: none;
	cursor: pointer;
	}
#buttonscontent input.donate {
	background: url(../../../images/buttons/cdonate.jpg) no-repeat;
	}	
#buttonscontent input.donateon {
	background: url(../../../images/buttons/cdonateon.jpg) no-repeat;
	}
/* size for quantity on product ordering page */
#orderquantity input {
	font-size: 11px;
}
