ul.topics {
	list-style-image:url("Images/plus.gif");
}

li.topic-selected {
	list-style-image:url("Images/minus.gif");
}

li.topic ul {
	list-style:none;
	display:none;
}

li.topic-selected ul {
	display:block;
	list-style-image:none!important;
	list-style-type:none!important;

	
}

#container {
	width:730px;	
	margin:auto;
	text-align: left;
	margin-bottom: 20px;
}

#mainHelp {
	margin:auto;
	position:relative;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}

#helpTree {
	clear:left;
	float:left;
	width:180px;
	overflow:auto;
	padding: 10px;
	border: 1px solid #999999;
	text-transform: uppercase;
}

#helpTree ul {

	list-style-position:outside;
}

.topics
{
	margin-left: 10px;
	padding-left: 10px;
}
.topics li 
{
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

.subtopics li
{
	margin-bottom:0px;
	font-size: 10px;
}
.subtopics li a
{
	color: #666666!important;
}

.subtopics
{
	padding-left: 0px;
	margin-left: 0px;
	font-size: .9em;
}

#helpText {
	width:100%;	
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	line-height: 1.5em;
}

html {
	font-size:12px!important;
	font-family:Helvetica, Arial, sans-serif;
}

body
{
	text-align: center;
}

h1 {
	font-size:16px;
	text-transform: uppercase;
	margin: 0px;
	font-weight: bold;
}

h2 
{
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

h3
{
	font-weight: bold;
	font-size: 12px;
}

#topTen
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: decimal inside;
}

#helpHeader
{
	margin-top: 20px;
	background-color: #c7e1b0;
	width: 100%;
	line-height: normal;
	padding: 8px 0px;
}

#helpHeader h1
{
	margin-left: 10px;
	margin-bottom: 0px;
}

#subHeader
{
	margin-left: 10px;
}

a {color: Black;}