/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#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:516px;padding:5px;}
#leftpanel{float:left; width:270px;}
#projects{float:left; width:274px;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}
#counters{float:left; width:800px; background-color:#F0F0F0; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/

body {font-family: Tahoma, Helvetica, Arial, sans-srif;}

p, th, td, li {
	font-size: 12px;
	color: #666666;
}

p {text-align:justify;}

strong {font-weight:normal;}

h1, h2, h3, h4 {
	font-weight:bold;
	color:#CC0000;
}

h1 {font-size:24px;}
h2 {font-size:18px;}
h3 {font-size:16px;text-align:left;}
h4 {font-size:14px;text-align:left;}

table, tr, th, td {padding:5px;}

th {color:#CC0000;}
	
table.border, tr.border, td.border {border: 1pt solid #666;border-collapse:collapse;}

a:link {color: #666666;}
a:visited {color: #999999;}
a:hover {color: #CC0000;}

	
.just {text-align:justify;}
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}
.pad {
	padding:2px;
	margin:2px;
	border: solid 1px #666666;
}

.whitetitle {
	font-size:32px;
	font-weight:bold;
	color:#FFFFFF;
}

.red {
	font-weight:bold;
	color: #CC0000;
}

.smallwhitetext {
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}

a:link.white {
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}

a:visited.white {
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}

a:hover.white {
	text-decoration:underline;
}


.smallgraytext {
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}

a.smallgraytext {
	font-weight:bold;
	text-decoration:none;
}

a:hover.smallgraytext {
	text-decoration:underline;
}