/* LAYOUT */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ECEEEE;
}

.banner {
	background-image:url(/images/headertile.gif);
	background-repeat:repeat-x;
	height:115px;
	min-width:800px;
}

.buttonbar-wrap {
	background-image:url(/images/butnstile.jpg);
	background-repeat:repeat-x;
	height:31px;
	width:100%;

}
.buttonbar {
	padding:0px 0px 0px 40px;
	width:780px;
}

.mainwrap {
	background-color:#DEE8EF;
	width:700px;
}

.leftmenu {
	width:161px;
	left:0px;
	margin:0px;
	padding:10px 0px 0px 5px;
	border:0px;
	position:absolute;
	background-color:#DEE8EF;
}

.pagebody {
	background-image:url(/images/lrgetile.gif);
	background-position:top right;
	background-repeat:repeat-y;
	width:509px;
	margin:0px 0px 0px 166px;
	padding:3px 15px 5px 10px;
	border:0px;
	min-height:500px;
	
}

.pageend {
	width:700px;
	background-color:#E2E2E2;
	height:15px;
}

.footer {
	width:700px;
	text-align:center;
}
