body{
	text-align: left;
	font: 12px/1.4em Arial, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial;
	font-size: 13em;
	line-height: 1.4em;
	color: #edf0f3;
}
h1{
	font-size: 2.2em;
	color: #4375b3;
}
h2{
	font-size: 2em;
	color: #4375b3;
}
h3{
	font-size: 13px;
	color: #4375b3;
}
h4{
	font-size: 1.4em;
	color: #4375b3;
}
p{ font-size: 1.1em; }

a, a:visited {
	outline: invert;
	text-decoration: none;
}
a img, img a {border: none; text-decoration: none;}
a:hover {
	text-decoration: none;
}

ul.simple, ul.simple li{
	list-style:  none outside;
	padding: 0;
}
ul.simple li p, ul.simple li h4{ /*padding: 5px 20px; */ }

/* =layout
-------------------------------------------*/
#container {
	width: 550px;
	text-align: left;
	color: #CDCDCD;
	margin: 0;
	padding: 0;
}
	#header {
	padding: 2px;
	border-bottom: 1px solid #2A2F34;
	width: 550px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	#container h3 {
	width: 500px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin: 5px 0;
	position: relative;
	cursor: pointer;
	background-position: left top;
	background-color: #edf0f3;
}
	#container h3 a{
	text-decoration: none;
	color: #4375b3;
}	
	#container h3 span { position: absolute; top: 0; right: 25px;  font-size: 0.8em; color: #4375b3; font-weight: bold;}
	
	/*#container h2{padding: 5px;  }*/
	div.heading {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div.collapse{
	width: 550px;
	margin: 5px 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
}	
div.collapse-container{
	width: 550px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
