/*---------------------------------------------------------
Body, Type, and Spacing Styles
----------------------------------------------------------*/
BODY
{
	background-position: center;
	background-image: url(images/bkg_main.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}
.spacer
{
	height: 155px;
}
.mainTable
{
	width: 100%;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.mainTable2
{
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.HeaderTable
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: none;
	line-height: normal;
	font-variant: normal;
	height: 20px;
	border: thin solid #FFF;
}

.BodyText12 {color: #000000;
	font-size: 12px;
}
.BodyBold14Gray {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.BodyBold14Black {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.BodyText16 {
	color: #000;
	font-weight: normal;
	font-size: 16px;
}
.greenheader {
	font-size: 16px;
		color: #216222;
}
.mainAriel {
	width: 100%;
	border-right-color: #FFFFFF;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navMenu {
	display: inline-block;
	border-spacing: none;
	border-collapse: collapse;
	overflow: hidden;
	width: 799px;
	height: 26px;
	visibility: visible;
	left: 59px;
	top: 118px;
}
#navMenu td {
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
#navMenu img {
	height: 26px;
	border: none;
}
.subMenu, .subMenu2 {
	display: none;
	position: absolute;
	margin: 0px;
}
.subMenu {
	z-index: 2;
}
.subMenu2 {
	z-index: 3;
}
.subMenu a, .subMenu2 a {
	display: block;
	background-color: #77a21a;
	border: 1px solid #004200;
	color: #000000;
	padding: 3px 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}
.subMenu a:hover, .subMenu2 a:hover {
	background-color: #004200;
	color: #ffffff;
}

.subMenu {
	padding: 0px;
	/*border: 1px solid lime;*/
}
.subMenu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.subMenu ul {
	display: none;
	position: relative;
	padding: 0px;
	/*position: absolute;*/
}
.noprint {
	display: none;
}

/*
ul.first-level {
	background-color: #CCC;
	z-index: 1;
}
ul.second-level {
	background-color: #888;
	z-index: 2;
}
ul.third-level {
	background-color: #BBB;
	z-index: 3;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul li ul {
	display: none;
	left: 10.5em;
	top :-1px;
}
ul li:hover>ul {
	display: block;
	position: absolute;
	width: 12em;
}

ul.first-level>li:hover>ul {
	position: absolute;
	left: -1px;
	top: 1.75em;
	width: 12em;
}

li {
	float: left;
	white-space: nowrap;
	position: relative;
	padding: 0.25em;
	border: 1px solid black;
}
ul ul li {
	float: none;
	width: 10em;
}
*/
