.menuContainer {
	display:none;
}
.pageCover {
    background: url("https://static.moveon4.com/us-lau/images/logo_lau.jpg") no-repeat scroll 0px 20px #fff;
	background-size: 20%;
	font: 14px/1.5em corbel, "helvetica neue", "franklin gothic medium", "franklin gothic book", "franklin gothic", sans-serif;
	
    padding-top: 100px;
}
.loginBar {

    top: 15px;
}
.wizardTitleBar {
    background: #F6F6F6;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
	
}
			

.pageCover h1 {
	color: #
}
	
#languageButtons li a {
    padding: 2px 5px;
    width: 100%;
    color: #4A4A4A;
    display: block;
    text-decoration: none;
	
	font-weight: bold;
	margin-top: 0px;
	background: #fff;
	font-size: 12px;
}
#languageButtons li a:hover {
    padding: 2px 5px;
    width: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
	
	font-weight: bold;
	background: #004C3C;
	font-size: 12px;
}

li.currentLanguage {
    background: #004C3C;
    color: #fff;
	padding: 2px 8px;
	border-bottom: medium none;
	
	font-weight: bold;
	font-size: 12px;
}

b, a, p {
    font-family: corbel, "helvetica neue", "franklin gothic medium", "franklin gothic book", "franklin gothic", sans-serif;
	color: #4A4A4A ;
}


.plainText {
	font-family: corbel, "helvetica neue", "franklin gothic medium", "franklin gothic book", "franklin gothic", sans-serif;
	padding-left: 12px;
}

.formHeader {
    font-size: 16px;
    width: 100%;
    color: #4A4A4A;
	font-weight: 700;
	border-bottom: 1pt solid #7B9027;
}


.loginBar span {
    font-weight: 400;
    color: #4A4A4A;
					
}

.loginBar{
	padding-top: 30px;
	color: #4A4A4A;
	font-family: corbel, "helvetica neue", "franklin gothic medium", "franklin gothic book", "franklin gothic", sans-serif;
	font-weight: 400;
	
}

.loginBar a {
	color: #4A4A4A;
	font-weight: 400;
}

.loginContainer:before {
	content: "Registration is required for first time applicants !"
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

a.button {
	color: #4A4A4A;
}

.formContainer fieldset {
    border-bottom: 1pt solid #7B9027;
	
 }


.formContainer fieldset > legend, .searchBox .searchHeader {
    background: #f6f6f6;
	border-bottom: 1pt solid #7B90;
}