.NavBox
{
	border-right: #28110D 1px solid;
	border-top: #28110D 1px solid;
	border-left: #28110D 1px solid;
	border-bottom: #28110D 2px solid;
	margin-right: 1px;
	height: 63px;
}
/* LEFT NAVIGATION ICONS */
.LeftNavBox
{
	width: 150px;
	text-align: center;
	margin: 15px 0px 0px;
	padding: 0px;

}
/* Site Links */
A.SiteLink
{
	font-size: 9pt;
	color: #0000BD;
	text-decoration: none;
	font-weight: bold;

}
A.SiteLink:link
{
	text-decoration: none;
}
A.SiteLink:active
{
	color: 3c302d;
	text-decoration: underline;
	font-weight: bold;

}
A.SiteLink:hover
{
	text-decoration: underline;
	font-weight: bold;

}
A.SiteLinkNav {
	font-size: 12pt;
	color: #0000BD;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;

}
A.SiteLinkNav:hover {
	font-size: 12pt;
	color: #ED1A23;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;

}
A.SiteLinkImage {
	font-size: 9pt;
	color: #003500;
	text-decoration: none;
	font-weight: bold;
	border: thin solid #003500;

}
A.SiteLinkSideNav {

	font-size: 9pt;
	color: #0000BD;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
}
A.SiteLinkSideNav:hover {
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
	color: #0000BD;

}
