* {
	padding: 0px;
	margin: 0px;
}

li {
	margin-left: 2em;
	margin-top: .5em;
}

p {
	margin-top: 1em;
}

strong.heading {
	font-weight: bold;
	font-size: 1.5em;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
}
a:active {
	color: #666666;
}


a.nav, a.nav:hover, a.nav:active, a.nav:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;} 

a.nav:hover {
	color: #ffffff;
}

.floatleft { 
	float: left; 
	margin-right: 5px;
	margin-bottom: 5px;
}

.floatright { 
	float: right; 
	margin-left: 5px;
	margin-bottom: 5px;
}

.border {
	border: 1px solid #000000;
}

td { 
	text-align: left; 
}

body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #81001F;
	background-image: url(../images/tl-pagebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0px;
	padding-bottom: 2em;
}

table.maincontent {
	border-collapse: collapse;
	width: 1000px;
}

td.header1 {
	width: 100px;
	height: 258px;
	background-image: url(../images/tl-header1.jpg);
	background-repeat: no-repeat;
}

td.header2 {
	width: 1000px;
	height: 42px;
	background-image: url(../images/tl-header2.jpg);
	background-repeat: no-repeat;	
}

table.nav {
	border-collapse: collapse;
	width: 1000px;
	height: 42px;
}

td.nav {
	text-align: center;
	vertical-align: middle;
}

td.header3 {
	width: 1000px;
	height: 33px;
	background-image: url(../images/tl-header3.jpg);
	background-repeat: no-repeat;	
}

td.maincontent {
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2em;
	background-image:url(../images/tl-bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

td.footer {
	width: 1000px;
	height: 81px;
	background-image: url(../images/tl-footer.jpg);
	background-repeat: no-repeat;
}

td.subfooter {
	width: 1000px;
	text-align: right;
	color: #38000D;
	font-size: 0.75em;
}

a.subfooter, a.subfooter:hover, a.subfooter:active, a.subfooter:visited {
	color: #38000D;
	text-decoration: none;
} 

a.subfooter:hover {
	color: #aaaaaa;
}