/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#logo{float:left; width:274px; height:183px;}
#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:54px; background-image:url(images/bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#content { background:url(images/tie_logo.gif) top left no-repeat; margin: 0px auto; }
#contenttext{float:right; width:601px; padding-bottom: 20px;}
#leftpanel{float:left; width:160px; padding-top: 50px; padding-bottom: 20px;}
#footer{clear:both; width:800px; background-color:#F0F0F0; padding:10px; text-align: center;}

a img { border: 2px solid #C00; outline: 0px; }

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

/*TEXT STYLES*/
.Canvas, body {
	font: 0.8em Tahoma, sans-serif;
	color: #666666;
}

hr { background: #666; height: 1px; border: 0px; width: 80%; margin: 20px auto; }
h2 {
	text-align: center;
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#CC0000;
}
li { padding-top: 2px; padding-bottom: 2px; }
a { color: #C00; text-decoration: none; }
a:hover { text-decoration: underline; }
h3 {
	font: 0.7em Tahoma, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 15px 40px 0px;
	text-align: center;
}
.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;
}
h4 {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
h4 a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}

/* General Styles */
table { border-collapse: collapse; border-top: 1px solid #AAA; border-right: 1px solid #AAA; }
th, td { border-bottom: 1px solid #AAA; border-left: 1px solid #AAA; padding: 5px 10px; }
th { font-weight: bold; background-color: #CCC; color:#333333; }

p.Important { color: #F00; font-weight: bold; }
p.EditPage { float: right; }
p.ImageContainer { float: left; height: 125px; margin: 0px; padding: 0px; text-align: center; width: 125px; }
p.ImageContainer a img { border: 0px; }
.Left { float: left; margin: 0px 20px 20px 0px; }
.Right { float: right; margin: 0px 0px 20px 20px; }
