.menuagelib {  font-size: 0.9em; text-decoration: none}

 #navcontainer {
	width: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: .9em;
	height: 100%;
}


#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li
{
	display: block;
	width: 160px;
	border-bottom: 1px solid #eee;
	color: #333366;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #333366;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #CCCC99;
color: #333366;
}

table.resultstable td {
	border-bottom: 1px solid #666666;
	text-decoration: none;
	font-size: small;
}

table.resultstable a:link, table.resultstable a:visited
{
		text-decoration: none;
}

.boxedheading {
	padding-right: 5px;
	color: #666666;
	margin-right: 5px;
	background-color: #CCCC99;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 5px;
}
