* { border: 0px; margin: 0px; padding: 0px; }
body {
	background-color: #6ABD00;
	color: #FFFFEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
strong {
	color: #520771; }
a {
	color: #520771; text-decoration: underline;	}
a:hover {
	text-decoration: none;}

div#titlebar {
	height: 116px;
	background-color: #FFFFFF;
	background-image:  url("images/junipermoon.gif");
	background-repeat: no-repeat;
	background-position: 4px 4px; }
div#titlebar h1, div#titlebar h2 {
	display: none;
	background-position: 4px 20px; }

#navbar {
	width: 13em;
	position: absolute;
	left: 20px;
	top: 190px; }
#navbar ul { list-style-type: none; }
#navbar ul li {
	height: 40px;
	padding-bottom: 1.3em; }
#navbar ul li a {
	display: block;
	text-decoration: none;
	color: #520771;
	background-image:  url(images/greenberries.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 15px;
	height: 40px;
	font-size: 1.3em;
	background-position: left center;
}
#navbar ul li a:this {
	color: #FFFFEE;
	background-image: url("images/whiteberries.gif"); }
#navbar ul li a:hover {
	color: #FFFFEE;
	background-image: url("images/whiteberries.gif"); 
	text-decoration: underline; }

/* to create the curve in the navbar links */
/*
#navbar a#home    { margin-left: 13px;}
#navbar a#qa      { margin-left: 0px;}
#navbar a#bios    { margin-left: 40px;}
#navbar a#contact { margin-left: 8px; }
*/
div#content {
	position: absolute;
	top: 160px;
	left: 344px; 
	width: 24em;
	font-size: 0.9em;
	line-height: 1.4em; }
div#content h1 { padding-bottom: .5em;}
div#content h2 {
	font-size: 1.2em;
	margin: .5em 0 0 0;
}
.qa {
	left: 245px;
	width: 400px; }
div#content p {
	margin-bottom: 1em; }
	/* i changed div#content.qa to just .qa because 
	   it is possible that it may be looking for div.qa#content...
	 */
.qa ul { margin-top: 1em; 
		width: 250px;}
.qa ul li { 
	list-style-type: square; 
	padding-bottom: .8em; } 
.qa ul li a { 
	display: block;
	text-decoration: none; 
	color: #FFFFEE; }
.qa ul li a span { 	display:none;  }
.qa ul li a:hover {  color: #520771;	}
.qa ul li a:hover span,
.qa ul li a:active span  { 	
	text-decoration: none;
	color: #520771;
	display: block;
	background-color: #FFFFEE;
	position: absolute;
	top: 2em;
	left: 280px; 
	float: right;
	width: 20em;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 1em;
	border: solid 1px #520771; }
.qa ul li a span ul {	margin: 0; padding-left: 1.5em; }
.qa ul li a span ul li { line-height: 1em; padding: .2em; 	} 	
div#credits {
	width: 100%;
	border-top: solid 1px #520771;
	color: #520771;
	vertical-align: middle;
	clear: both;
	bottom: 0px;
	position: absolute;
	margin-top: 420px;
}
div#credits span { 
	margin: .5em 1em;
	letter-spacing: 0.2em;
	font-size: .8em;
	}
div#credits span#tsang { float: left; }
div#credits span#vidanda { float: right; margin: .5em 1em;}
div#credits a {
	color: #FFFFEE;
}
div#credits a:hover {text-decoration: none; 	
}
