/* General styles */
body {
	margin: 0 0; /*	background: url(images/new_tlf_logo_black_faded.png) center center no-repeat;*/
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	background-attachment: fixed;
	scrollbar-face-color: #0B0A0A;
	scrollbar-shadow-color: #00ADEF;
	scrollbar-highlight-color: #00ADEF;
	scrollbar-3dlight-color: #0B0A0A;
	scrollbar-darkshadow-color: #0B0A0A;
	scrollbar-track-color: #0B0A0A;
	scrollbar-arrow-color: #00ADEF;
	scrollbar-base-color: #0B0A0A;
	background-color: #000000;
}

a:link, a:visited, {
	color: #c9c8c7;
	text-decoration: none;
	font-weight: bold;
}
.hidden {
}

html, body, #holder { 
  min-height: 100%; width: 100%; height: 100%; 
  }
html>body, html>body #holder { 
  height: auto;
}
#holder { 
  position: absolute; top: 0px; left: 0px;
 
}
#header {
  padding-top: 5px;
}
#header .image {
}
#header .left {
  position: absolute;
  top: 0px; left: 0px;
}
#header .centre {
  position: absolute;
  top: 0px;
  left: 25%;
}
#header .right {
  position: absolute;
  top: 0px; right: 0px;
}
#footer {
  position: absolute;
  left: 0px; bottom: 10px;
  width: 100%;
  border-top: #000000 2px solid;
  font-size: 55%;
  text-align: right;
  padding-right: 10px;
  color: gray;
  clear: both;
}

#content {
  padding: 20px 0px 40px 10px;
  color: gray;
  width: 75%;
  font-size: 70%;
  text-align: justify;
  height: auto;
}

.menu {
  margin-top: 74px; 
  width: 100%;
  border-top: #000000 37px solid;
  background: #dfdfdf;
}

#vqp_sfl {
  position: absolute; top: -100px;
  visibility: hidden;
}

.tlf {
	font-weight: bold;
	color: #00ADEF;
}
.tlf_head {
	font-weight: bold;
	color: #00ADEF;
	font-size: 12pt;
}

/*********************/
/* Index page layout */	
/*********************/ 
#index_maintop p{
	padding: 10px;
	margin: 0px;
	color: #c9c8c7;
	font-size: 70%;
	text-align: justify;
}

#index_maintop ul {
	color: #c9c8c7;
	font-size: 70%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#index_maintop li {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 20px;
}
#index_maintop a {
	text-decoration: underline;
	color: #00ADEF;
}
#ticker {
  position: absolute;
  top: 83px; left: 105px;
}

#indexfoot {
	position: absolute;
	left: 20px;
	bottom: 10px;
	width: 98%;
	padding-top: 5px;
	font-size: 55%;
	text-align: left;
	color: gray;
	border-bottom: 10px #FF0033;
}

#indexboxes table {
	top: 200px;
}

#leftcol {
	width: 150px;
	height: 100%;
	padding: 10px 5px 5px 5px;
	vertical-align: top;
}
#leftcol h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
}
#leftcol h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: White;
}
#rightcol {
	width: 150px;
	height: 100%;
	padding: 10px 5px 5px 5px;
	vertical-align: top;
}
#rightcol h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
}
/* News style page */
#news {
  padding: 20px 0px 40px 10px;
  color: #c9c8c7;
  width: 75%;
  font-size: 70%;
  text-align: justify;
  height: auto;
}
#news p {
	margin: 4px 4px 0 0;
	padding: 0px;
	border: 0px;
}
#news h1 {
	color: #00ADEF;
	font-weight: bold;
}
#news td {
  font-size: 70%;
  padding: 2px 2px 2px 2px;
  text-align: left;
  color: #c9c8c7;
}
#newsImgFree{
	padding: 2px 2px 2px 2px;
	display: in-line;
	margin-right: 10px;
	text-align: center;
	font-size: 80%;
	color: white;
	float: left;
	margin-top: 10px;
}
/* contact style page */
#contact {
	padding: 20px 0px 40px 10px;
	color: #c9c8c7;
	width: 100%;
	font-size: 14px;
	text-align: justify;
	height: auto;
}
#contact p {
	margin: 4px 4px 0 0;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	font-weight: bold;
}
#contact a {
	font-weight: bold;
	color: #00ADEF;
}

