BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	margin: 0px;
	padding: 0px;
	height: 100%;
}



P{
	padding-left: 10px;
}

UL{
	margin: 1px 1px 1px 16px;
	padding: 0px;
	
}
LI{
	margin: 0px;
	padding: 0px;	
}

LI A{
	color: #555555;
}
LI A:Hover{
	color: black;
}

#contentHolder{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 100%;
	background:#f0f0f0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#helpFooter{
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

#helpHeader{
	background-color: #ffd700;
	text-align: left;
	color: #ebebeb;
	margin-bottom: 10px;
	border-bottom: 3px solid #545454;
}
#helpHeader A{
	color: #ebebeb;
	text-decoration: none;
}
#helpHeader A:Hover{
	color: #ffffff;
	text-decoration: underline;
}
#helpHeader .title{
	margin-left: 5px;
	background-image: url(../images/trkb_main/help24x24.png);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 27px;
	font-size: 16px;
	font-weight: bold;
	font-family:  Helvetica,Verdana, Geneva, Arial, sans-serif;
	color: white;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#helpMenu{
 	width: 240px;
	overflow-y: scroll;
	height: 100%;
	float: left;
}
#helpContent{
	overflow-y: scroll;
	height: 100%;
	left: 200px;
}

#helpFooter{
	font-size: 11px;
	background-color: #ffd700;
	text-align: center;
	color: #555555;
	background-image: url(/themes/bee2/images/help-footer-bg.gif);
	padding-top: 10px;
}

H1{
	background-color: #e2e2e2;
	color: #000000;
	padding: 3px;
}
H2{
	color: #000000;
	border-bottom: 3px double #ababab;
	padding: 3px;
}
H3{
	color: #003399;
	padding: 3px;
}
H4{
	color: black;
	padding: 3px;
	font-style: italic;
}