html, body {
/*	height: 100%; */
}
body {

	background-color: #E6EBF0;
	padding: 0px;
	margin: 0px;
	background-image: url(ml.gif);
	background-repeat: repeat-y;
}a.top{ text-decoration:none; color:#000000; font-size:13px;}
a.top:hover{ text-decoration:underline;color:#000000; font-size:13px;}
#topDiv {
	height: 91px;
	background-image: url(t2.gif);
	background-repeat: repeat-x;
}
#topdivLeft {
	width: 192px;
	height: 91px;
	background-image: url(topleft.gif);
	background-repeat: no-repeat;
	float: left;
}
#topdivRight {
	width: 192px;
	height: 91px;
	background-image: url(topright.gif);
	background-repeat: no-repeat;
	float: right;
}
#navitable {
	padding: 20px;
	line-height: 1.4em;
}
a.naviLink {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.naviLink:hover {
	color: #FFF;
}

