/* Home Page main section styles */
	#central	
	{
		width: 100%;
	}

/* left nav for content page */	
	#leftNav
	{
	width: 140px;
	font-family: "trebuchet ms",verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 1em;
	position: relative;
	top: 0;
	float: left;
	}
	
	#leftNav h3
	{
	font-size: 11px;
	line-height: 15px;
	padding: 2px;
	margin: 0;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
	#leftNav ul
	{
	padding: 0;
	margin: 0;
	font-size: 11px;
	}
	
	#leftNav li
	{
	padding: 2px 2px 2px 6px;
	margin: 0;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	list-style-type: none;
	}

	#leftNav a img
	{
	border: none;
	}

	#leftNav a
	{
	text-decoration: none;
	}
	
	#leftNav li.select
	{
	background-color: #fff;
	}
	
	#leftNav img
	{
	padding: 5px;
	}
