body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	/*background-color: #1E2035;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	COLOR: #ffffff;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 0px;
	padding-left: 14px;
	
}

h2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	COLOR: #000000;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

a:link {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
}
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: #666666; 
	text-decoration: underline;	
	font-family: Verdana, sans-serif;
	font-size: 10px;
}


div.p {
    font-family: Verdana, sans-serif; 
    font-size: 12px;
    margin: 0;
    padding: 0px;
	
}

/*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;
}

