/* inserted by re-design */#gobackhome {	text-align: center;	display: block;	color:white;}#gobackhome:hover{	color:#BEBEBE;}/* old css */h1 {color: #BEBEBE;} h5 {color: #BEBEBE;}h3 {color: #BEBEBE;}h2 {color: #BEBEBE; font-weight: bold;}a       {color: #AAA; text-decoration: none; } a:hover {color: #666666; text-decoration: none; }a.nav:link       {font-weight: bold; color: #FFFFFF; text-decoration: none; }a.nav:visited    {font-weight: bold; color: #FFFFFF; text-decoration: none; }a.nav:hover      {font-weight: bold; color: #FF6600; text-decoration: none; }a.here:link      {font-weight: bold; color: #FF6600; text-decoration: none; }a.here:visited   {font-weight: bold; color: #FF6600; text-decoration: none; }a.here:hover     {font-weight: bold; color: #FF6600; text-decoration: none; }a.black    { color: #FFFFFF; text-decoration: none;}a.black:hover   { color: #000; text-decoration: outline;}a.back:link  {color: #999999; text-decoration: none;}a.back:hover {color: #FFFFFF; text-decoration: none;}hr {width: 50%; text-align: center;border-color: #000000; background-color:#000000; color:#000000;}.slightlyleft   {text-align: left;  margin-left: 20%; margin-right: 30%;}.first  {text-align: left; margin-left: 15%; margin-right: 30%; margin-top:10%;}.center {text-align: center;}.left   {text-align: left;  margin-left: 15%; margin-right: 30%;}.right  {text-align: right; margin-left: 15%; margin-right: 30%;}.bold   {text-align: center; font-weight: bold;}.grey   {color:bbbbbb;}BODY {background: #4682B4; color: black;  font-family: Arial, Helvetica, sans-serif;}#navcontainer { text-align:center;}#navcontainer a { text-decoration: none; }#navcontainer ul{padding: 0;margin: 0;list-style-type: none;position: absolute;left: 0;width: 100%;}#navcontainer li { display: inline; }/*1st level elements*/#navcontainer ul{border-top: 1px solid #36c;border-bottom: 1px solid #36c;background-color: #36c;padding: 2px 0;margin-bottom: 1em;}#navcontainer li { margin: 0 0 5px; }#navcontainer ul a,#navcontainer ul a:link,#navcontainer ul a:visited{background-color: white;border: 1px solid black;color: black;padding: 0px 10px;}#navcontainer ul a:hover,#navcontainer ul a:focus{background-color: #9CD4F7;border: 1px solid black;color: black;}/*current Link*/#navcontainer ul a#current,#navcontainer ul a#current:link,#navcontainer ul a#current:visited { font-weight: bold; }/*Second and subsequent levels*/#navcontainer ul ul{font-size: 80%;position: absolute;top: 23px;left: 0;width: 100%;border-top: none;background-color: #95B1BB;}#navcontainer ul ul li { display: inline; }#navcontainer ul ul a,#navcontainer ul ul a:link,#navcontainer ul ul a:visited{background-color: #95B1BB;border: 1px solid #95B1BB;color: black;}#navcontainer ul ul a:hover,#navcontainer ul ul a:focus{background-color: #9CD4F7;border: 1px solid black;color: black;}/*current Link*/#navcontainer ul ul a#subcurrent,#navcontainer ul ul a#subcurrent:link,#navcontainer ul ul a#subcurrent:visited { font-weight: bold; }