@charset "utf-8";
body {
	margin: 0px;
	background-image:url(gui/pics/upmc86_bg_grade.gif);
	background-repeat:repeat-x;
	background-color:#bdcad5;
}
.header {
	width:562px;
	height:77px;
	background-image:url(gui/pics/upmc86_top_bg.jpg);
	background-repeat:no-repeat;
}
.footer {
	width:562px;
	height:72px;
	background-image:url(gui/pics/upmc86_bottom_bg.gif);
	background-repeat:repeat-x;
}
.content {
	width:562px;
	height:447px;
	background-color:#FFFFFF;
}
.siteBorder {
	border:#666666 solid 2px;
}
.pBarLeftSide {
	background-image:url(gui/pics/pbarleft.gif);
	background-repeat:no-repeat;
	width:12px;
	height:25px;
	float:left;
}
.pBarLeftCenter {
	background-image:url(gui/pics/pbarcenter.gif);
	background-repeat:repeat-x;
/*
	width:5px;
*/
	height:25px;
	float:left;
}
.pBarRightSide {
	background-image:url(gui/pics/pbarright.gif);
	background-repeat:no-repeat;
	width:12px;
	height:25px;
	float:left;
}
.pBarPlacement {
	position: relative;
	height: 25px;
	width: 435px;
	left: 354px;
	top: 25px;
}
.bottomBoxLeft {
	background-image:url(gui/pics/upmc86_bottom_box_l.gif);
	background-repeat:no-repeat;
	width:10px;
	height:62px;
	float:left;
}
.bottomBoxMiddle {
	background-image:url(gui/pics/upmc86_bottom_box_m_bg.gif);
	background-repeat:repeat-x;
	width:257px;
	height:62px;
	float:left;
}
.bottomBoxRight {
	background-image:url(gui/pics/upmc86_bottom_box_r.gif);
	background-repeat:no-repeat;
	width:10px;
	height:62px;
	float:left;
}
.bottomBoxContent {
	margin:7px 0px 7px 0px;
	color:#2c6999;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

