
body {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:url(../../../graphic/bg.gif);
	background-repeat:repeat-x;
	background-color:#00479e;
}
#theBody {
	width:900px;
	height:575px;
	text-align:left;
	border:2px solid #fff;
	border-bottom:4px solid #fff;
	border-right:4px solid #fff;
}
#vertical_align_body {
	display:table;
	height:100%;
	width:100%;
}
#vertical_align_holder_outer {
	vertical-align:middle;/* not readable for IE*/
	margin-top:4%;
	display:table-cell; 
}
#theMenu {
	width:900px;
	height:25px;
	text-align:center;
	border:1px solid #00479e;
	background:url(../../../graphic/innerBg.gif);
}
#content {
	width:900px;
	height:498px;
	text-align:left;
	border-left:1px solid #00479e;
	border-right:1px solid #00479e;
	background-color:#fff;
}
#bodyBg {
	width:100px; 
	background:url(../../../graphic/innerBg3.gif); 
	height:100%; 
	clear:both;
	float:left;
}
#bodyHolder {
	padding-left:10px; 
	padding-top:20px; 
	overflow:auto;
	height:479px;
	float:left;
	width:790px;

}

#theFooter {
	width:900px;
	height:50px;
	text-align:left;
	border:1px solid #00479e;
	background:url(../../../graphic/innerBg.gif);
}
#footerLogo {
	width:150px; 
	margin-left:10px; 
	margin-top:2px; 
	background:url(../../../graphic/logo.gif); 
	background-repeat:no-repeat; 
	height:100%; 
	float:left;
}
#footerHolder {
	padding-left:5px; 
	padding-top:5px; 
	width:722px; 
	height:100%;
	float:left;
}
