body {
	margin: 20px 0 0 0;
	padding: 0;
	background: url(/tl_files/img01.gif);
	font-family: Verdana;
	font-size: 12px;
	color: #CCCCCC;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}


blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color:#FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}


/* Logo */

#logo {
	width: 976px;
	height: 225px;
	margin: 0 auto;
	background: url(/tl_files/banner.jpg);
}



/* Page */

#page {
	width: 976px;
	margin: 0 auto;
	background-color:#000000;
}



/* Content */

#content {
	float: right;
	width: 701px;
	padding: 20px 20px 0 20px;
	background-color:#000000;
	line-height: 1.5;
}



#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url(/tl_files/img07.gif) no-repeat 0px 8px;
}

.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 168px;
	padding: 10px;
	background-color:#000000;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 235px;
	height: 425px;
	background-image: url(/tl_files/menu.jpg);
}

#sidebar ul {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
}

#sidebar ul li {
	padding-left: 15px;
	background-color: none;
}


.boxed {
	height: 425px;
}


.boxed .content {
	height: 425px;
	padding: 10px 0 0 0;
	padding-bottom: 15px;
	background: none;
}

.boxed h3 {
	margin: 0;
}

.boxed p {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	color: #FFFF00;
	display: inline;
}
.boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFFF00;
}

.boxed a { 
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.boxed a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.boxed ul {
}

.boxed ul li {
	padding: 5px 10px;
	background-position: 0 13px;
	border-top: 0px solid #CFCFCF;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

.boxed ul li.first {
	border: none;
	
}


/* Footer */

#footer {
	width: 976px;
	margin: 0 auto;
	height: 100px;
	padding: 10px 0 0 0;
	background: url(/tl_files/img09.gif) repeat-x;
	text-align: center;
	font-size: 65%;
}



/* Additional classes */
.clear {height:0.1px; overflow:hidden; font-size:0.1px; line-height:0.1px; clear:both;}
.invisible { width:0px; height:0px; left:-1000px; top:-1000px; position:absolute; overflow:hidden; display:inline;}
