body { 
	margin: 0; 
	padding: 0; 
	background: #fff;
	font: 12px sans-serif; 
}

h2 { 
	font-size: 18px;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 14px;
}

table {
	font: 12px sans-serif;
}

.bold {
	font-weight: bold;
}

.bannerLink {
	color: #0060aa;
	text-decoration: none;
}

.result {
	font-weight: bold;
}

#main {
	position: absolute;
	left: 176px;
	width: 650px;
	top: 0;
}

#header {
	/*padding: 10px 0 20px 0; */
	background: url('../images/lbaa.gif') no-repeat; 
	/*text-align: center;*/
	height: 66px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

#title { 
	text-align: center; 
	margin: auto; 
	border-top: solid 2px #000; 
	border-bottom: solid 2px #000; 
	color: #fff; 
	font: bold 20px serif; 
	letter-spacing: 3px;  
}

#address { 
	font: bold 10px sans-serif; 
	letter-spacing: 4px; 
	color: #fff;
}

#location {
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background: #febf50; 
	font-size: 16px;
	font-weight: bold;
	color: #0060aa;
}

#content { 
	/*position: absolute;
	left: 0px;
	top: 91px;*/
	width: 649px;
	/*padding-left: 15px; */
	background-color: #fff;
	border-top: solid 1px #fff;
}

#section { 
	margin: 10px; 
	padding-bottom: 30px; 
	width: 98%; 
	line-height: 18px;
	/*border: solid 1px #000; */
}

#utilLink {
	position: absolute; 
	left: 10px; 
	padding-top: 2px;
	font-size: 12px;
}

.top { 
	margin: 0px; 
	padding: 0px; 
	text-align: right; 
	font-weight: bold; 
}

a {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

