body {
	font-family: sans-serif;
	font-size: 11pt;
	margin: 0;
}
	
#banner { 
	height: 100px;
	/* background-image: url('dtl-banner-left.jpg'); */
	background-color: #90a4c9;
	text-align: right;
}
 
 #content {
 	padding: 30px;
 	white-space: normal;
 	overflow-y: auto;
 	position: absolute;
 	top: 130px;
 	bottom: 0;
}
 
 #menu {
 	background-color: #ddd;
 	height: 27px;
	width: 100%; 
	overflow-x: hidden;	
 }
 
 #menu UL {
 	list-style-type:none;
	margin:0;
	padding:0;
 }
 
 #menu UL LI {
 	width: 100px;
 	height: 20px;
 	float: left;
 	text-align: center;
 	padding-top: 7px;
 	color: #111;
 }
 
 #menu UL LI:hover {
 	background-color: #aaa;
 	color: #fff;
 	font-weight: bold;
 }
 
 /*#client {
 	float: left;
 }*/

#client fieldset {
	text-align: right;
	display: inline-block;
	margin: 30px;
}
 
.label {
	margin: 10px;
 	text-align: right;
 	white-space: nowrap;
}

#contact-table TD, #contact-table TH {
	padding-bottom: 3px;
	white-space: nowrap;
	font-weight: normal;
}

#contact-table TH {
	text-align: left;
}

A {
	text-decoration: none;
}

.ul TH, .ul TD {
	border-bottom: 1px solid #aaa;
}

h1 { font-size: 125%; }
h2 { font-size: 110%; }
#resizer { float: right; }
