html,body { 
	margin:0;
	padding:0;
	height:100%;
}
#container {
	min-height: 100%;
	position: relative;
}
.hidediv {
	display: none;
}
.mybutton {
	font-family: arial, sans-serif, verdana;
	font-size: 1.5em;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	border-radius: 8px 8px 8px 8px;
}
.formfield {
	font-family: arial, sans-serif, verdana;
	font-size: 1.5em;
	font-weight: normal;
	width: 270px; 
	margin-bottom: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	border-radius: 8px 8px 8px 8px;
}
.formselect {
	font-family: arial, sans-serif, verdana;
	font-size: 1.5em;
	font-weight: normal;
	width: 296px; 
	margin-bottom: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	border-radius: 8px 8px 8px 8px;
}
#header {
	background-image: url('../images/blue-bar.png');
	height: 45px;
	width: 100%;
	top: 0px;
	position: fixed;
	border-bottom: solid;
	border-color: #000000;
	border-width: 1px;
	z-index:100;
}
#footer {
	position:absolute;
	bottom: 0px;
	background-image: url('../images/blue-bar.png');
	height: 45px;
	width: 100%;
	border-top: solid;
	border-color: #000000;
	border-width: 1px;
	z-index:100;
}
#content {
	overflow: auto;
	height: 100%;
	padding: 10px 10px 10px 10px;
}
#container {
	min-height: 100%;
	position: relative;
}
