

body {background: white; color: black;} 
 div#header { position: fixed; top: 0; bottom: 110pt; left: 0; right: 80%; 
						background: silver;  color: blue; 
						border-style: outset; border-width: medium;
						}
						
div#LeftSidebar { position: fixed; top: 45pt; bottom: 0; left: 0; right: 80%; 
									background: blue;  color: white;
									background-image: URL(Images/cdbkgnd.jpg); background-repeat: repeat;
									border-style: outset; border-width: medium;
									padding: 1%; overflow: scroll;}
															
div#main { position: absolute; top: 0; bottom: 0; left: 20%; right: 0;
					 background-image: URL(Images/dp-bkgd.jpg); background-repeat: repeat;
					 backgroud: white; color: Indigo;
					 font-family: serif; font-size: larger;
					 padding: 1%; overflow: scroll;		
					 }  /* used by FAQ-index */
					 
div#alternate { 
					 background-image: URL(Images/BackGrnd1.jpg); background-repeat: repeat;
					 backgroud: white; color: Indigo;
					 font-family: serif; font-size: larger;
					 padding: 5%; 		
					 }  /* used by Register */
					 
					 					
h3 { color: #228B22; }  /* Saddle Brown #8B4513; not used/
.question { font-weight: bold; font-style: italic;} /* "opening questions"  */
.sign { background-color: #F5DEB3; } /* Wheat "signatures" */ 

p.two { font-family: sans-serif; color: #228B22; font-weight: bold; } /*  Arial for example "Debateable topics" font-size: smaller  */
p.three { font-size: large; color: #228B22; font-weight: bold; } /* Forest Green "Topic headings" */
