body {
	text-align: left; 
	background-color:#FFFFEB;
	font-family:verdana, Arial, Helvetica, sans-serif; 
	font-size:14px;
	color:#400040;
	line-height:125%;
}

  	   
a.purple:link {color:#400040; text-decoration: none }
a.purple:active { color: #400040; text-decoration: none }
a.purple:visited { color: #400040; text-decoration: none }
a.purple:hover { color: #400040; text-decoration: underline}

a.w:link {color:#FFFFFF; text-decoration: none }
a.w:active { color: #FFFFFF; text-decoration: none }
a.w:visited { color: #FFFFFF; text-decoration: none }
a.w:hover { color: #400040; text-decoration: none}
	   
a:link {color:#999999; text-decoration: none }
a:active { color: #999999; text-decoration: none }
a:visited { color: #999999; text-decoration: none }
a:hover { color: #999999; text-decoration: none}
	   	   
 

#container {
	width:950px;
	height: 600px;
	margin:0 auto;
	text-align:left;
	position: relative;
	z-index: 0;
}	 
 	
 
	#banner {
	position: absolute;
	left: 0px;
	top:1px;
	z-index: 0;
	}
 	#links {
	position: absolute;
	left: 0px;
	top:137px;
	background-color:#736FFF;
	font-size:14px;
	font-weight:bold;
	z-index:1;
	height: 30px;
	width: 761px;
	}
	
	 	#background {
	position: absolute;
	left: 0px;
	top:137px;
 
	z-index: 0;
 
	}
	
	
		#pagetext {
	position: absolute;
	left: 63px;
	top:189px;
	width: 638px;
	font-size:12px;
	color:#333333;
	text-align:justify;
	z-index: 1;
	}
	
				#list {
	position: absolute;
	left: 278px;
	top:466px;
	z-index: 1;
	}
			#ukwda {
	position: absolute;
	left: 654px;
	top:466px;
	z-index: 1;
	}
				#checked {
	position: absolute;
	left: 686px;
	top:466px;
	z-index: 1;
	}
	
				#teddnet {
	position: absolute;
	left: 1px;
	top:466px;
	z-index: 1;
	}
	

/*   stuff for collapsing questions */  
#content {
	width: 420px;
	padding: 15px 20px 25px 15px;
	float: right;
	color:#0066CC;
	padding-left: 20px;
	font-weight:100;
}


#content a.question {
	text-decoration: none;
	color: #0066CC;
}

#content a.question:visited {
	text-decoration: none;
	color: #0066CC;
}

#content a.question:hover {
	text-decoration: none;
}
 

.question {
 
 
}
.first {
	clear: right;
	border-top-color: #fff;
}
 
.more {
	margin-top: 0;
	text-align: left;
}
/* End questions */
 
/* JavaScript only CSS */
.content {
	display: none;
	color:#0066CC;
	padding-left: 20px;
		font-weight:100;
}

/* JavaScript only CSS */
.question .more a {
	padding-left: 20px;
 
}
.question .more a.open {
	padding-left: 20px;
 
}
 
 
