#header1 {
	background:#09559f url('header1-bg.png') bottom;
	height:41px;
	border-bottom:2px solid #0d1c52;
	
}

#header1 table {
	border-collapse: collapse;
	border: 0;
}

#header1 .logo {
	margin-left: 16px;
	height: 41px;
}

#header1 input {
	background: #6681b8;
	border: 1px solid black;
	font: 11px Arial;
	color: black;
	padding: 1px 3px;
}

#header1 .searchBox {
	height: 41px;
	vertical-align: middle;	
	padding: 0 20px;
	color: white;
}

#header1 .loginBox {
	color: white;
	vertical-align: middle;
	font: 14px Arial;
}

#header1 .loginBox a {
	color: white;
}

#header2 {
	background:#084787;
	height:21px;
	border-bottom:2px solid #0d1c52;
}

#header2 table {
	border-collapse: collapse;
	border: 0;
	color: white;	
	font: 11px Arial;
}

#header2 table td.l {
	padding-left: 16px;
	padding-right: 32px;
}

#header2 table td a {
	color: white;
}

#header3 {
	background: #1c2a5c url('header3-bg.png');
	height: 33px;
	vertical-align: bottom;
}

#header3 .l {
	padding-left: 6px;
}

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

#header3 ul li {
	float: left;
	font: bold 12px Arial;
	height: 13px;
	margin: 0 6px 0 0;
	padding: 5px 5px;
	text-align: center;
	text-transform: uppercase;
	background: #3451b6 url('bgtab.png');
	color: white;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

#header3 ul li.selected {
	background: white;
	color: #011a79;
	text-decoration: none;
}

#header3 ul li a {
	color: white;
	text-decoration: none;
	padding: 5px 5px;
	margin: 0;
}

#header3 ul li.small {
	padding: 1px 5px 9px 5px;
	line-height: 0.7em;
}

#header3 ul li.small a {
	padding: 3px 3px;
	font-size: 0.7em;
}

#header3 ul li.selected a {
	color: #011a79;
}

