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

.main
{
	position: absolute;
	left: 0px;
	top: 100px;
	
}
.search{
	margin-top : 4px;
}
.banner
{
	position:absolute;
	top:0px;
	padding: 3px;
	height:1em;
	margin-left : auto;
	margin-right: auto;
	z-index : 0;
}
.navlist
{
	position : absolute;
	top : 10px;
	left : 16px;
	width : 160px;
	z-index : 1;
	padding : 0.5em;	
	height:520px;
	margin-bottom : 0.5em;
	z-index:2;
}

.rightcol
{
	position : absolute;
	top : 10px;
	right : 0px;
	width : 145px;
	z-index : 1;
	border : thin groove;
	background-color:#bebebe;
	height:500px;
	border-color:#9c3031;
	border : thin solid;
	z-index:2;
}
.mainBody
{
	margin-top:10px;
	margin-bottom: 3em;
	margin-right:8.5em;
	margin-left:180px;
	height: auto;	
	padding:0.5em;
	background-color:#e0e0e0;
	border : thin solid;
}

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