html {
	height: 100%;
}
body {
	background-color: #778DDB;
	margin: 0px;
	padding: 0px;
	height: 100%;
}


/* container */
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	top: 0px;
}
html>body #container {
	height: auto;
}


/***** Header *****/
#header {
	position: absolute;
	top: 0px; height: 206px;
	left: 0px; width: 100%;
	background-color: #09018B
}
#headerText {
	height: 80px;
	background-repeat: no-repeat;
	background-position: center left;
}
#headerLogo {
	height: 100px;
	background-color: white;
	border: 1px solid white;
	border-left: inherit;
	border-right: inherit;
}
#headerImage {
	position: absolute;
	left: 0px;
	z-index: 4;
}
#headerFlash {
	position: absolute;
	right: 5px;
	z-index: 5;
}
#headerMenu {
	position: relative;
	left: 0px; width: 100%;
	background-color: #778DDB;
	list-style: none;
}



/***** Footer *****/
#footer {
	position: absolute;
	left: 0px; width: 100%;
	bottom: 0px; height: 41px;
	background-color: #09018B;
	border-top: 1px solid white;
	text-align: right;
}
#footerContent {
	position: absolute;
	bottom: 8px;
	right: 45px;
}
#fmLogo {
	float: right;
}



/***** Content *****/
#content {
	padding: 1em;
	padding-top: 220px;
	padding-bottom: 50px;
}
.imgborder {
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
}
.textfield {
	background-color: #BBC6ED;
	border: 1px solid #FFFFFF;
	color: #09018B;
}
.formbutton {
	background-color: #09018B;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-right: 10px;
}