  main .intro {
    padding-left: 120px;
    background-repeat: no-repeat;
    background-position: 0px center;
	min-height: 100px;
}
main .headerimage {
	width: 100%;
}
main .greenbox {
    padding: 20px;
    margin: 0px 0px 1rem 0px;
    color: white;
}
main .greenbox h2 {
  margin-bottom: 0;
}
main .greenbox h5 {
    color: #F2B329;
}
main .light {
    background-color:#4EA584;
	color: #222222;
}
main .dark {
    background-color:#00583D;
}
main table.progress {
    width: 100%;
}
main table.progress th {
    background-color: #F58220;
}
main table.progress td {
    background-color: #FFF6DF;
    padding: 10px;
}
main table.progress ul {
    margin-bottom: 0;
}
