/******************************************************************************
	This is a template-specific layout stylesheet meant to override settings
	in /Templates/CSS/BaseLayout.css.

	No color information should be included here. That goes in the color
	style sheets, which are independent of templates.
******************************************************************************/

/***** NAVIGATION ELEMENTS *****/
/* 021 */
.LeftNavBar
{
	font-weight: bold;
	margin-top: 5px;
}

/* 022 */
.LeftNavBar a:link, .LeftNavBar a:visited
{
	display: block;
	padding: 5px 0px;
	border: solid 1px;
	text-align: center;
	text-decoration: none;
}

/* 023 */
.LeftNavBar a:hover
{
	
}