	/*html{
		height:100%;
	}
	body{	
		height:100%;
		margin:0px;
		padding:0px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	.ad{
		margin-top:120px;
	}
	h1{
		font-size:0.9em;
	}

	a{
		color:red;
	}*/
	/* Entire pane */
	
	#dhtmlgoodies_xpPane{
		/* background-color:#6A7EBE;*/
		float:left;
		height:1200px;
		width:150px;
		margin-top:0px;
		margin-left:0px;
	}
	#dhtmlgoodies_xpPane a:link {
	color: #ffffff;
	text-decoration: none;
	}
	#dhtmlgoodies_xpPane a:visited {
	text-decoration: none;
	color: #ffffff;
	}
	#dhtmlgoodies_xpPane a:hover {
	text-decoration: underline;
	color: #76297E;
	}
	#dhtmlgoodies_xpPane a:active {
	text-decoration: none;
	color: #76297E;
	}
	#dhtmlgoodies_xpPane .no_submenu{
		font-size:12px;
		margin-left:0px;
		margin-right:10px;
		margin-top:8px;
		padding-bottom:8px;
		color:#FFFFFF;
		font-weight:bold;
		border-bottom:1px solid #aad6f2;	
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel{
		margin-left:0px;
		margin-right:10px;
		margin-top:8px;
		padding-bottom:8px;
		border-bottom:1px solid #aad6f2;	
	}
	#dhtmlgoodies_xpPane .panelContent{
		font-size:12px;
		/*background-color:#6A7EBE;
		background-image: url(../pages/images/bg_pane_right.gif);
		background-position:top right;
		background-repeat:repeat-y;*/
		color:#FFFFFF;
		/*font-weight:bold;*/
		/*border-left:1px solid #FFF;*/
		/*border-bottom:1px solid #aad6f2;	 */
		padding-left:20px;
		padding-right:2px;	
		overflow:hidden;
		position:relative;
		clear:both;
	}
	#dhtmlgoodies_xpPane .panelContent div{
		position:relative;
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar{
		/* background-image: url(../pages/images/bg_panel_top_right.gif); 
		background-repeat:no-repeat;
		background-position:top right;*/
		height:25px;
		padding-right:5px;
		cursor:pointer;
		overflow:hidden;
	
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar span{
		line-height:25px;
		vertical-align:middle;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
		font-weight:bold;
		float:left;
		padding-left:5px;
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar img{
		float:left;
		cursor:pointer;
	}
	#otherContent{	/* Normal text content */
		float:left;	/* Firefox - to avoid blank white space above panel */
		padding-left:10px;	/* A little space at the left */
	}
	
