 .holder {
	position: relative;
	width: 900px;
	top: 0px;
	margin-left: auto; margin-right:auto;
 }
 body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF; /*#1D4787;*/
	font-family: Tahoma, Geneva, sans-serif;
}
.leftbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	bottom: 10px;
}
.lcorner {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
}
.rcorner {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
}
.bottombar {
	position: absolute;
	bottom: 0px;
	height: 10px;
	left: 10px;
	right: 10px;
	text-align: right;
}
.rightbar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	bottom: 10px;
}
.main {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0px;
	bottom: 10px;
	background-color: #FFFFFF;
}
.header {
	position: absolute;
	left: 0px;
	width: 880px;
	top: 0px;
	height: 102px;
}
.navbar {
	position: absolute;
	top:102px;
	left: 0px;
	right: 200px;
	height: 25px;
	padding-left: 20px;
	text-align: left;
	padding-top: 5px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	background-color: #000000;
	background-image: url(navbar.png);
}
.navbar2 {
	position: absolute;
	top: 102px;
	width: 200px;
	right: 0px;
	height: 28px;
	text-align: center;
	padding-top: 2px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(navbar.png);
}
.navbar a {
	font-size: 16px;
	text-decoration: underline;
	color: #FFFFFF;
}
.navbar a:hover {
	font-size: 16px;
	text-decoration: none;
	color: #6b9add;
	text-align: left;
}
.address {
	position: absolute;
	right: 0px;
	top: 6px;
	height: 97px;
	width: 230px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}
.maintext {
	position: absolute;
	top:132px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	text-align: center;
	height: 539px;
}
.footerl {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 400px;
	height: 15px;
	color: #FFFFFF;
	font-size: 12px;
}
.footer2 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 400px;
	height: 15px;
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
}
