/*-------------------- CANCELLING OUT THE DEFAULTS -------------------*/
html, body, p, table, tr, th, td, tbody, div, ul, li, img {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

/*-------------------- HTML TAGS -------------------*/
html {
}
a {
	color: #00FFFF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
	padding-bottom: 10px;
}

/*-------------------- LAYOUT -------------------*/
.all {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
}
.header {
	background-image: url(../images/tie-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: -47px;
	top: 0px;
	width: 852px;
	text-align: right;
	padding-top: 40px;
	display: table-cell;
	vertical-align: bottom;
	z-index: 100;
}
.content {
	width: 796px;
	position: absolute;
	left: -9px;
	top: 80px;
	z-index: 50;
}
/*-------------------- HEADER -------------------*/
.indexLink {
	z-index: 110;
	position: absolute;
	left: 0px;
	top: 0px;
}
.headerTable {
	width: 850px;
	margin-left: 18px;
}
.menu {
	text-align: right;
	z-index: 99;
}
.title {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
}
.contentLeft {
	width: 100px;
	vertical-align: top;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.contentLeft p {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #339999;
	margin: 0px;
}
.contentMiddle {
	width: 315px;
	padding-right: 10px;
}
.contentRight {
	width: 315px;
	padding-left: 10px;
	vertical-align: top;
}
.contentMiddleSwap {
	width: 315px;
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
}
.contentRightSwap {
	width: 315px;
	padding-left: 10px;
}
.footer {
	width: 750px;
	padding-left: 100px;
	text-align: center;
	padding-top: 20px;
}
.footer p {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.techlist a {
	color: #000000;
	font-style: italic;
	margin-bottom: 5px;
}
.techIcons {
	position: absolute;
	z-index: 150;
	left: 0px;
	top: 200px;
	width: 180px;
}
.techIcons a {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
}
