/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; width:274px; height:213px; background-image:url(images/tie_logo.gif); }
#topheader{float:right; width:526px; height:97px; background-image:url(images/tie_logo2.gif); position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:526px; height:30px;}
#submenu{float:right; width:526px; height:30px; background-image:url(images/bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
/*#submenu a:hover{color: #3399CC;}*/
#contenttext{float:right; width:526px;}
#leftpanel{float:left; width:270px; }
#leftpanel a:hover{color: #0066FF;}
#footer{float:left; width:786px; background-color:#F0F0F0; padding:5px; border: 2px solid #C0C0C0;}

/*GRAY PANEL*/
.graypanel{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	border:solid 2px #C0C0C0; background-color:#F7F7F7; padding:10px; margin:10px; 
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}

.darktitletext 
{
	font: 0.7em Tahoma, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#666666;
	text-decoration: underline;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#C0C0C0;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#000000;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#C0C0C0;
}
.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;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
.smallgraytext a:hover{
	color:#0066FF;
	text-decoration: underline;
}