/* CSS Document */
table {
	border-collapse:collapse;
}
html, body {
	height:100%;
}
body {
	background-color:#1b3f6c;
}
#Container {
	position:relative;
	text-align:left;
	margin:0px auto;
	width:980px;
	height:auto !important;
	height:100%;
	min-height:100%;
	overflow:auto;
	background:#f0f3f3;
}
#TopLogoHolder {
	position:relative;
	width:980px;
	height:54px;
	margin:0;
}
#TopGraphicHolder {
	position:relative;
	width:980px;
	margin:0;
	overflow:auto;
}
#FrontBox1 {
	position:relative;
	margin:230px 0 0 22px;
	width:224px;
	height:274px;
	background:url(/Files/System/BARservice/apvportal/front_box1.gif) no-repeat;
	display:inline;
	float:left;
}
#FrontBox2 {
	position:relative;
	margin:240px 0 0 15px;
	width:393px;
	height:255px;
	display:inline;
	float:left;
}
#FrontBox3 {
	position:relative;
	margin:257px 0 0 0 ;
	width:303px;
	height:246px;
	background:url(/Files/System/BARservice/apvportal/front_box3.gif) no-repeat;
	display:inline;
	float:left;
}
#ContentHolder {
	position:relative;
	margin:40px 0 0 22px;
	width:958px;
	display:inline;
	float:left;
}
