HTML {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
	background: #777777;
}

A {
	color: #EA460E;
	font-weight: bold;

}

#menu-frame A {
	color:#595959;
	font-family:Arial;
	font-size: 11pt;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}
#menu-frame A:hover {
	 color:#FA9A03;
}

#menu-frame A.current {
	color: #EA460E;
	text-align:right;
}

#container {
	BACKGROUND: url(../img/tlo_main.jpg) repeat-y;
	MARGIN: 0px; 
	padding: 0px;
	WIDTH: 1000px;
}

#column-left {
	padding-left:31px;
	padding-top:5px;
	width:150px;
	float:left;
}

#menu-frame {
	BACKGROUND: #EBEBEB url(../img/tlo_menu.jpg) no-repeat;
	border: 1px #D8D8D8 solid;
	padding:10px;
}

#content-frame {
	width: 760px;
	padding-left:15px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;			
	float: left;
	margin: 5px;
	text-align: left;
}

H2 {
	color: #EA460E;
	font-family:Arial;
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	BORDER-BOTTOM: 	#EA460E 1px solid;	

}

