* { margin: 0; padding: 0; } 
img { border: 0; }
a { outline: 0; }
a:focus { outline: 0; outline-offset: 0; }

/* Necessary to make the body height 100% */
html {
    height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

#systemMessage {
	position: fixed;
	display: block;
	left: 0;
	top: -2000px; /* Hide by default */
	width: 100%;
	color: #ff0000;
	padding: 20px 0px 20px 0px;
	z-index: 10;
	background: transparent url('/img/common/black-trans80.png') repeat scroll top left;
	text-align: center;
	cursor: pointer;
}

#stage {
	clear: both;
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0px 0% 0px 0%;
	z-index: 0;
}

#page {
	clear: both;
	position: relative;
	width: 94%;
	margin: 0;
	padding: 0px 3% 90px 3%;
	background-color: #fff;
	z-index: 1;
	overflow: hidden;
}

#header{
	clear: both;
	width: 94%;
	height: 66px;
	padding: 0px 3% 0px 3%;
	background: transparent;
	position: relative;
	z-index: 10;
	background-color: #eee;
}

#logoArea {
	position: absolute;
	top: 30px;
	right: 3%;
	margin: 0px 0px 0px 0px;
	z-index: 0;
}

#logoArea p {
	font-size: 14pt;
	font-weight: 700;
	line-height: 14pt;
	margin: 0 0 0 0;
}

#metaNav {
	float: right;
	margin: 0px 0px 0px 0px;
}

#metaNav p {
	font-size: 8pt;
	text-align: right;
	font-weight: bold;
}

#homeBar {
	display: block;
	clear: both;
	width: 100%;
	height: 28px;
	border-bottom: solid 1px #ddd;
	background-color: #eee;
}

#content {
	position: relative;
	clear: both;
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	z-index: 10;
}

#footerContent {
	clear: both;
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #e6e6e6;
}

#footerContent p {
	font-size: 9pt;
	color: #b3b3b3;
	padding: 0 3% 0 3%;
	margin: 0 0 0 0;
}

#footerContent a {
	font-size: 9pt;
}


