DIV {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

select {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}

.topbar {
	background-image: url(topbg.jpg);
	background-repeat: repeat-x;
	height: 198px;
	background-position: right;
	min-width:770px;
}

.topbarbg {
	position:relative;
	float:right;
	background-image: url(topbar.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 762px;
	right: 0px;
	background-position: right;
}

.data {
	min-width: 760px;
	width:100%;
    width:expression(document.body.clientWidth < 760 ? "760px" : "100%" );
}

.leftframe {
	left: 49px;
	background-color: #E6E4E5;
	position:relative;
	min-width: 570px;
	width:686px;
	width:expression(document;
	height: 876px;
	top: 223px;

.body.clientWidth < 760 ? "570px" : "75%" );
	float:left;
	background-image: url(newseparator.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding:10px 10px 0px 10px;
	}

.rightframe {
	background-color: white;
	position:relative;
	min-width: 190px;
	width:24.9%;
    width:expression(document.body.clientWidth < 760 ? "190px" : "24.9%" );
	float:right;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	padding:10px;
}

.title {
	height:35px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #989898;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
}

.content {
	background-color: #FFFFFF;
	line-height:2;
	padding:10px;
	width: 100%;
	border: 1px solid #989898;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #777777;
}

.content1 {
	background-color: #FFFFFF;
	line-height:2;
	padding:10px;
	width: 100%;
	border: 0px solid #989898;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #777777;
}

.tablecontents {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #777777;
}

.jumpbutton {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: white:
	border: 1px solid #989898;
}
