iframe
	{
	float: left;
	width: 170px;
	height: 480px;
	scroll: no;
	border: 0px solid white;
	clear: none;
	}

#leftnavbar
	{
	width: 125px;
	margin-top: 50px;
	margin-bottom: 75px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	float: left;
	list-style: none;
	}


#leftnavbar ul
	
	{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	list-style: none;
	}

#leftnavbar li
	{
	border: 0px solid white;
	width: 140px;
	height: 17px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: none;
	}

#leftnavbar li a
	{
	width: 90px;
	height: 17px;
	margin-left: 1px;
	text-decoration: none;
	color: white;
	font-weight: none;
	font-size: 9pt;
	list-style: none;
	}

#leftnavbar li a:hover
	{
	color: #00ff00;
	}
