/* CSS Document */

/* CSS Document 

green : color:#5B912F;
background : color:#2E558D;


background Tan:#D9D7BA;
Content Background: #FFF;
Blue: #2E558D;
Blue Highlight: #B2C1D7

 ===================================================================== Menu CSS  */


.menu li a  {
	background:#2E558D;
}

.menu li a:hover {
	background:#B2C1D7;
}





/* ===================== Blue Headlines  */

/*-- headline -- */
h3 {
	color:#2E558D;
	border-bottom:1px solid #B2C1D7;
}

/*-- subhead headline -- */

h4 {
	color:#2E558D;
	border-bottom:1px solid #B2C1D7;
}

/*-- Nutrition Facts headline -- */

h5 {
	color:#FFF;
}

/*  ======= News Headling ---*/
h6 {
	color:#2E558D;
}


/* ========= Links ====== */



#news a:link, #news a:visited {
	color:#2E558D;
	text-decoration:none;
}

#news a:hover, #news a:active {
	color:#B2C1D7;
}

#content a:link, #content a:visited {
	color:#2E558D;

}

#content a:hover, #content a:active {
	color:#B2C1D7;
}

#content_home a:link, #content_home a:visited {
	color:#2E558D;
}

#content_home a:hover, #content_home a:active {
	color:#B2C1D7;
	
}
#navlinks a:link{
	color:#293850;
}

#navlinks a:hover{
	color:#293850;
}

#navlinks a:visited{
	color:#293850;	
}


/* ====================== Blue Trivia */

#trivia {
	background:url(../images/trivia_blue.jpg) no-repeat top left;
}

#trivia_home {
	background:url(../images/trivia_blue_home.JPG) no-repeat top left;
}


/* ====================== Bullets*/


#descriptions ul {
	list-style:url(../images/bluebullet.gif) none outside;
}


