@charset "utf-8";
#header {
	background-color: #FFF;
	position: absolute;
	height: 90px;
	width: 750px;
	left: 0px;
	top: 0px;
	font-size: 36px;
	background-image: url(images/headerlogo.GIF);
	background-repeat: no-repeat;
}
#main {
	background-color: #FFF;
	position: absolute;
	left: 170px;
	top: 100px;
	width: 390px;
	height: 600px;
}
#container {
	background-color: #FFF;
	height: 800px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
.TabbedImage {
	padding-right: 5px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
body {
	background-color: #FFF;
	text-align: center;
}
#rsidebar {
	background-color: #FFF;
	position: absolute;
	height: 600px;
	width: 150px;
	left: 580px;
	top: 100px;
}
#lsidebar {
	background-color: #FFF;
	position: absolute;
	height: 600px;
	width: 150px;
	left: 0px;
	top: 100px;
}
#footer {
	color: #000;
	background-color: #FFF;
	position: absolute;
	left: 0px;
	top: 710px;
	height: 50px;
	width: 750px;
	z-index: 0;
	font-size: small;
}
.styledtable {
	font-size: x-small;
	position: relative;
	height: auto;
	width: 380px;
}

