/* CSS Document */

/*PAGE LAYOUT*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  background-color : #f7f7f7;
  font-size : 14px;
  line-height : 18px;
}
#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 : 490px;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border : 1px solid silver; background-color:#F7F7F7; padding:10px; margin:10px;
  line-height : 25px;
}

/*TEXT STYLES*/
.bodytext {
	
	color: #666666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font : 0.7em;
	font-size : 17px;
	font-weight : bolder;
	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 : 12px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext A{
	font: 0.7em Tahoma, sans-serif;
	font-size : 12px;
	font-weight:bold;
	color: #FFFFFF;
	
}
.smallwhitetext A:HOVER{
	text-decoration:underline;
  

  font-size : 12px;
  color : white;
}
.smallwhitetext A:VISITED{
	font: 0.7em Tahoma, sans-serif;
	font-size : 12px;
	font-weight:bold;
	color: #FFFFFF;
	
}
.smallwhitetext A:LINK{
	font: 0.7em Tahoma, sans-serif;
	font-size : 12px;
	font-weight:bold;
	color: #FFFFFF;
	
}
.smallgraytext {
	font : 0.7em;
	font-size : 14px;
	
	color : black;
}
.smallgraytext A{
	font : 0.7em;
	font-size : 14px;
	
	color : gray;
	
}
.smallgraytext A:HOVER{
	
  font-size : 14px;
  color : #cc0000;
  
  text-decoration : underline;
}
.smallgraytext A:VISITED{
	
  font-size : 14px;
  color : gray;
  
}
.smallgraytext A:LINK{
	
  font-size : 14px;
  color : gray;
  
}
.smallredtext {
	font : 0.7em;
	font-size : 14px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext A{
	font : 0.7em;
	font-size : 14px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext A:HOVER{
	text-decoration:underline;
  font-size : 14px;
}