.footer		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			color : #333333
			line-height : 130% ;
			background : #f1e157 ; }


/* Sidebar navigation - unselected */
.SubNav 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			line-height : 115% ;
			margin : 8px 2px 8px 2px ; }

/* Sidebar navigation - selected */
.SubNavSel 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			color : #ffffff ;
			line-height : 115% ;
			margin : 8px -5px 8px -5px ;
			padding : 1px 7px 2px 7px ;
			background : #ff9900 ; }

/* Breadcrumb navigation */
.BreadCrumb 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			line-height : 140% ;
			margin : 2px 5px 2px 2px ;
			background : #92a26f ; }

/* Primary navigation, black bar */
.PriNav 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			color : #ffffff ;
			line-height : 140% ;
			margin-top : 2px ; 
			margin-bottom : 2px ; }

/* Primary navigation - selected */
.PriNavSel 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			color : #6C9252 ;
			line-height : 140% ;
			margin-top : 2px ; 
			margin-bottom : 2px ; }

/* Subnavigation links */
a.ASub:link	{	text-decoration : none ;
			color : #000000 ; }

a.ASub:visited	{	text-decoration : none ;
			color : #000000 ; }

a.ASub:hover	{	text-decoration : underline ;
			color : #3d62b4 ; }


/* Footer links */
.footer	a:link		{	text-decoration : underline ;
			color : #000000 ; }

.footer	a:visited	{	text-decoration : underline ;
			color : #000000 ; }

.footer	a:hover		{	text-decoration : underline ;
			color : #333333 ; }

/* All content links, or unstyled links */
a:link		{	text-decoration : underline ;
			color : #000000 ; }

a:visited	{	text-decoration : underline ;
			color : #000000 ; }

a:hover		{	text-decoration : underline ;
			color : #333333 ; }

