.header
{
	height: 131px;
	width: 961px; 
	padding: 20px 20px 0 20px;
	margin-bottom: 1px;
	position: relative;
	background-repeat: no-repeat;
}

.registrationheader 
{
	height: auto;
	width: 961px; 
	padding: 20px 20px 0 20px;
	margin-bottom: 1px;
	position: relative;
	background-repeat: no-repeat;
}

.registrationheader .img
{
	display: none;
}

.header .sidebar
{
	float: right;
	width: 260px;
}

.registrationheader .sidebar 
{
	float: right;
	width: 260px;
	vertical-align: bottom;
	color:#72afe0;
	margin-top: 32px;
}

.registrationheader .sidebar a:link, .registrationheader .sidebar a:active, .registrationheader .sidebar a:visited
{
	color: #4f6e98;
}

.registrationheader .sidebar a:hover
{
	color:#e76522;
}

.header .search, .registrationheader .search
{
	background-repeat: no-repeat;
	height: 22px;
	width: 253px;
	padding: 4px 4px 4px 3px;
	position: absolute;
	right: 20px;
	bottom: 0; 
	_bottom:-2px;/* IE6 Hack */
}

.header .search .searchbox, .registrationheader .search .searchbox
{
	height: 15px;
	width: 222px;
}

.header ul, .registrationheader ul
{
	position:absolute;
	bottom:0;
	left: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	_bottom:-1px;/* IE6 Hack */
}

.header li, .registrationheader li
{
	float: left;
	margin-left: 4px;
	display:inline; /* IE6 double margin */
}

.header ul a, .registrationheader  ul a
{
	display: block;
}
