body {
	background-color: #AFD7D4;
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: black; 
}

table.mainpage {
	vertical-align: top;
	border-style: none;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

td.padder {width: 50%;}

td.container {
	position: relative;
}

.layout {
	position: relative;
	left: 0px;
	top: 0px; 
}

.navbar {
	position: absolute;
	left: 200px;
	top: 0px;
	z-index: 10;
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}

.navbar li {
	border-top: #BBBBBB 2px solid;
	border-right: #666666 2px solid;
	border-bottom: #666666 2px solid;
	border-left: #BBBBBB 2px solid;
	width: 140px;
	padding-top: 4px; 
	padding-bottom: 4px;
	text-align: center ;
	background-color: #E0E8ED;
	float: left;
	margin: 1px;
}
	
.navbar li.header {
	border-top: #666666 1px solid; 
}

.navbar a {
  display: block;
	color: black;
	text-decoration: none; 
}
	
.navbar a:hover {
	color: #888888; 
	text-decoration: none;
} 

.sidebar {
	position: absolute;
	left: 0px;
	top: 80px;
	z-index: 10;
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	left: 0px;
	top: 80px; 
}

.sidebar li {
	border-top: none;
	border-right: #666666 2px solid;
	border-bottom: #666666 2px solid;
	border-left: #BBBBBB 2px solid;
	width: 178px;
 	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #E0E8ED; 
}
	
.sidebar li.header {
	border-top: #BBBBBB 2px solid;  
}

.sidebar a {
/* display: block; */
	color: black; 
	text-decoration: none; 
}
	
.sidebar a:hover {
	color: #888888; 
	text-decoration: none;
} 

.pagetitle {
	position: absolute; 
	left: 185px; 
	top: 35px; 
	width: 785px;
	z-index: 10; 
	font-family: "Toledo SF", "Times New Roman", serif; 
	font-weight: normal;
	text-align: center;
	background-image: url(../../furniture/pheadbkgrd.jpg);
}

.pagetitle h1 {
	font-size: 18pt; 
	font-weight: normal; 
	margin-top: 0; 
	margin-bottom: 0; 
	padding-top: 5px; 
	padding-bottom: 5px;
	border-top: white 1px solid; 
	border-right: gray 2px solid; 
	border-left: white 1px solid; 
	border-bottom: gray 2px solid; 
}

.footer {
	position: absolute; 
	left: 0; 
	top: 655px; 
	z-index: 10; 
	font-size: 8pt; 
	width: 970px; 
	text-align: center; 
}

.footer p {
	padding: 0; 
	padding-top: 8px; 
	padding-bottom: 8px; 
	border-top: white 1px solid; 
	border-right: gray 2px solid; 
	border-bottom: gray 2px solid; 
	border-left: white 1px solid;
}

.preload {
	position: absolute; 
	left: 0; 
	top: 655px; 
	z-index: -1; 
	visibility: hidden;
}

.preload img {
	border: none; 
	width: 0px; 
}

.preload a {font-size: 2pt;}
