@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #C1B9A5;
	background-image: url(images/regpage_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	top: 0px;
}
.oneColFixCtr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
	padding: 0px;
	color: #C1B9A5;
	background-color: #FFFFFF;
	background-image: url(images/regpage_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background-color: #C1B9A5;
	top: 0px;
	background-image: url(images/regpage_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a {
	color: #000000;
}
a:hover {
	color: #999999;
}
a:visited {
	color: #000000;
}
.maincolumn {
	font-family: garamond, Georgia, "Times New Roman";
	font-size: 13pt;
	color: #000000;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.businessname {
	font-family: garamond, "times new roman";
	font-size: 14pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.specialbox {
	font-family: garamond, georgia, "times new roman";
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFCC;
}
.searchsugg {
	visibility: hidden;
	height: auto;
	width: 150px;
	position: absolute;
	z-index: 99;
	background-color: #ffffff;
	left: 615px;
	top: 150px;
	color: #255b1e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align:left;
	border: 1px solid #255b1e;
	padding-right: 2px;
	padding-left: 2px;
}

.searchsugg ul{
	margin-left:0px;
	}

.searchsugg li{
margin-left:0px;
}
