body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #89904D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cell-bg	{
	background-repeat: no-repeat;
	background-position: top;
}

/*
image {
	border-color: #000000;
	border: 0; 
}
*/
A:link {
	COLOR: #000000;
}
A:visited {
	COLOR: #000000;
}
A:hover {
	COLOR: #127A49;
}

image {
	border-color: #000000;
	/*border: 0px;*/
}	
.pageHeading
{
	font-family: Verdana, Arial, Georgia, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.heading1
{
	font-family: Verdana, Arial, Georgia, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 13px;
}
.heading1Bold
{
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
.heading2
{
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
}
.heading2Bold
{
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
a.bottlink:link {
	color: #ffffff;	
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 10px;
    }
	a.bottlink:visited {
		color: #ffffff;
		text-decoration: none;
		font-family: Verdana, sans-serif;
		font-size: 10px;
	}	
	a.bottlink:hover {
		color: #ffffff; 
		text-decoration: underline;	
		font-family: Verdana, sans-serif;
		font-size: 10px;
	}


	/*left menu styles*/
#navcontainer
{
margin-left: 5px;
margin-top: 0px;
/*width: 11.5em;*/
width: 135px;
/*border-top: 1px solid #000;
border-right: 1px solid #000;*/
border-top: 0px solid #000;
border-right: 0px solid #000;
padding: 0;
/*margin-bottom: 1em;*/
margin-bottom: 0;
font-size: 13px;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
/*background-color: #6E2400;*/
background-color: transparent;
color: #000000;
}

#navcontainer ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
/*border: 1px solid #000;*/
}

#navcontainer li
{
/*border-bottom: 1px solid #DA9875;*/
border-bottom: 0px solid #DA9875;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 10px 5px 5px 26px;
/*border-left: 10px solid #6E2400;
border-right: 10px solid #D18055;*/
border-left: 0px transparent;
border-right: 0px transparent;
/*background-color: #C4551E;*/
background-color: transparent;
color: #000000;
text-decoration: none;
font-weight: bold;
width: 100%;
background-image: url(bullet.gif);
background-repeat: no-repeat;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
/*border-left: 10px solid #F4DCA3;
border-right: 10px solid #F4DCA3;*/
border-left: 0px transparent;
border-right: 0px transparent;
/*background-color: #D18055;*/
background-color: transparent;
color: #127A49;
background-image: url(bullet-over.gif);
background-repeat: no-repeat;
}
/*added this active link to test 
*/
/*
#navcontainer li a:active
{
border-left: 10px solid #F4DCA3;
border-right: 10px solid #F4DCA3;
background-color: #000000;
color: #000;
}
*/
#navcontainer li a#current
{
/*border-left: 10px solid #F4DCA3;
border-right: 10px solid #F4DCA3;*/
border-left: 0px transparent;
border-right: 0px transparent;
background-image: url(bullet-current.gif);
background-repeat: no-repeat;
/*background-repeat: repeat-x;*/
/*color: #127A49;*/
color: #000000;
/*
font-weight: bold;
background-color: #127A49;*/
 text-decoration: none;
}

#navcontainer li li
{
border-top: 0px solid #DA9875;
border-bottom: 0;
margin: 0;
}

#navcontainer li li a
{
display: block;
padding: 5px 5px 5px 32px;
/*border-left: 10px solid #6E2400;
border-right: 10px solid #D18055;*/
border-left: 0px solid #6E2400;
border-right: 0px solid #D18055;
font-size: 10px;
/*background-color: #CB693A;*/
background-color: transparent;
color: #000000;
/*text-decoration: none;*/
text-decoration: none;
width: 100%;
background-image: none;
}

/* mr*/
#navcontainer li li a:hover
{
/*border-left: 10px solid #F4DCA3;
border-right: 10px solid #F4DCA3;*/
border-left: 0px transparent;
border-right: 0px transparent;
/*background-color: #D18055;*/
background-color: transparent;
color: #127A49;
background-image: none;
}

#navcontainer li li a#current
{
/*border-left: 10px solid #F4DCA3;
border-right: 10px solid #F4DCA3;*/
border-left: 0px transparent;
border-right: 0px transparent;
background-image: none;
background-repeat: repeat-x;
color: #000000;
/*color: #127A49;*/
/*
font-weight: bold;
background-color: #127A49;*/
 text-decoration: none;
}
