/* CSS Document ********************************************
Homepage - Morning By Morning

This style sheet handles the formatting for the home page that is 
not a part of the banner area, primary navbar or the footer; i.e. 
the content area. These others are controlled by their own aptly 
named style sheets as they are designed as components. The 
linkbox and todgreeting are found in misccomp.css, as they are 
more component oriented and may not be unique to the 
homepage.

possible colors in use:
#EF8C29 - dark orange
#000033 - dark navy blue
#330099 - medium purple
#99FF99 - mint green
#F7EF00 - dark yellow
#FAEF00 - yellow
#FFFF99 - pale yellow
color: orangered;
************************************************************/
/* This applies to boxes in the leftmost of 3 cols, content area, homepage 
other than the linkbox*/
.c1box {
	border: 2px ridge #EF8C29; 
	width: 112px;
	margin: 0px 0px 7px 0px;
	padding: 0px 3px 3px 3px;
	font: normal 11px/14px sans-serif;
}
.c1box h3{
	font: normal bold 12px/16px verdana, sans-serif;
	color: #EF8C29;
	margin: 0; 
	padding: 0;
}
/* This applies to boxes in the center of 3 cols, content area, homepage */
.c2box {
	/*border: 2px ridge #292173;*/
	border: none;
	margin-top: 0px;
	margin-bottom: 7px;
	padding: 3px;
	font: normal 12px/14px sans-serif;
}
.c2box h3 {
	font: normal bold 14px/22px verdana;
	color: #000088;
	margin: 0px 0px 3px 0px; 
	padding: 0px 0px 3px 0px;
}
.c2box h4 {
	font: normal bold 12px/14px verdana;
	color: #666666;
	margin: 3px 0px 0px 0px; 
	padding: 3px 0px 0px 0px;
}
.c2box h4#inspire{
	color: #336699;
}

/* Homepage Column 3, rightmost of 3 cols, content area boxes, headers, headerlinks */
.c3box {
	border: 2px ridge #F7EF00;;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	width: 110px;
	font: normal normal 11px/12px sans-serif;
}
#c3boxhead  {
	font: bold normal 11px/14px verdana, sans-serif;
	color: #006666;
	background-color: #FFFF99;
	width: 110px;
	margin: 0;
	padding: 0;
	border-bottom : 2px ridge #F7EF00;
}
#c3boxhead a:link {
	color: #006666;
	text-decoration:none;
}
#c3boxhead a:visited {
	color: #006666;
	text-decoration:none;
}
#c3boxhead a:hover {
	color: #009999;
	text-decoration:none;
}
#c3boxbody  {
	padding: 5px;
}
