#navcontainer { width: 191px; }

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 191px;
}

#navcontainer li
{
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

#navcontainer ul li a
{
	display: block;
	width: 177px;
	padding-left: 18px;
	background-color: #579bc7;
	font-size: 11px;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
}

#navcontainer ul li a:hover
{
	background-color: #4d8cb4;
	color: #fff;
}

#navcontainer ul ul li a
{
	display: block;
	padding-left: 28px;
	width: 167px;
	background-color: #579bc7;
	font-size: 11px;
}

#navcontainer ul ul li a:visited
{
	color: #C0DFEB;
	text-decoration: none;
	background-image: url(images/subbullet_u.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navcontainer ul ul li a:hover
{
/*	background-color: #9e0101;
	color: #FFFFFF;
	background-position: left top;
	background-image: url(images/subbullet_a.gif);*/
	
	color: #C0DFEB;
	background-color: #4d8cb4;
	text-decoration: none;
	background-image: url(images/subbullet_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



/* selected states */
#navcontainer ul li a#current
{
	font-weight: bold;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/subbullet_u.gif);
	background-color: #4d8cb4;
}

#navcontainer ul ul li a#subcurrent
{
	font-weight: normal;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/subbullet_a.gif);
	background-color: #5094C2;
}

#navcontainer ul ul li a:link
{
	color: #C0DFEB;
	text-decoration: none;
	background-image: url(images/subbullet_u.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.freeinfo {
	font-size: 12px;
	color: #6699cc;
	text-align: left;
}
.a14pt {
	font-size: 14px;
	line-height: 20px;
}
.aLrgheading {
	font-size: 20px;
	color: #993333;
	line-height: 30px;
}
