.tc-wrapper {
	height: 100%;
	margin: 0px;
	text-align: center;
	background: #011724 url('website-images/mainbg3.png') no-repeat top center;
	font-family: Arial, Verdana;
	font-size: 12pt;
}

/* header over all pages*/
#tc-menuheader {
	position:relative;
	width: 833px;
	height: 65px;
	margin: auto;
}
#tc-menuheader img.logo {
	position: absolute;
	top: 3px;
	left: 15px;
	border: 0;
}
#tc-menuheader #tc-menu {
	position: absolute;
	top: 4px;
	right: 14px;
}
#tc-menuheader #tc-menu a {
	color: #fff;
	text-decoration: none;
	font-family: Helvetica,Arial;
	font-size: 10pt;
	font-weight: bold;
}
#tc-menuheader #tc-menu ul li {
	display: block;
	float: left;
	height: 26px;
	background: transparent;
	list-style: none;
	padding: 0px 0px 0px 7px;
	margin: 0px 5px 0px 5px;
	white-space: nowrap;
}
#tc-menuheader #tc-menu ul li div {
	height: 26px;
	background: #transparent;
	padding: 0px 7px 0px 0px;
	float: left;
}
#tc-menuheader #tc-menu ul li div a {
	display: block;
	padding-top: 5px;
}
#tc-menuheader #tc-menu ul li#tc-selected, #tc-menuheader #tc-menu ul li:hover {
	background: #053858 url('website-images/menuleftbg.gif') no-repeat top left;
}
#tc-menuheader #tc-menu ul li#tc-selected div, #tc-menuheader #tc-menu ul li:hover div {
	background: #053858 url('website-images/menurightbg.gif') no-repeat top right;
}
