/*************************************************************/
/* CSS ADDITIONS: 
/* Quick place for CSS before moving into Master CSS in Git. 
/*************************************************************/
 div#sideContent {
	 word-break: break-word;
}
 ul.anchorlinks {
	 list-style: none;
	 text-align: center;
	 margin-left: auto;
	 margin-right: auto;
}
 ul.anchorlinks li:before {
	 content: " | ";
}
 ul.anchorlinks li:first-child:before {
	 content: "";
}
 ul.anchorlinks li {
	 display: inline;
	 padding-left: 0;
}
 