body { 
	margin: 0px;
	padding: 0px;
	border: 0px;
} 

.PageContainer { 
	width: 100%; 
	text-align: left;	
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.Banner {
	background-color: #FCB320;
	position: relative;
	width: 90%;
	height: 80px;
	display: block;
	vertical-align: middle;		
	float: right;
}

.Banner h1 {
	vertical-align: middle;	
	text-align: center;	
	position: relative;
	margin: 0px;
	width: 90%;
	top: 20px;
	left: 30px;
	color: #242323;
}

.navbar {
	background-color: #242323;
	position: relative;
	width: 10%;
	height: 100%;
	float: left;
	color: white;
	text-align: center;
	display: block;
}

.navbar img {
	position: relative;
	width: 100%;
	height: auto;
}

.navbar a { color: white; text-decoration: none;}
.navbar a:visited { color: white; text-decoration: none;}
.navbar a:hover { color: white; text-decoration: none;}
.navbar ul { padding: 0px; list-style-type: none; width: 100%}
.navbar li { width: 100%; border-width: 1px 0px 1px 0px; border-color: white; border-style: groove;  text-align: center; height: 50px; vertical-align: middle;}

.PageContent {
	position: relative;
	display: block;
	float: right;
	text-align: left;
	width: 87%;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 90%;

}

.PageContent input {width: 100%;}
.PageContent ul { list-style-type: none; text-align: center;}
.PageContent li { min-height: 30px; height:auto; vertical-align: middle; text-align: left;}
.PageContent select { width: 250px; }
.PageContent label {
	display: block;
	float: left;
	text-align: right;
	min-width: 300px;
	width: 300px;
	max-width: 300px;
	margin-right: 20px;
}

