/* The headercontainer div is needed to center the header in IE5.5 */
#headercontainer{
	text-align: center;
}
#header{
	width: 737px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#header #logobar{
	background-image:url(../img/topperV3.jpg);
	background-repeat: no-repeat;
	height: 84px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#header #flashbanner{
	height: 238px;
  /*	overflow: hidden; */
}
#header #flashbanner .imageholder{
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
#header #linkbar{
	width: 736px;
	height: 36px;
	font-family: "Georgia Italic", Arial;
	font-size: 17px;
	background-color: #000000;
	background-image: url(../img/link_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#header #linkbar ul{
	width: 100%;
	margin: 0px 0px 0px 0px;
	list-style: none;
	list-style-type: none;
	padding: 0px;
	padding-top: 7px;
}
#header #linkbar ul li{
	float: left;
	height: 26px;
	line-height: 22px;
	text-align: left;
	padding-left: 2em;
}

* html #header #linkbar ul li {
	width: 30px;
}

* html #header #linkbar ul .first-child {
	width: 200px;
	padding-left: 15px;
}

* html #header #linkbar ul .last-child {
	width: 100px;
}
#header #linkbar ul .first-child{
	float: left;
	margin-left: 15px;
	height: 26px;
	line-height: 22px;
	text-align: center;
	background-position: left;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#header #linkbar ul .last-child {
	float: left;
}
.first-child a{
	color: #000000;
	background: none;
}
.first-child a:hover{
	color: #000000;
}
#header ul li .last-child a{
	background: none;
}
#header ul li a{
	display: block;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #000000;
	background-image: none;
	background-position: right;
	background-repeat: no-repeat;
}
#header ul a:hover{
	color: #ffffff;
	background-image: none;

}
#header ul a li{
	margin-left: -1em;
	padding: 0px;
	background-image: none;

}