/* Hub page content styles */#hubContentBox {margin: 0px;padding: 0px 0px 10px 0px;/*border: 1px dashed Red; /*Used to debug space and positioning problems */}/* page and section headings*/#hubContentBox h1 {margin: 0px 10px 10px 0px;padding: 0px;font-family: Arial, Verdana, sans-serif;font-size : 18px;font-weight : bold;color : #333;line-height : 24px;}#hubContentBox h2 {margin: 0px;padding: 0px;font-family: Arial, Verdana, sans-serif;font-size : 18px;font-weight : bold;color : #68823B;line-height : 24px;}#hubContentBox h3 {	background-color: #F7F7DE;	font-size: 11px;	line-height:14px;	font-weight: bold;	text-transform: uppercase;	text-indent: 5px;	padding: 2px 2px 0px 0px;	margin: 5px 10px 15px 0px; 	width: 425px; /* had to restrict the width of the section heads because of the right col*/	}/* Section Nav links */#sectionNav{	display: block;	float: left;	margin: 2px;	padding: 0px;	text-align: justify;	background-color: #688438;	color: #FFF;	border: 1px #693 solid;	width: 200px;	height: 18px;	line-height: 18px;	text-indent: 20px;}#sectionNav a {color: #333;text-decoration: none;background-color: #D6DEA5;text-align: justify;display: block;line-height: 18px;}#sectionNav a:hover {background-color: #688438;color: #FFF;}
