/* @group Navigation */

.navigationHeader {
	color: #000;
	font: bold 11px/35px Verdana, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	text-shadow: #777 2px 2px 2px;
	text-transform: uppercase;
	height: 35px;
	display: table;
	position: relative;
	visibility: visible;
	overflow: visible;
	z-index: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.navigationHeader td{
	border-right: 1px solid #c6f1c6;
	vertical-align: middle;
}

.navigationHeader a{
	color: #ecf3de;
		text-shadow: #777 2px 2px 2px;
	text-decoration: none;
	display: table;
	position: relative;
	height: 35px;
	visibility: visible;
	overflow: visible;
	z-index: auto;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
}

.navigationHeader a:hover {
	vertical-align: middle;
	height: 35px;
	visibility: visible;
	overflow: visible;
	z-index: auto;
	display: table;
	position: relative;
	text-shadow: #777 2px 2px 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(236,243,222,0.75);
	line-height: 35px;
	color: #000;
}

.navigationHeader .navHere {
	vertical-align: middle;
	height: 35px;
	visibility: visible;
	overflow: visible;
	z-index: auto;
	display: table;
	position: relative;
	text-shadow: #777 2px 2px 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(236,243,222,0.75);
	line-height: 35px;
	color: #000;
}

.navigationUnder {
	color: #000;
	font: bold 10px/20px Verdana, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	text-shadow: #aaa 2px 2px 2px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
}

.navigationUnder a {
	color: #000;
	text-shadow: #aaa 2px 2px 2px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

.navigationUnder a:hover {
	color: #008000;
	text-shadow: #aaa 2px 2px 2px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

.navigationUnder .underHere {
	color: #008000;
	text-shadow: #aaa 2px 2px 2px;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 20px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

/* @end */

.bottomTick {
	color: #0a5622;
	font: 10px/20px Verdana, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	vertical-align: middle;
}

.bottomTick img {
	padding-left: 5px;
	vertical-align: -1px;
	padding-right: 2px;
}

.mainText {
	color: #000;
	font: 12px Arial, Trebuchet, "Trebuchet MS", Verdana, sans-serif;
}

.mainText hr {
	color: #008000;
	text-decoration: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1px dotted #008000;
}

.mainText a {
	text-decoration: none;
	color: #008000;
}

.mainText a:hover {
	color: #008000;
	text-decoration: underline;
}

.capitalText {
	color: #008000;
	font: bold 22px/14px "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

.faqText {
	color: #008000;
	font: bold 18px "Times New Roman", Times, Georgia, serif;
}

/* @group Links */

.links {
	text-align: center;
	background-color: #459147;
	font: 10px Arial, Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.links a {
	text-decoration: none;
	color: #eee;
}

.links a:hover {
	text-decoration: none;
	color: #fff;
}


/* @end */