
body{
	text-align:center;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

a {font-weight: bold; text-decoration: none; }
a:hover {font-weight: bold; text-decoration: underline;}

div{
	margin:5px 5 5px 5;
	background:#FFFFFF;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background: url(../images/title_bg.gif) no-repeat;
	border-top-color: #75ED8A;
	border-top-style: solid;
	border-top-width: 2px;
}

#page_frame{
	border:1px solid #666666;
	width:770px;
	margin:0 auto;
	text-align:left;
	padding: 2px;
	background-color: #DCDDDC;
	/*
	background: url(../images/tf_logo_bg1.gif) top left no-repeat; background-color:#FFFFFF;
	*/
}

#masthead{
	text-align:left;
	background: url(../images/tf_logo4.gif) top left no-repeat; background-color:#F5F8F6;
	height: 77px;
}
#menu{
	text-align:left;	
	background: url(../images/menu_panel_bg.gif);
	height: 28px;
}

#center_panel{
	width:400px;
	display:inline;
	float:left;
	margin-top: 1px;
	margin-left:185px;
	margin-bottom: 5px;
	/*
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	*/
}

#right_panel{
	width:175px;
	float:left;
	margin-left:5px;
	margin-top:1px;	
}
#right_panel_content{
	padding: 5px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:2px solid #666666;
}
.panel_content{
	padding: 5px;
	height: 725px;
	/*
	border:1px solid #666666;
	*/
}
.panel_heading{
	text-align:center;
	padding: 5px;
	background: url(../images/panel_heading_bg2.gif) top no-repeat;
}
#left_panel{
	width:175px;
	float:left;
	margin-left:-760px;
	margin-top: 1px;
}
#left_panel_content{
	padding: 5px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:2px solid #666666;
}
#footer{
	clear:both;
	background: url(../images/footer_bg2.gif) top no-repeat; background-color:#FFFFFF;	
	vertical-align:middle;
	padding: 10px;
	text-align: center;
	font-size: 7pt;
	height: 35px;
	border-top:1px solid #999999;
}





