div.left { 
         position: absolute;
	 top: 100px;
	 left: 50px; 
 	 width: 200px;
	 padding-right: 20px;
	 border-right: solid 3px blue;
   }


div.right { 
         position: absolute;
	 top: 0px;
	 left: 290px;
	 width: 280px;
   }

div.middle { 
         position: absolute;
	 top: 0px;
	 left: 90px;
	 width: 560px;
   }

body, table { font-size: 10pt; font-family: arial, sans-serif;}

a { text-decoration: none; color: #0033cc; }
a:hover { text-decoration: underline; color: #ff0066; }


li { margin-bottom: 5px; }


.hdr { font-size: 12pt; font-weight:bold;
		margin-bottom: 15px;
		color: #000080;
   }


.mt { margin-top: 25px; }

th { text-align: left; }

body { background-color: silver; }

.room { color: brown; }

.padleft { padding-left: 5px; }

.lht { line-height: 3ex; }


}
.art {
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: thin double #FFFFCC;
	margin-left: 0px;
}
