body 	{background-repeat:   repeat;
	background-position: center top;
	background-image: url(backdrop.jpg);
	color: white}
a	{ color: 00cc00; }
#header { background-repeat: no-repeat;
	background-position: left top;
	background-image: url("header.gif");
	background-color: white;
	color: 00AA00; 
	text-align: center;
	padding: .5em;
/*	border: 1px solid green; */}
#sidebar { 
	color: 00CC00;
	font-size: 1.5em;
	text-align:left;
	width: 8em;
	padding: .5em .25em;
	float:left;
	}
#sidebar p { padding: 0px;
	margin: 0px;}
#sidebar a { text-decoration: none; }
#sidebar a:hover { text-decoration: underline; }
#contentindex { background-repeat: no-repeat;
	background-position: right top;
	background-image: url(img_1192-crop2.jpg);
	background-color: 002200;
	height: 372px;
	border: 1px solid green;
	margin-left: 15%;
	margin-top: 1px;
	padding: 5px 5em 5px 5px;
	}
#contentindex p {
	margin-right: 312px;
	}
#content { 
	background-color: 002200;
	border: 1px solid green; 
	margin-left: 15%;
	margin-top: 1px;
	padding: 5px 5px 5px 5px;
	}
.faq	{
	margin: 1px 0;
	border: 1px solid white;
	padding: 0 5px;
	}
#copy { font-size: .5em;
	color: white;
	}
#copy a { color: bbffbb; }

#footer {
        margin-left: 15%;
        margin-top: 1px;
        }

