/* CSS Document */

/* CSS Document 

green : color:#5B912F;
background : color:#ED933D;


background Tan:#D9D7BA;
Content Background: #FFF;

Orange: #ED933D;
Orange Highlight:F7CA9F

 ===================================================================== Menu CSS  */

.menu li a  {
	background:#ED933D;
}

.menu li a:hover {
	background:#F7CA9F;
}


/* ===================== Blue Headlines  */

/*-- headline -- */
h3 {
	color:#ED933D;
	border-bottom:1px solid #F7CA9F;
}

/*-- subhead headline -- */

h4 {
	color:#ED933D;
	border-bottom:1px solid #F7CA9F;
}

/*-- Nutrition Facts headline -- */

h5 {
	color:#FFF;
}

/* ========= Links ====== */



#news a:link, #news a:visited {
	color:#ED933D;
}

#news a:hover, #news a:active {
	color:#F7CA9F;
}

#content a:link, #content a:visited {
	color:#ED933D;
}

#content a:hover, #content a:active {
	color:#F7CA9F;
}

#content_home a:link, #content_home a:visited {
	color:#ED933D;

}

#content_home a:hover, #content_home a:active {
	color:#F7CA9F;
}


/* ====================== Blue Trivia */

#trivia {
	background:url(../images/trivia_orange.jpg) no-repeat top left;
}


/* ====================== Bullets*/


#descriptions ul {
	list-style:url(../images/orangebullet.gif) none outside;
}

