﻿/*controls the layout for the statement pages of the curriculum website*/
#outcomeBreadcrumb
{
	float:left;
	width:80%;
	padding-top:10px;
	padding-bottom:10px;
	font-size:130%;

}

#outcomeDetails
{
	clear:both;
	float:left;
	width:100%;
	background-color:#e5e5e5;
	border:solid 1px #cccccc;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
}

#outcomeResources
{
	clear:both;
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border:solid 1px #c2bad1;
}
