html,body {
	height: 100%;
	background-color: #000000;
	background-image: url('../img/page_bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	margin: 0; padding: 0;
	font: 10pt Arial;
}
#main {
	border: 3px solid #90C5EF;
	border-top: none;
	#width: 876px;
	width: 870px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-top: 15px;
	text-align: center;
}
#header {
	width: 840px;
	height: 90px;
	background-color: #ffffff;
	background-image: url('../img/page_head.jpg');
	background-position: 1px 1px;
	background-repeat: no-repeat;
	margin: 0 auto;
	outline: 1px solid black;
	margin-bottom: 6px;
	position: relative;
}
#header a, #header a:hover {
	background-color: transparent;
}
#tclogo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 294px; 
	height: 90px;
}
#headform {
	position: absolute;
	top: 10px;
	left: 430px;
}
#headform td {
	color: white;
	font: 11px Arial;
	font-weight: bold;
	text-transform: uppercase;
}
#headform .time {
	width: 118px;
	#width: 119px;
	height: 22px;
	#height: 24px;
	border: none;
	border-top: 1px solid #686868;
	border-bottom: 1px solid #FFFC00;
	border-right: 1px solid #e1e4ed;
	margin: 0 6px;
	background-color: white;
	font: 12pt Arial;
	font-weight: bold;
	line-height: 22px;
	color: black;
	text-align: center;
}
#headform input {
	width: 12px;
	height: 12px;
	margin: 0; padding: 0;
}
#navbar {
	position: relative;
	width: 790px;
	#width: 842px;
	height: 28px;
	background-image: url('../img/nav_bg.png');
	margin: 0 auto;
	border: 1px solid #c1c1c1;
	border-top: 0;
	border-bottom: 0;
	padding-left: 50px;
	font: 8pt Arial;
	font-weight: bold;
}
#homeactive {
	position: absolute;
	top: -1px;
	left: 0;
	height: 28px;
	width: 50px;
	#width: 51px;
	#height: 30px;
	border: 1px solid #c1c1c1;
	border-left: 0;
}
#navbar a {
	display: block;
	height: 28px;
	#height: 30px;
	border: 1px solid #c1c1c1;
	color: black;
	text-decoration: none;
	line-height: 28px;
	float: left;
	position: relative;
	top: -1px;
	padding: 0 22px;
	text-transform: uppercase;
	background-image: url('../img/nav_button_bg.png');
}
#navbar a:hover {
	background-image: url('../img/nav_button_hover_bg.png');
}
#navbar a.active {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-image: url('../img/nav_active_bg.png');
	color: #FFFC00;
}
#navbar a.active:hover {
	background-image: url('../img/nav_active_bg.png');
}
.spacer {
	height: 10px;
	clear: both;
}
#content {
	clear: both;
	width: 842px;
	margin: 8px auto;
	text-align: left;
}
h2 {
	font: 14pt Arial;
	font-weight: bold;
	color: #565656;
	text-transform: uppercase;
	line-height: 24px;
	margin: 0; padding: 0;
}
h1 {
	font: 22pt Arial;
	font-weight: bold;
	color: #5ebafd;
	line-height: 32pt;
	margin: 0; padding: 0;
}
.shift_left {
	margin-left: 38px;
}
p.no_space {
	margin: 0; padding: 0;
}
.highlight {
	background-color: #FFFC00;
}
.yellow, td.yellow {
	color: #FFFC00;
}
.yellowback {
	background-color: #FFFC00;
}
br.onepx {
	display: block;
	clear: both;
	font: 0px;
	height: 1px;
}
a, a:link, a:hover, a:active, a:focus, a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #FFFC00;
}
a:hover {
	background-color: #FFFC00;
}
a.yellowback:hover  {
	background-color: transparent;
	border-bottom-color: #CCC800;
}
.lefttextbox a.yellowback:hover  {
	background-color: transparent;
	border-bottom-color: #FFFC00;
}