html{
	width:100%;
	font-size: 100%;
}
body{
	width:100%;
	text-align:center;
	margin: 0;
	background-color:#f8f8ff;
}
img{
	-ms-interpolation-mode:bicubic;
}
#frame{
	width:90%;
	min-width:45em;
	min-height:20em;
	margin:0 auto;
	background-color:#ffffff;
	color:#000000;
	overflow:hidden;
	margin-top:1em;
	border:1px solid #708090;
	white-space:normal;
	margin-bottom:1em;
	font-size:100%;
	text-align:center;
}
#footer1{
	line-height:2em;
	width:90%;
	border-top:1px solid #808000;
	margin:0 auto;
	float:none;
	clear:both;
}
#centcont{
	min-height:38em;
	height:100%;
	text-align:justify;
	width:100%;
}
#menucont1{
	position:relative;
	width:90%;
	height:2em;
	margin:0 auto;
 	line-height:2em;
	overflow:hidden;
	font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
	text-align:center;
	font-size:130%;
}
#menubar{
	margin:0 auto;
	width:90%;
	color:#778899;
	position:relative;
	top:1px;
	left:0;
}
.mitm{
	width:25%;
	height:100%;
}
.lnk:hover{
	color:#191970;
	top:-1px;
	font-size:102%;
	text-decoration:underline;
	font-weight:600;
 }

.lnk{
	text-decoration:none;
	color:#0000cd;
	position:relative;
}
.lnkdiv{
	height:2em;
	line-height:2em;
	text-align:center;
}