@charset "utf-8";

div{
	position: absolute;

}
//*.Questions{
	width: 600px;
}
.Links{
	left:610px;
	width: 400px;
	
}

#CurrentEvents {
	top: 10px;
	
}
#General {
	top: 75px;
}
#BiblicalGovernment {
	top: 250px
	}
#FormsofGovernment {
	top: 550px;
}
	
#USGovernment {
	top: 1250px;
}
	
#isms {
	top: 1875px;
}*/
.collapsible {
		padding-top: 5px;
		padding-bottom: 20px;
		padding-left: 50px;
		width:350px;
		font-family: serif;
		font-size: 16pt;
		font-weight: bold;
		color: black;
		background-color:#ccff99;
		border: solid;
		border-color: #0C690C;		
		border-width: 2pt;
		border-bottom-width: 3pt;
		text-align: center;
  cursor: pointer;
  width: 100%;
}

.active, .collapsible:hover {

		border-width: 4pt;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
