/* CSS Document */

/* CSS Document 

green : color:#5B912F;
background : color:#B50603;


background Tan:#D9D7BA;
Content Background: #FFF;


red: #B50603;
red highlight: #FC9391

 ===================================================================== Menu CSS  */
	

.menu li a  {
	background:#B50603;
}

.menu li a:hover {
	background:#FC9391;
}




/* ===================== Blue Headlines  */

/*-- headline -- */
h3 {
	color:#B50603;
	border-bottom:1px solid #FC9391;
}

/*-- subhead headline -- */

h4 {
	color:#B50603;
	border-bottom:1px solid #FC9391;
}

/*-- Nutrition Facts headline -- */

h5 {
	color:#FFF;
}

/* ========= Links ====== */



#news a:link, #news a:visited {
	color:#B50603;

}

#news a:hover, #news a:active {
	color:##FC9391;
}

#content a:link, #content a:visited {
	color:#B50603;

}

#content a:hover, #content a:active {
	color:#FC9391;
}

#content_home a:link, #content_home a:visited {
	color:#B50603;

}

#content_home a:hover, #content_home a:active {
	color:#FC9391;
}


/* ====================== Blue Trivia */

#trivia {
	background:url(../images/trivia_red.jpg) no-repeat top left;
}

/*  ======= Content  ---*/

.greenhighlight {
	color:#98A463;
}

.redhighlight{
	color:#B50603;
}

.redhighlightTable {
	font-size:120%;
	color:#497023;
	vertical-align: text-top;
	text-align: right;
	font-weight:bold;
	padding:8px;
	margin-bottom:10px;
}

.required {
	font-size:140%;
	color:#B50603;
	font-weight:bold;
}

/* ====================== Bullets*/


#descriptions ul {
	list-style:url(../images/redbullet.gif) none outside;
}
