html {
	height: 100%;
	overflow: hidden;
}
body {
	color: black;
	line-height: 1.3em;
	height: 100%;
	margin: 0px;
	padding: 0;
	font: normal 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#mainNav {
	margin: 0px;
	float: left;
	width: 20%;
}

#alternateContent  {
	float: left;
	width: 70%;
	position: relative;
}
#alternateContent h2 {
	font-size: 1.2em;
	width: 70%;
	float: left;
}
#alternateContent h3 {
	font-size: 1em;
	width: 70%;
	float: left;
}
#alternateContent p {
	width: 70%;
	float: left;
}

#alternateContent div.error {
	border: 2px solid red;
	padding: .5em;
	background:#FFEFEF;
	width:20%;
	color: red;
	float: right;
	position: absolute;
	top:0;
	right:0;
}
#alternateContent div.error p {
	text-align: left;
	font-weight:bold;
	font-size:80%;
	width: 100%;
}
#flashcontent {
	height: 100%;
	
}
#footer h3.x {
	display: none;
}
