@charset "UTF-8";

@media all
{
  
  
  body {
	  background-color: #09356d;
  }
  .page_margins {
	background-color: #032957;
}
  #header h2 {
	background-color:#032957;
}
#header p {
	background-color:#032957;
}
.note { background: #B3D5EF; }

h4 {
	background: #B3D5EF;
}

a {
	color: #032957;
	text-decoration:none;
}
  a:focus,
  a:hover,
  a:active {color:#032957; text-decoration:underline;}
  
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #032957; }


/* active list element */
  .vlist li.active {
	background-color:#032957;
  }
  
  .vlist li a:focus,
  .vlist li a:hover,
  .vlist li a:active { background-color:#032957; }
  
  /* Level 2 */
  .vlist li ul li a, 
  .vlist li ul li a:visited { background-color:#032957; }
  .vlist li ul li a:focus,
  .vlist li ul li a:hover,
  .vlist li ul li a:active { background-color:#032957; }
  
  .vlist li.active ul li.active a, 
  .vlist li.active ul li.active a:visited,
  .vlist li.active ul li.active a:focus,
  .vlist li.active ul li.active a:hover,
  .vlist li.active ul li.active a:active { background-color:#032957; }
  
  /* Level 3 */
  .vlist li ul li ul li a,
  .vlist li ul li ul li a:visited{ background-color:#f0f0f0; color: #222; }
  .vlist li ul li ul li a:focus,
  .vlist li ul li ul li a:hover,
  .vlist li ul li ul li a:active { background-color:#032957; }
  
  /* Level 4 */
  .vlist li ul li ul li ul li a,
  .vlist li ul li ul li ul li a:visited { background-color:#e8e8e8; color: #111; }
  .vlist li ul li ul li ul li a:focus,
  .vlist li ul li ul li ul li a:hover,
  .vlist li ul li ul li ul li a:active { background-color:#032957; }

}

