
/******************/
/* NC Blue Shades */
/******************/
/* NC Blue1 is ( 218, 227, 246 ) or #dae3f6  Lightest Blue */
/* NC Blue2 is ( 197, 212, 243) or #c5d4f3 */
/* NC Blue3 is ( 186 , 204, 240 ) or #baccf0 */
/* NC Blue4 is ( 174, 193, 233 ) or #aec1e9 True NC Blue */
/* NC Blue5 is ( 143, 171, 229) or #8fabe5 */
/* NC Blue6 is ( 113, 149, 221 ) or #7195dd */
/* NC Blue7 is ( 84 , 127, 214 ) or #547fd6 Darkest Blue */
/**************************/
/* SunFlower Color Scheme */ 
/**************************/
/* Darker Blue - #4b92dd */
/* Lighter Blue - #4b97ea */
/* Blue Grey - #5d778a */
/* Golden Tan - #dabc37 */
/* Light Golden Tan - #fed80e */
/* Yellow - #fffc62 */
/* Light Yellow - #fffda5 */


/* Body Background Color */
body
{ background-color: #ffffff; }
/* { background-color: #fff72b; } */
 
 /* Menu Bar Background Color */
#bodyText, .headerLinks, .menuBar, a:hover
{ background-color: #aec1e9; }
 
 /* Menu Bar Text Color */ 
.headerTitle span, .menuBar, .menuBar *
 { color: #000000; }
 
/* Menu Bar Link Hover Color */
.headerTitle, .headerLinks *, .menuBar a:hover, .thisPage
 { color: #fffda5; }
 
