/* designed by Me and Her Designs, www.meandherdesigns.com. *//* code written by effie, www.effie.bz *//* 	BTM_NAV.CSS contains the following styles:		.btmNav		#copyright 		#btmNavMenu a, a:link, a:visited, a:hover, a:active*//* bottom navigation and copyright/address area */.btmNav	{	background: url(../../images/btm_nav_bg.jpg); /* blue */	background-repeat: no-repeat;	width: 805px;	height: 48px;	margin: -2px 0px 0px 0px;	padding: 6px 0px;	font-family: Arial, Helvetica, sans-serif;	font-size:0.8em;	color:  #EDF5FD; /* bluish-white */	font-weight: bold;	line-height: 16pt;	text-align: center;}	/* used in a span tag to adjust font size for AAI address and copyright text*/#copyright {	font-size: .85em;}	/* btmNav hyperlink format */#btmNavMenu a, #btmNavMenu a:link {    color: #EDF5FD; /* bluish-white */    font-weight: bold;	text-decoration: none;	}#btmNavMenu a:visited	{	color: #ccccff; /* light blue grey */    font-weight: bold;	text-decoration: none;	}#btmNavMenu a:hover, #btmNavMenu a.current, #btmNavMenu a:focus {    color: #EDBA1A; /* yellow */    font-weight: bold;	text-decoration: none;}