BODY {
		BACKGROUND-COLOR: #ffffff; COLOR: #000000; FONT-FAMILY: Verdana, sans-serif; font-size: 12px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
	}
	A:link {
		COLOR: #000000;
	}
	A:visited {
		COLOR: #000000;
	}
	A:hover {
		COLOR: #127A49;
	}


h1  {
	font-family: Verdana, Arial, sans-serif;
	color #333333;
	font-style: bold;
	font-size: 14px;
	}

p{
		font-family: Verdana, sans-serif; 
		font-size: 12px;
	
}

td{
		font-family: Verdana, sans-serif; 
		font-size: 12px;
	
}
	
	.page-header {
		font-family: Verdana, sans-serif; 
		font-size: 14px;
		color: #F0FF05;
		font-weight: bold;
		padding-bottom: 0px;
		padding-left: 0px;
		
	}

	.mainHeading
	{
		font-family: Verdana, sans-serif;
		font-style: bold;
		font-size: 14px;
	}

	p.mainHeading
	{
		font-family: Verdana, sans-serif;
		font-weight: bold;
		font-size: 14px;
	}

	.largerText
	{
		font-family: Verdana, sans-serif; 
		font-weight: normal;
		font-size: 16px;
		
	}

	.smallerText
	{
		font-family: Verdana, sans-serif; 
		font-weight: normal;
		font-size: 8px;
		
	}

	.highlightedText
	{
		font-family: Verdana, sans-serif; 
		font-weight: normal;
		font-size: 12px;
		

	}

	.spacedText
	{
		font-family: Verdana, sans-serif; 
		font-weight: normal;
		letter-spacing:0.2em;
		font-size: 12px;
		
		
	}

	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;
	}

	p {
		font-family: Verdana, sans-serif; 
		font-size: 12px;
	
	}
	/*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, Lucida, Geneva, Helvetica, Arial, sans-serif;
/*background-color: #6E2400;*/
background-color: transparent;
color: #F0FF05;
}

#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: #F0FF05;
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: #F0FF05;
/*
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: #F0FF05;
/*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: #F0FF05;
/*color: #127A49;*/
/*
font-weight: bold;
background-color: #127A49;*/
 text-decoration: none;
}
