/*PAGE LAYOUT*/
body {
  margin:0px;
  background:#ffffff;
  }

#content {
  width:900px;
  background-color:#ffffff;
  }
  
#logo {
  float:left; 
  background-image:url(images/tie_logo.gif); 
  width:274px; 
  height:213px;
  }
  
#topheader {
  float:right; 
  width:626px; 
  height:97px; 
  background-color:#F0F0F0; 
  position:relative;
  }
  
#toplinks {
  position:absolute; 
  right:10px; 
  top:10px;
  }
  
#menu {
  float:right; 
  width:626px; 
  height:32px; 
  background-image:url(images/bg_menu.gif); 
  background-repeat:repeat-x;
  }
  
#submenu {
  float:right; 
  width:626px; 
  height:32px; 
  background-image:url(images/bg_submenu.gif); 
  background-position:top; 
  background-repeat:repeat-x;
  }
  
#contenttext {
  float:right; 
  width:626px;
  background-color:#ffffff;
  }
  
#leftpanel {
  float:left; 
  width:274px;
  background-color:#ffffff; /* 
  top:225px;
  position:fixed; */
  }
  
#footer {
  float:left; 
  width:900px; 
  background-color:#cc0000;
  padding:8px;
  }

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

/*TEXT STYLES*/
.bodytext {
	font: 0.8em Tahoma, sans-serif;
	color: #666666;
  }
  
.bodytext a {  
	color: #666666;
  font-weight:bold;
  text-decoration:underline;
  }
  
.bodytext a:hover { 
  text-decoration:none;
  }

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

.smallwhitetext {
	font: 0.9em Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
  }
  
.smallwhitetext a {
	font: 0.9em Tahoma, sans-serif;
	font-size: 13px;
	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:#999999;
	text-decoration:none;
  }
  
.smallgraytext a:hover {
	text-decoration:underline;
  }
  
.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;
  }
  
