body {
	background-color: white ;
}

.banner {
	background-color: #F3EFEC ;
}

#hometext {
	max-width: 550px ;
	margin: 75px auto 0px;
	padding-bottom: 25px;
}

#welcome1 {
	position: Relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 3em;
	font-weight: bold;
	color: #39414d;
	margin-top: 40px;
    padding-top: 40px;
	}

.welcome2 {
	position: Relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 2em;
	color: black;
	font-weight: bold;
	}

#maintext {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
}

#MainView {
    margin: 105px auto;
    width: 100%;       
}
#MainView.fixed {
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 0;
    padding-top: 10px;
    width: 100%;
    z-index: 11;        
    -webkit-overflow-scrolling: touch;
}

#MainViewRpts {
	max-width: 50%;
	margin: 150px auto;
}

.reportheader {
	margin: 25px auto;
	max-width: 100%;
}

.pagelinks {
	margin-top: 25px;
	margin-bottom: 25px;
	text-decoration: none;
}

.olrfooter {
	margin: 0 auto;
	max-width: 50%;
    text-align: center;
}

.errormessage {
	margin-top: 65px;
}

.footer {
	text-align: center;
}

.company-logo {
	font-size: 2em ;
	font-weight: bold;
    height: 82px;
    width: 84px;
	margin-top: 0px;
	color: white;
}

/* BootStrap overrides */
.panel-primary>.panel-heading {
	background-color: #F3EFEC ;
	border-color: #F3EFEC;
    color: #3D6D0C;
}

.panel-body {
	background-color: white ;
	border-color: #F3EFEC;
}

.btn-primary {background-color: #F3EFEC;
    color: #3D6D0C
}

a {
    color: #3D6D0C;
}

/* overrides page-header-text in applications */
.page-header-text {
    font-size: 1.5em;
    font-weight: normal;
    color:  #262626;
    padding-top:10px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-left: 20px;
    margin-left: 0px;
    border-bottom: 1px solid #e1e1e1;  
    font-family:'Work Sans', sans-serif;
  
}