@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: visible;
	color:#000;
	font-family: verdana, arial, helvetica, simhei, sans-serif;
	font-size:62.5%;
}
/* bottom frame */
* html body { /*IE6 hack*/
	padding: 0 0 0px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}
* html #topframe { /*IE6 hack*/
	height: 100%;
	width: 100%;
	z-index:-1;
}
#topframe {
	background: #1d3377 url(../images/bluebkg.jpg) repeat-x;
	position: relative;
	overflow: visible;
	text-align: center;
}
#framecontent {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px; /*Height of frame div*/
	overflow: auto;
	background: #333;
	color: #fff;
	text-align: center;
}