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: 80px;
    width: 309px;
	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;
}