/* CSS Document */

/*PAGE LAYOUT*/


BODY {
scrollbar-face-color: #EFF1F3;
scrollbar-arrow-color: red;
scrollbar-track-color: #999999;
scrollbar-shadow-color: #999999
scrollbar-highlight-color: #c0c0c0;
scrollbar-3dlight-color: #c0c0c0;
scrollbar-darkshadow-Color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(tie_logo.gif); width:274px; height:213px;}
#topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:526px; height:32px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:526px; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:526px;}
#leftpanel{float:left; width:244px;}
#footer{float:left; width:1000px; background-color:#F0F0F0; padding:10px;}
#footer2{float:left; width:1000px; background-color:#F0F0F0; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 08px;
	color: #000000;
	font-weight:normal;

}
.bodytext A {
	color: #CC0000;
	font-weight:normal;
	text-decoration: underline;
}
.bodytext a:hover{
	text-decoration:underline;
	color: #CC0000;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}

.infotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#404040;
}
.infotext A {
	color: #404040;
	font-weight:bold;
	text-decoration:underline;

}
.infotext a:hover{
	text-decoration:underline;
	color: #999999;
}
.menu {
	font: 0.7em Tahoma, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#404040;
}
.menu A {
	color: #000000;

	text-decoration:underline;
}
.menu a:hover{
	text-decoration:underline;
	color: #CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.whitetitle2 {
	font: 0.7em Tahoma, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
	color: #FFFFFF;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color:#999999;
}
.smallgraytext a:hover{
	text-decoration:underline;
	color:#CC0000;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
