
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image: url(/images/82/topbg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#menu{
	background-image: url(/images/82/menu.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
#topright{

	background-image: url(/images/82/topleft.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}
#business {
	position:relative;
	top:33px;
	left:10px;
}
#business h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#666;
	margin:10px 0;
}
#pageheader{
	background-image: url(/images/82/pagetitleL.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
#pagetitle
{
	background-image: url(/images/82/pagetitleR.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right:92px;
	height:44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:relative;
	padding-top:15px;
	left:30px;
	color:#01bae8;
}
#link
{
	padding-left:20px;
}
#maintext
{
	padding:10px 30px;
}
.item{
	text-indent:70px;
	margin:0;
	vertical-align:top;
}
.item a{
	line-height:20px;
}
a:link {
	color: #ff7100;
	text-decoration: none;
}
a:visited {
	color: #ff7100;
	text-decoration: none;
}
a:hover {
	color: #01bae8;
	text-decoration: none;
}
a:active {
	color: #ff7100;
	text-decoration: none;
}
-->