/* Nav Style */
#sideNavbar{
	width: 210px;	/* Does not work in FireFox, just IE */
	/*	height: 600px;*/
	background-color: #cccccc;
	border-top: 1px dashed #999999;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px dashed #999999;
	position: relative;
	vertical-align: top;
}
.NavTitle{ /* Page Title Stlye*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px dashed #cccccc;
	text-decoration: none;
	/*padding: 5px 5px 5px 5px;*/
}
.NavText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

/* Miscellaneous Style */
#NavHortSpacer10{ /* Horizontal Spacer 10 pixels x 600 pixels */
	width: 10px;	/* Does not work in FireFox, just IE */
	height: 600px;
}
#NavVertspacer10{ /* Vertical Spacer 10 pixels*/
	/*width: 500px;	/* Does not work in FireFox, just IE */
	height: 10px;
}
#NavVertspacer5{ /* Vertical Space 5 pixels */
	height: 5px;
}
