body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.banner {
	background-image: url(../images/repeatingbanner.gif);
	position: absolute;
	height: 101px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.line {
	background-image: url(../images/house_banner.gif);
	position: absolute;
	height: 15px;
	width: 100%;
	left: 0px;
	top: 90px;
}
.glonavcon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	height: 20px;
	width: 100%;
	left: 0px;
	top: 105px;
	text-align: justify;
	padding-top: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.container {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 140px;
}
.left {
	height: 350px;
	width: 15%;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
	float: left;
	padding: 5px;
}
.midle {
	float: left;
	height: 400px;
	width: 67%;
	padding: 5px;
}
.right {
	float: left;
	height: 350px;
	width: 12%;
	padding: 5px;
}
.foot {
	clear: both;
	float: left;
	height: 40px;
	width: 15%;
	background-image: url(../images/house_banner.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 9px;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
.floatleft {
	border: medium double #000000;
	float: left;
	height: auto;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
