﻿.main {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
table.maintable {
	width: 100%;
	height: 100%;
	border-width: 0;
}
table.bodytable {
	width: 100%;
	height: 400px;
	border-collapse: collapse;
}
.topnav {
	height: 30px;
	text-align: center;
}
table.navtable {
	width: 100%;
	height: 100%;
	border: 1px solid #FFFFFF;
}
.logo {
	background-image: url('images/logo.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	height: 100px;
}
.banner {
	height: 167px;
}
.bannerbar {
	height: 20px;
	background-color: #D6E4EC;
}
.body {
	min-height: 400px;
}
.footer {
	height: 30px;
	background-color: #D6E4EC;
}
.leftbar {
	background-color: #F1F1F1;
	width: 227px;
	vertical-align:top;
}
.lefteditable {
	width: 100%;
	height: 90%;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
}
.maineditable {
	width: 95%;
	height: 95%;
	margin: 0 auto 40px auto;
}
ul.imglist {
	list-style: none;
	float: right;
}
.staffid {
	position:relative;
	height: 140px;
	width: 100%;
	margin: 20px 5px 20px 0;"
}