/********************************Styles for layout and graphs of quality outcomes******************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/************************Heading area for main outcomes page********************/
.heading-large-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #819FC4;
	font-size: 180%;
	font-style: italic;
	padding-right: 30px;
}

/************Box styles for main outcomes page********************************/
.outter-box {
	background-image: url(images/heading-box-top-main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #819FC4;
	width: 221px;
	text-align: center;
	padding: 10px 0px;
}
.inner-box {
	background-color: #FFFFFF;
	border-left: solid 11px #819FC4;
	border-right: solid 11px #819FC4;
	border-bottom: solid 11px #819FC4;
	padding: 6px;
	font-size: 80%;
	vertical-align: top;
}
.inner-box ul {
	margin: 0px;
	font-size: 120%;
}

/*************Box heading styles for inner outcome page*****************************/
#heading-box {
	width: 99%;
	margin: 8px 0px;
}
.heading-top {
	background-image: url(images/heading-box-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #819FC4;
	width: 224px;
}
.heading-center {
	background-color: #819FC4;
	padding: 0px 20px;
	text-align: center;
}
.heading-bottom {
	background-image: url(images/heading-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #819FC4;
}
.heading-content {
	border: 11px solid #819FC4;
	padding: 10px;
	font-size: 80%;
}

/**********************2 column layout styles for inner outcome page********************************/
.column-left {
	width: 40%;
	padding: 0px 14px;
	vertical-align: top;
}
.column-left ol {
	margin-left: 20px;
}
.column-left ul {
	margin-left: 20px;
}
.column-right {
	width: 60%;
	padding: 0px 14px;
	vertical-align: top;
}

/*********************************Graph styles*****************************/
.graph-heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #819FC4;
	font-size: 150%;
	font-style: italic;
}
.graph-heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-size: 110%;
	font-style: italic;
	background-color: #FAF6E4;
	border-left: solid 1px #7B7A7A;
	border-top: solid 1px #7B7A7A;
	border-right: solid 1px #7B7A7A;
	padding: 6px 8px;
	text-align: center;
}
#description, #description2, #description3, #description4 {
	color: #303030;
	font-weight: bold;
	text-align: center;
}
.graph-single {
	background-color: #FAF6E4;
	border-left: solid 1px #7B7A7A;
	border-bottom: solid 1px #7B7A7A;
	border-right: solid 1px #7B7A7A;
	padding: 0px 8px 8px 8px;
	text-align: center;
}
.graph-multi {
	background-color: #FAF6E4;
	border-left: solid 1px #7B7A7A;
	border-bottom: solid 1px #7B7A7A;
	padding: 0px 8px 8px 8px;
	text-align: center;
	vertical-align: top;
	width: 60%;
}
.business-unit-list {
	background-color: #FAF6E4;
	border-right: solid 1px #7B7A7A;
	border-bottom: solid 1px #7B7A7A;
	font-size: 70%;
	vertical-align: top;
	padding: 33px 8px 8px 4px;
	width: 40%;
}
.business-unit-list a:active {
	color: #3D3D3D;
	font-weight: bold;
	text-decoration: none;
}
