/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cache {
clear:both;display:block;visibility:hidden;
}
img {border:0;}
#logo{float:left; background-image:url(../images/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(../images/bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:526px; height:32px; background-image:url(../images/bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:526px;}
#leftpanel, #leftpanel1, #leftpanel2{float:left; width:266px;}
#footer{float:left; width:791px; background-color:#F0F0F0; padding:10px;}

/*MENU*/
body#index a#i, body#about a#ap {
	text-decoration:underline;
	color:#eee;
}

body#referencement a#r, body#creation a#c, body#formation a#f, body#assistance a#a {
	color:#CC0000;
}
/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:8px; margin:2px;
}

/*TEXT STYLES*/
p {
	font: 1em Times, sans-serif;
	color: #666666;
	text-align:left;
}

.bodytext p {
	font: 1em Times, sans-serif;
}

.graypanel a, .graypanel a:visited {
	color: #666666;
}

.graypanel a:hover {
	color: #cc0000;
}

h1.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#CC0000;
	margin:0;
}
h2.titletext {
	font: 0.8em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#CC0000;
	text-align:left;
	text-decoration:underline;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#FFFFFF;
}
h1 {
	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;
}
.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;
}
h2 {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-align:left;
}
.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;
}
li {
	text-align: left;
	font-weight:bold;
	color:#CC0000;
	margin-left: -20px;
}
fieldset {
	margin:15px 10px;
	text-align: left;
}
legend {
	color:#CC0000;
	font: 1em Tahoma, sans-serif;
	font-weight:bold;
}
label {
	color:#999;
	font: 1em Tahoma, sans-serif;
	font-weight:bold;
}
body#contact td {
	padding: 2px 10px;
}
input, textarea {
	background-color: #ddd;
	color: #CC0000;
	font: 1.1em Tahoma, sans-serif;
	font-weight:bold;
}