body {
	height: 100%;
	width: 100%;
	background: #000;
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	text-align: center;

}

a	{ text-decoration: none; outline: none;   }


p		{
	line-height:120%;
	font-size: 12pt;
}

#colleft   { width:125px; margin-top:10px; float:left; overflow:hidden; }

#colleft h1 {
	height:30px;
	color:#000;
	padding:10px 0 0 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

#colleft ul { margin-bottom:20px;}

#colleft ul li {
	border-bottom: 0px solid #000;
	margin:0 0 0 0px;
	padding:0 0 0px 0px;
}

#colleft #hidePanel { height:24px; padding:4px 0 0 42px;}

#colleft #hidePanel a{
	color:#000;
	font-weight: bold;
	background-color: #FC0;
}

#colleft #hidePanel a:hover{
	color:#FF9900;
}

#colleft, #showPanel {
	color:#FC0;
	position:fixed;
}

#showPanel {
	position:fixed;
	z-index:2;
	left:0;
	float:left;
	padding-top:40px;
	display:none;
	width:0px;
	height:100px;
	cursor:pointer;
}

#showPanel span{display:block; font-size:24px; height:30px; margin-top:20px; padding:10px 0 10px 10px; width:20px; background: #333;}

#colright {
	padding-top:10px;
	color:#1c1c1c;
	margin-left:150px;
	font-family: Arial, Helvetica, sans-serif;
}

