.floatR {
	float: right;
}
.floatL {
	float: left;
	padding-right: 10px;
}
.hlHome{
	background-image: url(images/HLhome.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.main{
	padding: 10px;
	background-image: url(images/pageBG.gif);
	background-repeat: repeat-y;
}
.mainFall{
	padding: 10px;
	background-image: url(images/fallBG.jpg);
	background-repeat: no;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;

}
.olMain {
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #080A3A;
	border-right-color: #080A3A;
	border-bottom-color: #080A3A;
	border-left-color: #080A3A;
}

