html, body {
	
}



p {
	padding: 5px 10px;
	color: #666;
}



#content {
	width: 220px;
	margin: 0 auto;
	float:center;
}

#wrap {
	width: 232px;
	overflow: hidden;
	background: #fff url("wrapbg.gif") repeat-y top left;
	float:center;
}

h3 {
	padding: 10px 0 11px 15px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	background: #efefef;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

h3.toggler a {
	color: #666;
	text-decoration: none;
	weight:bold;
	font-size: 14px;
}

h3.toggler a:hover {
	color: #4591AD;
	weight:bold;
	font-size: 14px;
}

div.accordion {
	background: #fff url("accordionbg.gif") repeat-x top left;
	
}

div.accordion ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}

div.accordion ul li {
	padding:  0;
}

div.accordion ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 20px;
	font-size: 80%;
}

div.accordion ul li a span {
	padding-bottom: 10px;
}

div.accordion ul li a img {
	border: 0;
	vertical-align: bottom;
	margin-right: 15px;
}

div.accordion ul li a:hover span {
	text-decoration: underline;	
}

#top_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}

#bottom_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}
	
.top_dark {
	background: url("top_dark.gif") no-repeat top left;
}

.top_light {
	background: url("top_light.gif") no-repeat top left;
}

.bottom_dark {
	background: url("bottom_dark.gif") no-repeat top left;
}

.bottom_light {
	background: url("bottom_light.gif") no-repeat top left;
}

.first {
	padding-top: 5px;
}

.last {
	padding-bottom: 5px;
}