
html, body, .main{
	width: 95%;
	height: 95%; /*set for IE */
}
html>body .main
{
	min-height: 95%;
	height: auto; /* ignored by IE*/
}

.main
{
	position: absolute;
	top: 64px;
	left: 0px;
}
.search{
	margin-top : 4px;
}
.banner
{
	position:absolute;
	top:0%;
	left:1%;
	padding: 3px;
	height:1em;
	margin-left : auto;
	margin-right: auto;
	z-index : 0;
}
.navlist
{
	position : absolute;
	top : 11px;
	left : 26px;
	width : 10em;
	z-index : 1;
	padding : 0.5em;	
	margin-bottom : 0.5em;
}

.rightcol
{
	position : absolute;
	top : 1em;
	right : 1px;
	width :9em;
	z-index : 1;
	border : thin solid;
	padding : 0.5em;
	margin-bottom : 0.5em;

}
.mainBody
{
	margin-top:1em;
	margin-bottom: 3em;
	margin-right:11em;
	margin-left:10em;
	height: auto;
	padding:0.5em;
	background-color : white;
	border : thin dotted;
}

.footer {
	width: 100%;
	text-align: center;
	border-top:1px solid black;
	background-color:white;
	color:black;
	position:absolute;
	bottom :0px;
}