.oneColFixCtrHdr #container #mainContent #seal {
	background-image: url(../images/tietrust_seals.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 44px;
	width: 150px;
	padding-top: 56px;
	text-align: center;
	color: #FFF;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 35;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/bkimg.png);
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1A1A1A;
	border-right-color: #1A1A1A;
	border-bottom-color: #1A1A1A;
	border-left-color: #1A1A1A;
	margin-top: auto;
	background-color: #F0F0F9;
}
#drop_shd {
	background-image: url(../images/drop_shd.jpg);
	background-repeat: repeat-y;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	height: 120px;
	color: #F0F0F9;
	font-size: 24px;
	font-weight: normal;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #1A1A1A;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 340px;
	float: left;
}
.oneColFixCtrHdr #container #topnavi {
	float: left;
	height: 30px;
	width: 200px;
	color: #FFF;
	background-color: #1A1A1A;
	padding-top: 20px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 250px;
}
.oneColFixCtrHdr #container #htopright {
	float: left;
	height: 35px;
	width: 445px;
	background-color: #1A1A1A;
	color: #FFF;
	padding-top: 35px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding-left: 5px;
}

.oneColFixCtrHdr #mainContent {
	height: auto;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: #F0F0F9;
	font-weight: bold;
}
#navbar {
	height: 35px;
	background-image: url(../images/ttbar.png);
	background-repeat: repeat-x;
	clear: both;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/ttbar.png);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: right;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#leftside {
	float: left;
	width: 315px;
	background-image: url(../images/ttconsumers.png);
	height: 165px;
	overflow: visible;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #F0F0F9;
	padding-right: 20px;
	padding-bottom: 20px;
}
#rightside {
	float: right;
	width: 315px;
	background-image: url(../images/ttmerchants.png);
	height: 165px;
	background-repeat: no-repeat;
	padding-top: 40px;
	color: #F0F0F9;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:active {
	color: #FFF;
}
.hover {
	color: #0F0;
}

a:visited {
	color: #FFF;
}
a:hover {
	color: #FF9000;
}
s
* {
	margin: 0px;
	padding: 0px;
}
