#uniheader {
	height: 65px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(bkdropw_test.jpg);
	background-repeat: repeat-x;
}
#rscmark {
	background-image: url(stocktonm.gif);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 183px;
	margin-top: 4px;
	margin-left: 10px;
}
#headerlinks {
	float: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 10px;
	padding-top: 10px;
	background-color: #000000;
	margin-left: 10px;
	margin-top: 2px;
	width: 335px;
}

#headerlinks a {
	color: #CCC;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding-right: 8px;
}
#minigo {
	background-image: url(minigo.gif);
	float: right;
	height: 30px;
	width: 55px;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 10px;
}


#dhtmltooltip{
	position: absolute;
	left: 0px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #DBEEFD;
	visibility: hidden;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#barsearch {
	width: 161px;
	height: 26px;
	background: url(search.gif) top left no-repeat;
	float:right;
	margin-top: 5px;
	margin-right: 10px;
}

#barsearch input {
	border: none;
	background: none;
}

#barsearch input.input {
	float: left;
	width: 125px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	margin-top: 4px;
	margin-left: 5px;

}

#barsearch input.submit {
	float: right;
	width: 25px;
	height: 26px;
	cursor: pointer;
}
#headerlinks a:hover {
	color: #CCC;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding-right: 8px;
}
