
html, body { margin: 0; }


/* NAVY MAIN NAVIGATION BAR - NAVY BACKGROUND WITH WHITE TEXT */

#navy_nav {
  background-image: url('http://alaea.asn.au/img/navyBG.png');
  background-color: #251f9a; line-height: 20px;  
  font-family: arial; font-size: 9pt; color: white; vertical-align: middle; text-align: left }

#navy_nav a:link {
  color: white; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#navy_nav a:visited {
  color: white; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#navy_nav a:hover {
  color: yellow; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: underline }


/* PURPLE SUB NAVIGATION BAR - PURPLE BACKGROUND WITH LIGHT GREY TEXT */

#purp_nav {
  background-image: url('http://alaea.asn.au/img/purpBG.png');
  background-color: #811b9a; line-height: 20px;
  color: #DEDEDE; font-family: arial; font-size: 9pt; vertical-align: middle; text-align: left }

#purp_nav a:link {
  color: #DEDEDE; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#purp_nav a:visited {
  color: #DEDEDE; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#purp_nav a:hover {
  color: yellow; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: underline }


/* GREY (LOGGED IN) SUB NAVIGATION BAR - GREY BACKGROUND WITH BLACK TEXT */

#grey_nav {
  background-image: url('http://alaea.asn.au/img/greyBG.png');
  background-color: #909090; line-height: 20px;
  color: white; font-family: arial; font-size: 9pt; vertical-align: middle; text-align: left }

#grey_nav a:link {
  color: white; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#grey_nav a:visited {
  color: white; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#grey_nav a:hover {
  color: yellow; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: underline }


/* FOOTER TEXT FORMATING */

#footer_nav {
  font-family: arial; font-size: 9pt; color: black; vertical-align: middle; text-align: left }

#footer_nav a:link{  
  color: blue; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#footer_nav a:visited {
  color: purple; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#footer_nav a:hover {
  color: black; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: underline }