body {
	background: #28903A;
	color: #999;
}

#wrap {
	background: #fff;
	width: 100%;
}

#footer { background:#28903A;
}

#header p {
	background-image:url(../img/Web2Banner.gif);
	background-repeat: no-repeat;
	background-position: -1px;
	width: 100%;
	height: 85px;
	text-indent: -10000px;
	cursor: pointer;
}

#regbutton img { border: none;}

#nav {
	float: right;
	padding-top: 5px;
}
#nav a {
	text-decoration: none;
	padding-right: 20px;
	padding-left: 10px;
	color: #555;
}
#nav a:hover {
	color:#28903A;
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: bold;
	color: #999;
}

h1 {
	font-size:2em;margin-bottom:0.75em;
}

h2 {
	font-size:1.5em;line-height:1;margin-bottom:1em;
}





.autocomplete {
    position: relative;
    margin: 0;
    background-color: #C9EFCF;
    border: 1px solid #28903A;
    color: #000;
}

.autocomplete li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    cursor: pointer;
	list-style: none;
}

.autocomplete li:hover {
    color: #28903A;
	text-decoration: underline;
}

.autocomplete p {
	padding: 2px 20px 2px 20px;
}

#footer {
	padding-top: 5px;
	font-size: 11px;
	color: #ccc;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer ul {
	margin-left: 0;
}

#footer li {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
}

p + p { text-indent: 0; margin-top: auto; }

#rightscroll {
	overflow: auto;
	height: 500px;
	font-size: 10px;
	margin-bottom: 20px;
}

#rightscroll ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#rightscroll li {
	line-height: 10px;
	padding: 0;
	margin: 0;
}
#rightscroll li a {
	color: #999;
	text-decoration: none;
}

#rightscroll li a:hover {
	color: #000;
	text-decoration: underline;
}



a {
	color: #666;
}

#leftcol img {padding-bottom: 5px;}

.sponsored { font-size: 10px; line-height: 10px; }
