#topBar {
	background: #669933;
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #444444;
	height: 50px;
	text-align: center;
}

#topWhite {
	background: #669933 url(images/white_bar.png) no-repeat center top !important;
	background: #669933 url(images/white_bar.gif) no-repeat center top;
	width: 750px;
	margin: 0 auto;
	display: block;
	height: 50px;
	position: relative;
	text-align: left;
}

#topBar a {
	color: #444444;
	text-decoration: none;
	padding: 8px 0 15px 0;
	float: left;
}

span.topLink {
	margin: 15px  0 0 15px;
	border-bottom: 1px dotted #444444;
}

span.topLink:hover {
	background: #1BBDC8;
	border-bottom: 1px dotted #444444;
}

p.copy { 
	font-size:9px;
	margin:0;
	padding-right:30px;
	padding-top:0 !important;
	position:absolute;
	right:0;
	top:10px;
}

.miniLogo {
	float: left;
	margin: 10px 10px 0 0;
}

select.jumpmenu { margin: 4px 0pt 0pt 10px; text-align: left; }
