/* This is the style sheet for the outcomes! */
.content {
	padding-left : 20px;
	width: 95%;
}
.outcomecontent {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.alloutcomemainheader {
	height : 2em;
	padding-top : 10px;
	padding-bottom : 10px;
	font-weight : bold;
	font-size : 36px;
	font-family : serif;
	color: #D9541E;
	font-style: italic;
}
.outcomeheading, .alloutcomeheading {
	height : 2em;
	padding-top : 10px;
	padding-bottom : 10px;
	font-weight : bold;
	font-size : 26px;
	font-family : serif;
	color: #D9541E;
	font-style: italic;
}
.alloutcomeheading {
	border-top : 2px dotted #999999;
}

.outcomereturn {
/* holds the return to profile link */
/* inside outcomecontent */

}
.outcometext {
	margin-left: 25px;
	/* main wrapper for the outcome text from the database */
/* inside outcomecontent */

}
.outcomeparagraph {
	/* wrapper to hold one subheading worth of stuff */
	/* inside outcometext */
	padding-top : 10px;
	padding-bottom : 5px;
	/* color specified here to make sure it shows up in the wysiwyg editor */
	color: #333333;
}
.outcometext p {
	/* wrapper to hold one subheading worth of stuff */
	/* inside outcometext */
	padding-top : 5px;
	padding-bottom : 0px;
	/* color specified here to make sure it shows up in the wysiwyg editor */
	color: #333333;
}
.outcomeparagraph ol {
	list-style-type : decimal;
}
ol, ol li, ol ol, ol li ol, ol li ol li {
	list-style-type : decimal; 
	list-style-position : inside; 
	padding:1px;
    margin: 1px;
}
.outcomesubheading {
/* holds the section name */
/* inside outcomeparagraph */
	display: inline;
	color: #003366;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-left :2px;
	white-space : normal;
}
.outcomeagencyname {
	/* holds just the name of a agency or service */
	/* inside outcomeagency */
	display: inline;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/* color specified here to make sure it shows up in the wysiwyg editor */
	color: #333333;
	padding-right : 2px;
	padding-left :2px;
	white-space : normal;
}
.outcomeagencyphone {
/* holds just the phone number of a agency or service */
/* inside outcomeagency */
	display: inline;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/* color specified here to make sure it shows up in the wysiwyg editor */
	color: #333333;
	padding-right : 2px;
	padding-left :2px;
	white-space : normal;
}

.outcomeagencylink {   /* not really used */
	/* holds just the linkto a agency or service */
	/* inside outcomeagency */
	display: inline;
	font-weight : normal;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/* color specified here to make sure it shows up in the wysiwyg editor */
	color: #333333;
	padding-right : 2px;
	padding-left :2px;
	white-space : normal;
}
.header,
.navmenu,
body  {
	width: 1024px;
	}


/*@media print {
 */
.header,
.navmenu,
.content,
body  {
	width: 1024px;
	}

.navmenu ul,
.imagearea,
.columnarea
	{
	display: none;
	}
#outcomepage2 .navmenu ul
{
	display: block;
}
.content,
.mainarea,
.labelarea
	{
	float: none !important;
	}
.content,
.mainarea
	{
	left:0px;
	width: 900px;
	}
.labelarea
	{
	width: 790px;
	}
	.label,
	.labeltext{
	width: 775px;
	}
#profile .main{
	height:auto;
	}
/*}
*/
