.pageCover {
    background: url("https://static-de.moveon4.com/unideb/images/ud-engpng-1.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
	background-size: 45%;
	padding-top: 180px;
}
.wizardTitleBar {
    background: #144438;
    color: #fefefe;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
    color: #f6f6f6;
    background: #38806e;
}
button[kind="previous_button"] {
    color: #f5b418;
    border: 1px solid #f5b418;
}
button[kind="next_button"] {
    color: #f5b418;
    border: 1px solid #f5b418;
}
button[kind="save_button"] {
    background: #f5b418;
}
button[kind="save_button"]:hover {
    background: #38806e;
}
.vMenu > a > li {
	color: #fefefe;
	background-color: #144438;
}
.vMenu > a > li.active {
	background: #38806e !important;
	color: #fefefe !important;
}
.vMenu > a > li.complete {
	color: #f5b418;
	background: #144438;
}
.vMenu > a > li:hover {
	background-color: #38806e !important;
	color: #fefefe !important;
}
button[kind="submit_button"] {
   background: #f5b418;
} 	
button[kind="submit_button"]:hover {
	background: #38806e;
}
.addSection {
    color: #38806e;
    border: 1px solid #38806e;
}
.vMenu > a > li.complete.active {
    color: #f5b418 !important;
}
.vMenu > a > li.complete:hover {
    background: #38806e !important;
    color: #f5b418 !important;
}
.blue span {
    background-color: #f5b418;
}