body{   
		font: 84% Arial, Helvetica, sans-serif;
		text-align:center;

		}
		
/* Sizing Tables
-------------------------------------------------------------- */
.ZedarTable {width:100%;border-left:1px solid #e7e7e7;margin:0 0 15px 0;border-spacing:0;border-collapse:collapse;font-size:14px;background:white;line-height:1.4;font-family:Arial,Helvetica,sans-serif}
.ZedarTable th,.ZedarTable td {border-bottom:1px solid #e7e7e7;border-right:1px solid #e7e7e7;padding:3px 6px;font-size:.9em}       
.ZedarTable thead th,.ZedarTable tr.alt th {font-weight:bold;background:#004684;color:#fff;border-right-color:#1b5b93}        
.ZedarTable tr.alt td {background:#f2f2f2}       
.ZedarTable,.ZedarTable th,.ZedarTable td {border-color:#e7e7e7}
.ZedarTable thead th,.ZedarTable tr.alt th {background:#004684;border-right-color:#00468}
.ZedarTable tr.alt td {background:#f2f2f2}
.ZedarTable thead th,.ZedarTable tr.alt th {color:#fff}

/*--------------------------------------------------------------*/
			
		
 #wrap{	
		text-align:left;
		position:relative;
		margin:0 auto;
		width:760px;
		left:-1px;
		padding:0px;
	 }

div#pageFrame {
position: relative;
width: 100%; /* total pagewidth */
margin: 0 auto;
padding-right:28px;


}
div#logoFrame {

position: relative;
}
div.navBarFrame {



}
div#navBottomFrame {
margin: 10px auto;
}

div#middleFrame {

position: absolute;
top: 105px;
margin: 0px;
min-height: 500px; /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
left: 178px; /* the fluid content is 100% minus these margins wide */


/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */
margin-right: 178px;
right: 178px;
}
@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */



#middleContent {
width: 100%;  /* prevents IE to jump out of the box! */
text-align: left;
}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
position: absolute;
left: 7px;
top: 100px;
width: 160px;
}
div#boxes2Frame {
position: absolute;
right: 7px;
top: 100px;
width: 160px;
}
div.infoboxContentsFL {
margin: 5px; /* = the padding */
width: 146px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 5px; /* IE */
padding-right: -30px;
}

div#bannerFrame {
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
}
div.infoBoxFL {
margin-bottom: 10px;	
}
/* end page layout */



