﻿.background
{
	background-image: url( 'Resources/Background.jpg' );
	border: none, 0, #153105;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.layout
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-color: White; /*background-image: url(     'Resources/layout_bg.gif' );*/
	width: 840px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.titleBar
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 840px;
	height: 243px;
	text-align: center;
	z-index: 3;
}

.header1
{
	font-family: Tahoma;
	font-size: 16px;
	color:Black;
	width: 840px;
	height: 45px;
	text-align: center;
	vertical-align: top;
	z-index: 3;
}

.navBar
{
	border-width: 0;
	width: 500px;
	text-align: center;
	position: relative;
	z-index: 5;
	height: 25px;
	left:270px;	
}

.navMenu
{
	float: left;
	margin-left: 30px;
	width: 125px;
	height: 650px;
	text-align: left;
	vertical-align: top;
	z-index: 4;
}
.h1
{
	font-family: Verdana;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #006600;
}
.mainContent
{
	margin-top: 0px;
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 840px;
	height: auto;
	vertical-align: top;
	z-index: 4;
}
.body
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-family: Tahoma;
	font-size: 11pt;
	color: #006600;
	text-align: left;
	vertical-align: top;
	z-index: 4;
	margin-bottom: 0px;
}
.bodyCenter
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-family: Tahoma;
	font-size: 11pt;
	color: #006600;
	text-align: center;
	vertical-align: top;
	z-index: 4;
}
.footer
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 840px;
	height: 50px;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 10px;
	color: #5F8F6F;
	text-align: center;
	z-index: 4;
}

.catchAll
{	
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-family: Tahoma;
	font-size: 11pt;
	color: #006600;
	text-align: left;
	vertical-align: top;
	z-index: 0;
	margin-bottom: 0px;
}

.accordionHeader
{
	font-family: Verdana;
	font-size: 12pt;
	color: White;
	text-align: left;
	background-color: #153105;
	border-width: thin;
	border-color: white;
	border-style: solid;
}
.accordionHeaderSelected
{
	font-family: Verdana;
	font-size: 12pt;
	color: White;
	text-align: left;
	background-color: #153105;
	border-width: thin;
	border-color: #006600;
	border-style: solid;
}
.accordionContent
{
	font-family: Tahoma;
	font-size: 11pt;
	color: #006600;
	text-align: left;
	border-width: thin;
	border-color: #153105;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-style: dotted;
}

.critterHeader
{
	font-family: Verdana;
	font-size: 12pt;
	color: White;
	text-align: center;
	background-color: #153105;
	border-width: thin;
	border-color: white;
	border-style: solid;
}

.critterContent
{
	font-family: Tahoma;
	font-size: 11pt;
	color: #006600;
	text-align: left; /*border-width: thin;     border-color: #006600;     border-bottom-style: dotted;     border-left-style: dotted;     border-right-style: dotted;*/
}

/*For Character Counter*/
.minitext
{
	font: normal 0.7em Arial, sans-serif;
	color: #006600;
}

