/* overall */
body {
  color: #1F3F79;
  background: #F3F8FF;
  }
a:link {
  color: #F10000;
  }
a:visited {
  color: #970000;
  }
a:hover, a:focus, a:active {
  color: #FF4747;
  }
#container {
  background: #FFF;
  border: 1px solid #003FB1;
  }

/* content */  
#content {
  border-top: 1px solid #003FB1;
  }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  color: #003FB1;
  }

/* banners */
#banner, 
  #info-site {
    background: #ECF5FF;
    border-top: 1px solid #AFCBFF;
    border-bottom: 1px solid #AFCBFF;
    }
#banner p {
  color: #003FB1;
  }

/* top level nav common */
#nav-toplevel a {
  color: #003FB1;
  }
#nav-toplevel a:hover, #nav-toplevel a:focus, #nav-toplevel a:active {
  color: #AF0000;
  }
  
/* top level nav unique */ 
#nav-meta a:hover, #nav-meta a:focus, #nav-meta a:active {
  border-bottom: 2px solid #AF0000;
  }
#nav-main a:hover, #nav-main a:focus, #nav-main a:active {
  border-bottom: 3px solid #AF0000;
  }
#nav-main a.current {
  color: #AF0000;
  border-bottom: 3px solid #AF0000; 
  } 

/* subnav common */ 
#nav-subs ul {
  background: #ECF5FF;
  border: 1px solid #AFCBFF;
  }  
#nav-subs a:hover, #nav-subs a:focus, #nav-subs a:active {
  background: #C2DCFF;
  }   
    
/* subnav unique */
#nav-section a {
  border-left: 0.75em solid #AFCBFF;
  }
#nav-section a:hover, #nav-section a:focus, #nav-section a:active {
  border-left: 0.75em solid #649CFF;
  }
#nav-section a.youarehere {
  background: #FFF;
  border-left: 0.75em solid #003FB1;
  }
#nav-supp a {
  border-right: 0.75em solid #AFCBFF;
  }
#nav-supp a:hover, #nav-supp a:focus, #nav-supp a:active {
  border-right: 0.75em solid #649CFF;
  }
