#container {
	margin: 20px auto 0 auto;
	width: 140px;
}

#top_container {
	width: 140px;
	height: 20px;
	margin: 10px auto 10px auto;
}

#bottom_container {
	clear: both;
	width: 140px;
}

h1 {
	color: #96BF55;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	text-align: left;
}

h1 span {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 5px 5px 0;
	text-align: left;
}

.description {
	font-size: 12px;
	line-height: 18px;
	color: #ffffbe;
	padding: 5px 0 15px 0;
}	

.footer {
	margin: 20px 0 0 0;	
	text-align: left;
	font-size: 10px;
}

pre {
  	font-size: 11px;
  	padding: 10px;
  	background: #000000;
  	overflow: auto;
	margin: 10px 0 10px 0;
}

code {
  	color: #ffffff;
  	background: #000000;
  	font-family: Monaco, Courier, monotype;
}
	
/*
	Vertical Accordions
*/

.accordion_toggle {
	display: block;
	height: 21px;
	width: 140px;
	background: #d8d8d8;
	padding: 0 5 0 5;
	line-height: 21px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	border-bottom: 1px solid #222222;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	display: block;
	height: 21px;
	width: 140px;
	background: #eaeaea;
	padding: 0 5 0 5;
	line-height: 21px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	border-bottom: 1px solid Maroon;
	margin: 0 0 0 0;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	padding-left:10;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

