/* Sidebar */.ghostwriter	{		color:#435E93; font-size:2px; display:none;	}/* Navigation links used on sidebar*/a.sidenav	{			color:white; font-family:Century Gothic; font-size:14px; text-decoration:none;	}		/* Hover style rollover for sidebar navigation links*/	a.sidenav:hover	{		color:white; font-family:Century Gothic; font-size:14px; text-decoration:underline;	}/* White space at top of sidebar */	td.topspace	{		background-color:white; width:100%; height:20px; border-right:1px solid white;	}		/* Section headings for sidebar */	td.sideheader	{		background-color:#003366; height:25px; vertical-align:middle; width:190px; font-family:Century Gothic; color:white; font-size:14px; padding-left:10px;	}	/* Cells containing navigation links on sidebar*/td.sidebar	{		background-color:#435E93; width:190px; height:30px; vertical-align:middle;	}/* Thin, dark green dividing lines between sidebar options*/td.sidedivide	{		background-color:#003366; width:190px; height:1px; 	}/* Light green space between last link in a sidebar section and next section header */	td.sidespace	{		background-color:#435E93; width:190px; height:30px;	}		/* Light green space at bottom of sidebar */	td.lastspace	{		background-color:#435E93; width:190px;	}/* End Sidebar */