h3 {
	font: bold 105% verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(/images/arrow_toggle_down.gif) no-repeat 5px 6px;
	}
#content p {
	margin: 10px 0;
	}
#content ul {
	clear: left;
	padding-top: 2px;
	}
#content ul p {
	margin-left: 2em;
	margin-top: 20px;
	}
#content .singleSpace p {
	margin-top: 10px;
	}
#content img {
	float: right;
	margin-top: -10px;
	margin-right: 20px;
	}
.heading {
	cursor:pointer;
	margin: 5px -10px;
	background-color: #d1d1d1;
	border-bottom: 1px solid #999;	
	border-top: 1px solid #ebebeb;	
	}
.heading:hover {
	background: #c4c4c4;
	}
.current {
	background: #bfbfbf;
	}
.current h3 {
	background: url(/images/arrow_toggle_right.gif) no-repeat 5px 9px;
	}
#box > img.shadowLight {
	background: url(/images/shadowLight.png) no-repeat bottom right;
	}
#box button {
	float: left;
	margin: -10px 0 0 50%;
	*margin: -10px 0 -19px 40%;
	padding: 0 15px 5px 30px;
	*padding: 0 0 5px 20px;
	height: 30px;
	background: url(/images/button_bkgrd.jpg) no-repeat;
	font-size: 90%;
	color: #600;
	border: none;
	cursor:pointer;
	}
#box button:hover {
	background: url(/images/button_bkgrd.jpg) no-repeat 0 -30px;
	}
#box button.up {
	background: url(/images/button_bkgrd.jpg) no-repeat right 0;
	}
#box button.up:hover {
	background: url(/images/button_bkgrd.jpg) no-repeat right -30px;
	}
#box button::-moz-focus-inner {
	border: none;
	}
#box #accordian p {
	_margin-top: 5px;
	_margin-bottom: 0;
	_padding-bottom: 10px;
	}