/*  National Security Internship Program CSS
    Author: Geoff Elliott
	Modified: Susan Widener
*/

/******** Navigation ********/

body.nsipHome #leftNav a#nsiphome, body.openings #leftNav a#openings, body.apply #leftNav a#apply
{
  color: #d57500;
  font-weight: bold;
  background-color: white;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}


.emphasis {color: #d57500; font-weight: bold;}
