/* page layout */
body, html {
margin: 0;
padding: 0;
background: #fff url(images/bg_tr2.png);
background-repeat: no-repeat;
background-color: #26699c;
text-align: center; /* IE center bug */
}

/*
#body {
	background: #eee;
	margin:0;
	padding:20px 0;
	text-align: center;
}
*/

div#pageFrame_outer {
	width: 800px;
   text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 10px;
}

div#pageFrame_inner {
	width: 800px;
	min-height: 700px;
   text-align: left;
	background-color: #fff;

}

div#logoFrame {
	height: 143px;
	margin: 0;
	padding: 0;
	background-color: #bbd76f;
}

div.navBarFrame {
	margin: 0 0 10px 0;
}

div#navBottomFrame {
	margin: 10px auto;
}

div#middleFrame {
	float: left;
	margin: 0px;
	padding: 20px;
}


@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */


#middleContent {
	width: 600px;  /* prevents IE to jump out of the box! */
}

/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
	float: left;
	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 */
}

div#bannerFrame {
	height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* end page layout */
