/* CSS Document */
BODY {
  background-color: #FFFFFF;
  font-family: "MS Sans Serif","Arial";
/*  font-size: 80%; */
}
A {
	color: #116740;
}
A:hover {
  text-decoration: none;
  color: #E41C1C;
}
.txtGreenBold {
	font-size: medium;
	font-weight: bolder;
	text-transform: capitalize;
	color: #116740;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
.txtaddr {
	font-size: 80%;
	font-weight: bolder;
	text-transform: capitalize;
	color: #676767;
}
.txtRegular {
	font-size: 90%;
/*	width: 98%; 
	margin-right: 0%;*/
	margin-left: 5%;
}
.navHomeLinks {
	text-align: center;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
.navLinks {
	font-size: 75%;
	font-weight: bolder;
	text-transform: capitalize;
	color: #116740;
	text-decoration: none;
}
.navSubLink {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
A.navLinks:hover {
  text-decoration: underline;
  color: #E41C1C;
}
ul {
	list-style-type: square;
}
.pgRuler {
	color: #116740;
	text-align: center;
	width: 90%;
}
.txtPgTitle {
	font-family: "Arial", "MS Sans Serif";
	font-size: medium;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-left: 10px;
}
.txtGreenTitle {
	font-family: "Arial", "MS Sans Serif";
	font-size: 100%;
	font-weight: bolder;
	text-transform: capitalize;
	color: #116740;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
.txtGreenSubHead {
	font-family: "Arial", "MS Sans Serif";
	font-size: 90%;
	font-weight: bolder;
	text-transform: uppercase;
	color: #116740;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
.txtFooter {
	text-align: center;
	font-size: 90%;
	font-weight: bolder;
	text-transform: capitalize;
	color: #676767;
}
