/* COLORS

ORANGE
light orange: #fad271
orange: #f7b512

YELLOW
light yellow: #faec74
yellow: #f7e017
dark yellow: #DEC912

GREEN
light green: #bce566
green: #8fd400

TEAL
teal light: #66c3c8
teal: #009ca3
teal dark: #03697B

GREY
dark grey: #3c3735
mid grey: #767372
light grey: #c5c3c3

 */

/*ID's*/
a:link, a:visited {color: #faec74;}
a:hover {color:#fff;background:url(../images/_y/diag.gif);}
a:active {color: #f7e017;}

p strong, td strong {
	color:#faec74;
}

/*CLASSES*/
.lightbox {border-left: 24px solid #faec74;}
.darkbox {border-left: 24px solid #f7e017;}

/*IDs*/
#head {background-image: url(../images/_y/title.gif);}
#colorbars {background-image: url(../images/_y/colorbars.gif);}
#mark {background-image:url(../images/_y/mark.gif);}
#nav {border-left: 24px solid #f7e017;}
#nav a:link, #nav a:visited {color:#fff;}
#nav a:hover {color: #faec74;background:none;}
#nav a:active {color: #f7e017;}
#xtra a {color: #DEC912;}
#nav li ul {background-color: #DEC912/*f7e017*/;}