body {
	margin: 0px;
	padding: 0px;
}
.container {
	max-width: 1200px;
	padding-right: 5px;
}
.header {
	clear: both;
	max-width: 1200px;
	margin-bottom: 3px;
	z-index: 1;
}

.headertitleBar {
	height: 56px;
	background-image: url(images/frontend/header.stars.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 3px;
	text-align: left;
	padding-left: 300px;
	padding-top: 15px;
}

.headerlinkbar {
	background-color: #333333;
	height: 25px;
	margin-bottom: 3px;
	overflow: hidden;
	color: #FFFFFF;
	padding-left: 210px;
	padding-top: 5px;
}

.headerlinkTable {
	width: 90%;
	color: white;
	font-weight: bold;
}

.headerlinkTable a{ color: #FFFFFF; text-decoration: none; }
.headerlinkTable a:visited {color: #FFFFFF; text-decoration: none; }
.headerlinkTable a:hover {color: #00FF00; text-decoration: underline; }

.headersearchbar {
	background-color: #000099;
	height: 53px;
	width: 70%;
	overflow: hidden;
	padding-left: 210px;
	color: #FFFFFF;
	margin-bottom: 14px;
	background-image: url(images/frontend/header.searchbarcorner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.headerOverlayImage {
	position: absolute;
	left: 0px;
	width: 180px;
	top: 18px;
}
.headerbannerAd {
	text-align: center;
	margin-top: 14px;
	margin-bottom: 14px;
	height: 60px;
}


img { behavior: url(iepngfix.htc); }

