/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(tie_logo.gif); width:274px; height:213px;}
#topheader{
	float:left;
	width:705px;
	height:97px;
	background-color:#F0F0F0;
	position:relative;
	vertical-align: middle;
	text-align: center;
	background-attachment: scroll;
}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:left; width:705px; height:32px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:left; width:705px; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{
	float:right;
	width:655px;
	border: 2px solid #666666;
	margin: 0px 10px 0px 0px;
	right: 0px;
	padding: 0px;
}
#leftpanel{
	float:left;
	width:300px;
	border: 2px solid #666666;
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
}
#footer{
	float:left;
	width:965px;
	background-color:#F0F0F0;
	padding:5px;
	border: 0px none #666666;
}

/*GRAY PANEL*/
.graypanel{
	border:2px solid #666666;
	background-color:#F7F7F7;
	padding:5px;
	margin:5px;
	bottom: auto;
	background-image: url(scotlandflag.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Images */
/**********/
.middle-column-img-left{
	float: left;
	margin: 0.3em 0.5em 0em 0em;
	border: solid 1px rgb(100,100,100);
}

.middle-column-img-right{
	float: right;
	margin: 0.3em 0em 0em 0.5em;
	border: solid 1px rgb(100,100,100);	
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.titletext {
	font: bold 40px Tahoma, sans-serif;
	color:#CC0000;
	text-align: center;
	vertical-align: middle;
}
.whitetitle {
	font: normal 24px Tahoma, sans-serif;
	color:#CC0000;
	top: 5px;
	right: 500px;
	padding: 0px;
	width: auto;
}
.smalltitle {
	font: bold 20px Tahoma, sans-serif;
	color:#CC0000;
	text-decoration: none;
}
.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;
}
.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;
}
.smallblacktext {

	font: bold 11px Tahoma, sans-serif;
	color:#000000;
}
