html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
body {
	overflow: auto;
}
#loadingMessageContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 30%;
}
#loadingMessage {
	display: inline;
	font-size: 130%;
	font-weight: bold;
	color: #999;
}
#loadingMessage img {
	vertical-align: text-top;
}
#appHeader {
	position: relative;
	background-image: url(resources/media/header.gif);
	background-repeat: repeat-x;
	background-color: #0A3351;
}
#appHeader .appHeaderLogo {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 18px;
	width: 204px;
	background-image: url(resources/media/logo.gif);
	background-repeat: no-repeat;
}
#appHeader .appHeaderText {
	text-align: right;
	color: #FFFFFF;
	font-size: 280%;
	padding: 15px 15px 8px 8px;
}
.textContainer {
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.textBackground {
	background:#FFF url(resources/media/textBackground.gif) repeat-x scroll center bottom;
}
/* fixes */
.gecko .textContainer {
	-moz-box-sizing: border-box;
}
.webkit .textContainer {
	-khtml-box-sizing: border-box;
}

/*  Layout 8 specific */
#frame {
	text-align: center;
}

#appContainer {
	text-align: left;
	width: 1000px;
	margin: 0pt auto;
	position: relative;
}

.column {
	position: absolute;
}

#column1 {
	left: 0%;
	width: 40%;
}

#column2 {
	left: 40%;
	width: 30%;
}

#column3 {
	left: 70%;
	width: 30%;
}