/* CSS Document ********************************************
Subpage - Morning By Morning

This style sheet handles the formatting for a subpage that is 
not a part of either the primary navbar or the footer. These are
controlled by their own aptly named style sheets as they are 
designed as components.

Note that not every subpage has three columns. Generally, if
the column count is reduced, the right (c3) goes first, then left
(c1) leaving the center column (c2).

possible colors:
#EF8C29 - dark orange
#292173 - dark navy blue
#99FF99 - mint green
#F7EF00 - dark yellow
#FAEF00 - yellow;
#FFFF99 - pale yellow
***********************************************************/
/* This applies to boxes in the leftmost of 3 cols, content area, subpage 
other than the mypages linkbox*/
.c1box {
	/*border: 2px ridge #EF8C29; */
	border: none;
	margin-top: 0px;
	margin-bottom: 7px;
	padding: 0px 7px 3px 7px;
	font: normal 11px/14px sans-serif;
}
.c1box h3{
	font-family: verdana;
	line-height: 22px;
	color: #EF8C29;
	margin: 0; 
	padding: 0;
}

/* This applies to boxes in the center of 3 cols, content area, subpages */
.c2box {
	/*border: 2px ridge #292173; */
	border: none;
	margin: 0px 3px 7px 3px;
	padding: 0px 7px 3px 3px;
	font: normal 12px/14px sans-serif;
	color: #333333;
}
.c2box h3 {
	font: normal bold 16px/20px verdana;
	color: #666666;
	margin: 3px 0px 7px 0px;
	padding: 3px;
	border-bottom: 2px groove #777777;
}
.c2box span {
	font: normal bold 12px/14px verdana;
	color: #666666;
}
.c2box table td {
	border: none;
	margin: 0px 3px 7px 3px;
	padding: 0px 7px 3px 3px;
	font: normal 12px/14px sans-serif;
	color: #333333;
}
#new {
	color: #009999;
}

/* This applies to boxes in the rightmost of 3 cols, content area, subpages */
.c3box {
	/* border: 2px ridge #F7EF00; */
	border: none;
	margin: 0px 0px 7px 0px;
	padding: 0;
	font: normal normal 11px/16px sans-serif;
}

#c3boxhead  {
	font: bold normal 12px/16px sans-serif;
	text-align: center;
	color: #000066;
	background-color: #FFFF99;
	margin: 0;
	padding: 0;
	border-bottom : 2px ridge #F7EF00;
}
#c3boxhead a:link {
	color: #000066;
	text-decoration:none;
}
#c3boxhead a:visited {
	color: #000066;
	text-decoration:none;
}
#c3boxhead a:hover {
	color: #009999;
	text-decoration:none;
}

#c3boxbody  {
	padding: 5px;
}
