/*Shaping Outcomes Dig Deeper CSS*/
/*Adapted from Dreamweaver CSS Page Design*/


body{
	font-family: Helvetica Neue Bold, Helvetica, Arial, sans-serif;
	color: #7B7B7B;
	line-height: 160%;
	font-size: 12px;
	background: #77A28C;

}

a:link {
	color: #959b98;
	text-decoration: none;
}	

a:visited, a:hover {
	color: #3b9a6b;
	text-decoration: none;
}	


h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica Neue Bold, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 14px;
 color: #3b9a6b;
}

/* To add H1 so as to improve accessibility */
h1.accessnav {
	font-size: 0.2em;
	color: #FFFFFF; /* white background */
}


h2{
 font-size: 110%;
 color: #3b9a6b;
 font-weight: normal;
}

h3{
 font-size: 90%;
 font-weight: bold;
 color: #3b9a6b;
}

h4{
 font-size: 70%;
 font-weight: bold;
 color: #3b9a6b;
}

h5{
 font-weight: bold;
 color: #959b98;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 color: #3b9a6b;
}
		
	

/***********************************************/
/* Overall Page Layout Divs                    */
/***********************************************/

#page {
	width: 400px;
	margin: 20px auto;
	background:#FFFFFF;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	}
	

/************** .feature styles ***************/

.feature{
	padding: 10px 10px 10px 10px;
}

.glossary {
font-weight: bold;
 color: #3b9a6b;
}
