/****************************
Copyright the UCCF: The Christian Unions
Design CSS
Coded by David Turner

NOTE: This code is copyrighted.  No unauthorized use
is allowed.  Don't steal code.  However, please feel free
to look at how we did something then write it yourself.

===COLOR SCHEME===
#0078BF		UCCF Logo Blue	%100
#7FCCEA		UCCF Logo Blue	%50

*/

#uccf_headerbar {
	background: #FFFFFF;
	margin: 0px 0px 15px 0px;
	padding: 7px;
	height: auto;
	border-bottom: 4px solid #7FCCEA;
	float: none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0078BF;
}
#uccf_headerbar img{
	position: absolute;
	left: 6px;
	top: 5px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#uccf_headerbar a, #uccf_headerbar a:hover{
	right: 0px;
	color: #0078BF;
	text-decoration: none;
	margin: 0px;
	padding: 0px 1px 0px 1px;
}
#uccf_headerbar a:hover {
	text-decoration: underline;

}
