/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/


li {
     line-height:1.3em;
}
div.entry-content ul, div.entry-content ol {
     margin:8px 0;
}
div.entry-content {
     line-height:1.5em;
}
.page-title {
     margin:0 0 10px;
}
/***Steering Committee image class***/
.sc-img {
     padding:5px;
     border:#D3C3D9 dashed 1px;
     margin: 0 8px 0 0;
     float: left;
}