/* General CSS code */

* {margin:0; padding:0;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.replace{
      position:relative;
      margin:0px; padding:0px;
      /* hide overflow:hidden from IE5/Mac */
      /* \*/
      overflow: hidden;
      /* */
}
.replace span{
      display:block;
      position:absolute;
      top:0px;
      left:0px;
      z-index:1; /*for Opera 5 and 6*/
}



/* Site-specific code */

body
{
	background-color: #3E58B5;
	background-image: url(images/tlb_bg6.gif);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FBF200;
}

a:link
{
	color: #FFBE33;
	text-decoration: underline;
	font-weight: normal;
}
a:visited
{
	color: #FBF200;
	text-decoration: underline;
	font-weight: normal;
}
a:hover
{
	color: #FF9000;
	text-decoration: underline;
	font-weight: normal;
}

p
{
	font-size: 18px;
	margin: 0 0 10px 0;
}

h1
{
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 10px 0;
}

h2
{
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 10px 0;
}

h3
{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 8px 0;
}

img
{
	border-style: solid;
	border-color: #39F;
	border-width: 2px;
	margin: 2px;
}
span img { border-style: none; }
img.right { float: right; }

div.vid_embed { margin: 5px 0; }

/* Structure */

div#contentarea
{
	top: 241px;
	left: 300px;
	width: 675px;
	padding: 0 0 15px 0;
	position: absolute;
}

div#contentarea table
{
	border-collapse: collapse;
	width: 670px;
}

div#contentarea tr.loc { width: 210px; }
div#contentarea tr.date { width: 100px; }
div#contentarea tr.cat { width: 160px; }
div#contentarea tr.res { width: 200px; }

div#contentarea tr.title
{
	background-color: #F90;
	font-weight: bold;
}
div#contentarea tr.odd { }
div#contentarea tr.even { background-color: #66C; }

div#contentarea td
{
	padding: 3px 10px 3px 5px;
	font-size: 12px;
}


div#contentarea ul
{
	padding: 0 0 20px 10px;
	list-style: disc inside;
}

div#bottom
{
	width: 675px;
	border-top: #F4A62B;
	border-width: 3px 0 0 0;
	margin: 20px 0 0 0;
	border-style: solid none none none;
}
div#bottom img { border-style: none; }

div#copyright
{
	padding: 15px 0 10px 250px;
	color: #D9D216;
	font-size: 14px;
}

div#otheroom
{
	width: 180px;
	height: 15px;
	padding: 5px 0 50px 250px;
}


/* Navigation */

div#nav
{
	position: absolute;
	top: 241px;
	left: 42px;
}

div#nav a:link
{
	color: #FB6A00;
	text-decoration: none;
	font-weight: bold;
}
div#nav a:visited
{
	color: #EF6500;
	text-decoration: none;
	font-weight: bold;
}
div#nav a:hover
{
	color: #FBF200;
	text-decoration: underline;
	font-weight: bold;
}

div#nav img
{
	display: block;
	padding: 10px 0 6px 0;
	border-style: none;
}

div#nav ul
{
	list-style: none;
	margin: 0 0 8px 20px;
}
div#nav li
{
	color: #FBC300;
	font-size: 18px;
	margin: 0 0 2px 0;
	font-weight: bold;
}

div#pn { display: none; }
div#ch { display: none; }
div#tr { display: none; }
div#sf { display: none; }
div#tb { display: none; }
div#tp { display: none; }
div#oc { display: none; }


tr a
{
	background-color: #F90;
}

tr a:link
{
	color: #309;
	text-decoration: none;
	cursor: hand;
}
tr a:visited
{
	color: #309;
	text-decoration: none;
	cursor: hand;
}
tr a:hover
{
	color: #F00;
	text-decoration: none;
	cursor: hand;
}

p span a
{
	background-color: #F90;
	font-weight: bold;
	font-size: 14px;
}

p span a:link
{
	color: #309;
	text-decoration: none;
	cursor: hand;
}
p span a:visited
{
	color: #309;
	text-decoration: none;
	cursor: hand;
}
p span a:hover
{
	color: #F00;
	text-decoration: none;
	cursor: hand;
}

.quote
{
	font-size: 16px;
	font-style: italic;
	width: 190px;
	margin: 20px 0 0 15px;
}