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