@charset "utf-8";
/* CSS Document */
.accordfont {
	margin: 0;
	padding: 0;
	font-family:"Lucida Sans", Helvetica, sans-serif; 
	font-size:12px;
	line-height: 16px;
}
a {
	text-decoration: none;
	border: none;
	color: #eaeda1;
}
a:hover {
	color: #feffdf;
	text-decoration: none;
}
img {
	border: none;
}
.arrow {
	position: absolute;
	left: 8px;
	top: 8px;
}
#container {
	border: 1px solid #999;
	float:left;
	}
.block {
	position: relative;
	border:1px solid #CCCCCC;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	margin:1px;
	float:left;
	width:945px;
	}
h1 {
	background: url('../images/inactiveheader.png') repeat-x;
	font-weight: bold;
	padding:0px 0px 0px 20px;
	color: #000000;
	font-size: 13px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	}
h2 {
	font-size:24px; 
	margin:0px; 
	padding:0px; 
	color:#990000;
}
p {
	padding: 5px;
	}
h1.active {
	background: url('../images/activeheader.png') repeat-x;
	color: #ffffff;
	}
h1:hover {
	background: url('../images/activeheader.png') repeat-x;
	color: #ffffff;
	}
.contentFaq{
	padding:5px;		
	margin:1px;	
}
.contentWidth{
	float:left;
	width:840px;
}
.leftBorder{
border-left:1px solid #cccccc;
float:right;
}
