#container_main {
	width: 720px;
	margin: 0 auto;
}

#container_submain {
	position: relative;
	width: 700px;
	top: 0px;
	left: 10px;
}

#logo_banner {
  float: left;
	width: 700px;
	height: 133px;
	top: 0px;
}

#navigation_div {
	float: left;
  width: 700px;
	height: 20px;
	position: relative;
  top: 113px;
  left:  0px;
  z-index: 5;
}

/*.mainpage #MenuBar1 in spry css */

/*.MenuBarHorizontal in spry css */

/*.MenuBarItemSubmenu in spry css */

.twocolumn #container_right {
	float: right;
	width: 230px;
  padding: 10px 0 0 0;
}

.twocolumn #container_left {
	float: left;
	width: 470px;
  padding: 20px 15px 15px 0px;
}

.onecolumn #container_left {
  float: left;
  width: auto;
  padding: 20px 15px 20px 15px;
}

#border_bottom {
	height: 88px;
	clear:both;
}

#imgflt {
  position: absolute;
  top: 300px;
  left: 180px;
}

.fltrt { 
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
    padding: 0px 0px 0px 8px;
}
.fltlft {
/* this class can be used to float an element left in your page */
   float: left;
   padding: 0px 8px 0px 0px;
}

.fltctr
{ display: block;
  text-align: center;
  margin: 0 auto;
}
