a:link, a:active, a:visited {
	color: #351F05; /* dark brown */
	text-decoration: underline;
}

a:hover {
	color: #660000;
	text-decoration: none;
}

h1 {
	color: #660000;
	font-family: Arial ;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.navigationNH {
	color: #450B06;
	font-family: Arial ;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navigationNH a:link, .navigationNH a:visited, .navigationNH a:active {
	color: #450B06;
	font-family: Arial ;
	font-size: 16px;
	text-decoration: none;
}

.navigationNH a:hover {
	color: #351F05; /* dark brown */
	font-family: Arial ;
	font-size: 16px;
	text-decoration: underline;
}


h2 {
	color: #660000;
	font-family: Arial ;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.h2Center {
	color: #660000;
	font-family: Arial ;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.burgundyBold {
	color: #660000;
	font-weight: bold;
	font-family: Arial ;
	font-size: 14px;
}

.stdText {
	color: #4A2B0E;
	font-family: Arial ;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}

.stdTextJustify {
	color: #4A2B0E;
	font-family: Arial ;
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	line-height: 1.5em;
}

.stdTextCenter {
	color: #660000;
	font-family: Arial ;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
}

.stdTextQuote {
	color: #660000;
	font-family: Arial ;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
	margin-left: 60px;
	margin-right: 60px;
}
.tempText {
	color: #333333;
	font-family: Arial ;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}


.footer, .footer a {
	color: #FFCC33;
	font-family: Verdana ;
	font-size: 11px;
	text-decoration:none;
	padding: 10px 0px 10px 0px;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #000000;  /* Border of box that contains sub-links  */
	border-bottom-width: 0px;
	font: normal 12px Verdana, sans-serif;
	line-height: 1.5em;
	z-index: 100;
	background-color: #3C642F;  /* Background color of box that contains sub-links  */
	text-align:left;
}

.anylinkcss a:link, .anylinkcss a:visited, .anylinkcss a:active {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	line-height: 1.8em;
	font-weight: normal;
	text-indent: 5px;
	color: #3C642F;   /* Text color of sub-box that contains sub-links when not HOVER  */
	border-top: 0px solid #000000;
	background-color: #FFFFFF;
	text-align:left;
	font-size:12px;
}

.anylinkcss a:hover{
	background-color: #3C642F;  /* Background color of sub-box that contains sub-links when HOVER  */
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	line-height: 1.8em;
	font-size:12px;
}