@charset "UTF-8"; /* nav.css */

.nav a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	height: 28px;
	padding-top: 12px;
}
.nav   a:link,.nav  a:visited {
	color: #364D55;
	background: url(../AA_images/navgradient40.png) repeat-x;
}
.nav  a:hover,.nav a:focus {
	color: #FFFFFF;
	background: #999999 url(../AA_images/navgradient40over.png) repeat-x;
}

.headertexttopright {
	font-weight: bold;
	color: #0562CA;
	text-align: center;
}

.bannergradient {
	background: #60ACF8 url(AA_images/beachheadergradnew.jpg);
	height: 145px;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Sets the style for unvisited links. */
a, a:link {
  color: #0033cc;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited  {
  color: #0033cc;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #ca0009;
  text-decoration: underline;
  font-weight: bold;
}

/* Sets the style for a link that has focus. */
a:focus {
  color: #ca0009; 
}

/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #262499;
}


